ClawAudit verdict

no0-skill

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

Agent identity guardian skill that monitors local cognitive files for tampering and enforces access control; all described behaviors are local, protective in nature, and transparently 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
60
transparency
70
maintenance

Findings (23)

Pattern match high

Accesses .ssh directory

INSTALL.md · code · .ssh/

Pattern match high

Recursive delete from root or home — destructive command

INSTALL.md · prose · downgraded · rm -rf ~

Pattern match high

Uses eval() — can execute arbitrary code

no0-core/scripts/heartbeat_processor.py · prose · downgraded · eval(

Pattern match high

<script> tag in markdown — potential code injection

no0-dlc-internal-control/internal_control/bulk_auth/service.py · prose · downgraded · <script>

Pattern match high

Possible hardcoded credential

no0-dlc-internal-control/internal_control/rules/dynamic_authorization.py · prose · downgraded · token="direct-grant

Pattern match high

Pipe to python — executes piped content as Python code

tests/integration_test.sh · prose · downgraded · | python3

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

References agent memory files

QUICKSTART.md · code · MEMORY.md

Pattern match medium

Accesses system credential store

SKILL.md · prose · downgraded · keychain

Pattern match medium

subprocess execution — runs system commands from Python

no0-core/scripts/event_emitter.py · prose · downgraded · subprocess.run(

Pattern match medium

Uses exec() — may execute shell commands

no0-core/scripts/heartbeat_processor.py · prose · downgraded · exec(

Pattern match medium

os.system/popen — direct OS command execution

no0-core/scripts/heartbeat_processor.py · prose · downgraded · os.system(

Pattern match medium

subprocess with shell=True — command injection vector

no0-core/scripts/heartbeat_processor.py · prose · downgraded · subprocess.run(", "shell=true

Pattern match medium

References sudo — requests elevated privileges

no0-core/scripts/heartbeat_processor.py · prose · downgraded · sudo

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

no0-dlc-internal-control/internal_control/http_auth/integration.py · prose · downgraded · http://127.0.0.1

Pattern match medium

References SSH/GPG private keys

no0-dlc-internal-control/tests/rules/test_engine.py · prose · downgraded · ssh_private

Pattern match low

Python os.environ.get — reads environment variable

no0-core/scripts/event_emitter.py · prose · downgraded · os.environ.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

no0-core/scripts/event_emitter.py · prose · downgraded · shutil.move(

Pattern match low

Python os.getenv — reads environment variable

no0-core/scripts/monitor.py · prose · downgraded · os.getenv(

Pattern match low

Python urllib.request — network access

no0-dlc-internal-control/internal_control/http_auth/integration.py · prose · downgraded · urllib.request

Pattern match low

Python threading.Timer — deferred execution

no0-dlc-internal-control/internal_control/http_auth/server.py · prose · downgraded · threading.Timer(

Pattern match low

Base64 encoding/decoding

no0-dlc-internal-control/internal_control/http_auth/token_vault.py · prose · downgraded · base64_encode

Pattern match low

importlib.import_module — dynamic module loading

no0-dlc-internal-control/internal_control/interception/tool_interceptor.py · prose · downgraded · importlib.import_module(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D/E). 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.

network_in

Is this flag fair?

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