ClawAudit verdict

ict

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

This is a static security auditor for Claw Skills that scans for malicious patterns (eval, exec, C2, etc.); the detection rule keywords are documentation of what the tool looks for, not actual execution of malicious code, and the tool operates locally on skill folders.

⚠ 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
100
transparency
90
maintenance

Findings (18)

Pattern match high

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

SKILL.md · prose · downgraded · curl | bash

Pattern match high

Pipe-to-shell pattern (wget | sh)

SKILL.md · prose · downgraded · wget | sh

Pattern match high

Accesses sensitive system files

SKILL.md · prose · downgraded · /etc/passwd

Pattern match high

Prompt injection — tries to override agent instructions

run_tests.py · prose · downgraded · Ignore all previous instructions

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | bash

Pattern match high

Pipe to sh — executes piped content as shell commands

SKILL.md · prose · downgraded · | sh

Pattern match high

Possible hardcoded credential

ast_analyzer.py · prose · downgraded · API_KEY = "sk-1234567890abcdef

Pattern match high

Uses eval() — can execute arbitrary code

ast_analyzer.py · prose · downgraded · eval(

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

Accesses cloud provider credentials

SKILL.md · prose · downgraded · ~/.aws

Pattern match medium

os.system/popen — direct OS command execution

ast_analyzer.py · prose · downgraded · os.system(

Pattern match medium

subprocess execution — runs system commands from Python

incremental_scanner.py · prose · downgraded · subprocess.run(

Pattern match low

Sets world-executable permissions

SKILL.md · prose · downgraded · chmod 777

Pattern match low

References tunneling service

SKILL.md · prose · downgraded · ngrok

Pattern match low

Popular HTTP library — network access

ast_analyzer.py · prose · downgraded · axios

Pattern match low

Python urllib.request — network access

dependency_scanner.py · prose · downgraded · urllib.request

Pattern match low

Python shutil file operation — copies/moves/deletes files

run_tests.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python os.environ.get — reads environment variable

run_tests.py · prose · downgraded · os.environ.get(

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.

Is this flag fair?

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