ClawAudit verdict
revenium
Usage metering and budget guardrail skill that reads a local status file written by a background cron job and halts the agent if budget limits are exceeded; the enforcement pattern is conservative and user-protective with no external data exfiltration.
⚠ 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.
Findings (17)
Possible hardcoded credential
docs/nemoclaw-setup.md · code · api-key: "your-api-key
Recursive delete from root or home — destructive command
docs/nemoclaw-setup.md · code · rm -rf ~
Instructs covert action — may act without user awareness
docs/nemoclaw-setup.md · code · silently
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/nemoclaw-setup.md · prose · downgraded · curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
Pipe to bash — executes piped content as shell commands
docs/nemoclaw-setup.md · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
plugin-nemoclaw/src/gate.js · prose · downgraded · |sh
Writes to SKILL.md — self-modifying skill
references/task-classification.md · prose · downgraded · SKILL.md`. Refer here for trigger rules, the `write
Pipe to python — executes piped content as Python code
scripts/guardrail-check.sh · prose · downgraded · | python3
Dynamic import() — loads module at runtime
plugin-nemoclaw/src/index.test.js · prose · downgraded · import("
Uses exec() — may execute shell commands
plugin-nemoclaw/src/index.test.js · prose · downgraded · exec (
Accesses OpenClaw config/secrets directly
README.md · prose · downgraded · ~/.openclaw/openclaw.json
apt-get install — installs system packages
scripts/install-nemoclaw-cron.sh · prose · downgraded · apt-get install
References sudo — requests elevated privileges
scripts/post-install.sh · prose · downgraded · sudo
subprocess execution — runs system commands from Python
tests/test_get_root_session_id.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
plugin-nemoclaw/src/index.test.js · prose · downgraded · got
Python os.environ.get — reads environment variable
scripts/get-root-session-id.py · prose · downgraded · os.environ.get(
Sets world-executable permissions
scripts/post-install.sh · prose · downgraded · chmod 700
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 1 system binary.
Is this flag fair?
Thanks — recorded.