ClawAudit verdict
bazhuayu-rpa-webhook
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.
Findings (10)
Recursive delete from root or home — destructive command
RELEASE-2.0.6.md · code · rm -rf /
Accesses shell history/config
SKILL.md · code · ~/.zshrc
Pipe to python — executes piped content as Python code
MANUAL.md · prose · downgraded · | Python
subprocess execution — runs system commands from Python
MANUAL.md · code · subprocess.run(
References webhook/callback URL
SKILL.md · frontmatter · WEBHOOK_URL
References sudo — requests elevated privileges
MANUAL.md · prose · downgraded · sudo
yum install — installs system packages
MANUAL.md · prose · downgraded · yum install
Python os.environ.get — reads environment variable
bazhuayu-webhook.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
bazhuayu-webhook.py · prose · downgraded · urllib.request
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?
Thanks — recorded.