ClawAudit verdict
night-shift
The skill seems to be a task management tool for autonomous queued execution, and there's no evidence of malicious behavior or deception.
⚠ 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 (7)
Uses eval() — can execute arbitrary code
scripts/verifier.py · prose · downgraded · eval(
Recursive delete from root or home — destructive command
scripts/verifier.py · prose · downgraded · rm -rf /
subprocess execution — runs system commands from Python
scripts/checkpoint.py · prose · downgraded · subprocess.run(
Uses exec() — may execute shell commands
scripts/verifier.py · prose · downgraded · exec(
Python os.environ.get — reads environment variable
scripts/checkpoint.py · prose · downgraded · os.environ.get(
Python shutil file operation — copies/moves/deletes files
scripts/git_manager.py · prose · downgraded · shutil.rmtree(
Sets world-executable permissions
scripts/verifier.py · prose · downgraded · chmod 777
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). 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?
Thanks — recorded.