ClawAudit verdict
xhs-download
Reads local files AND makes external network calls
Xiaohongshu note batch downloader using Chrome DevTools Protocol on a locally running Chrome browser; reads files and executes local scripts to download from the user's own logged-in account.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (5)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s http://127.0.0.1:9222/json | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Opens WebSocket connection
SKILL.md · code · websocket
pip3 install — installs Python packages at runtime
SKILL.md · prose · downgraded · pip3 install
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outfile_readprocess_exec Thanks — recorded.