ClawAudit verdict

deepinspect-openclaw-guardrails

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

Local security guardrails tool that classifies command risk and returns allow/require_approval/block decisions using a local policy file; executionSinkDetected reflects example commands shown for testing (curl|sh is the example being blocked, not executed), and the tool's purpose is explicitly defensive.

⚠ 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
70
transparency
70
maintenance

Findings (12)

Pattern match high

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

policy.baseline.json · prose · downgraded · curl | sh

Pattern match high

Recursive delete from root or home — destructive command

tests/decide.test.js · prose · downgraded · rm -rf /

Pattern match high

Pipe to sh — executes piped content as shell commands

policy.baseline.json · prose · downgraded · | sh

Pattern match high

Pipe-to-shell pattern (wget | sh)

policy.baseline.json · prose · downgraded · wget | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

policy.baseline.json · prose · downgraded · | bash

Pattern match high

Accesses AWS credentials file

policy.baseline.json · prose · downgraded · ~/.aws/credentials

Pattern match high

Accesses sensitive system files

tests/decide.test.js · prose · downgraded · /etc/passwd

Pattern match medium

References sudo — requests elevated privileges

policy.baseline.json · prose · downgraded · sudo

Pattern match medium

Accesses .ssh directory

policy.baseline.json · prose · downgraded · .ssh/

Pattern match medium

Accesses cloud provider credentials

policy.baseline.json · prose · downgraded · ~/.aws

Pattern match medium

apk add — installs Alpine packages

policy.baseline.json · prose · downgraded · apk add

Pattern match low

Changes file ownership

policy.baseline.json · prose · downgraded · chown

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/E). 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.

Is this flag fair?

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