ClawAudit verdict

xianyu-data-grabber

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Xianyu (secondhand marketplace) data scraping skill using Playwright and OCR for market research; uploads results to the user's own Gitee repo using user-supplied tokens — legitimate competitive research automation.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

0
security
80
transparency
90
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

INSTALL.md · code · curl -sL https://raw.githubusercontent.com/your-username/xianyu-data-grabber/mai

Pattern match critical

Pipe to bash — executes piped content as shell commands

INSTALL.md · code · | bash

Pattern match critical

Recursive delete from root or home — destructive command

INSTALL.md · code · rm -rf ~

Pattern match high

apt-get install — installs system packages

SKILL.md · code · apt-get install

Pattern match high

yum install — installs system packages

INSTALL.md · code · yum install

Pattern match high

References sudo — requests elevated privileges

INSTALL.md · code · sudo

Pattern match high

Pipe to python — executes piped content as Python code

TEST-REPORT.md · prose · downgraded · | Python

Pattern match medium

pip3 install — installs Python packages at runtime

FEATURES.md · code · pip3 install

Pattern match medium

References child_process — can spawn system processes

grabber-enhanced.js · prose · downgraded · child_process

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

package_installnetwork_outfile_write

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API