ClawAudit verdict

bazhuayu-rpa-webhook

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

RPA webhook trigger skill that reads a user-configured webhook URL and signing key from environment variables and sends task-trigger requests; all behavior is transparently documented with appropriate security guidance for key storage.

⚠ 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
80
maintenance

Findings (10)

Pattern match critical

Recursive delete from root or home — destructive command

RELEASE-2.0.6.md · code · rm -rf /

Pattern match high

Accesses shell history/config

SKILL.md · code · ~/.zshrc

Pattern match high

Pipe to python — executes piped content as Python code

MANUAL.md · prose · downgraded · | Python

Pattern match high

subprocess execution — runs system commands from Python

MANUAL.md · code · subprocess.run(

Pattern match medium

References webhook/callback URL

SKILL.md · frontmatter · WEBHOOK_URL

Pattern match medium

References sudo — requests elevated privileges

MANUAL.md · prose · downgraded · sudo

Pattern match medium

yum install — installs system packages

MANUAL.md · prose · downgraded · yum install

Pattern match low

Python os.environ.get — reads environment variable

bazhuayu-webhook.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

bazhuayu-webhook.py · prose · downgraded · urllib.request

Pattern match low

pip3 install — installs Python packages at runtime

MANUAL.md · prose · downgraded · pip3 install

Why the tier is capped

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

Permissions & capabilities

Requires 2 environment variables. Requires 1 system binary.

network_indata_encoding

Is this flag fair?

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