ClawAudit verdict
clawguard-threat-detect
clawguard-detector
Accesses system credential store AND makes external network calls
Runtime threat detection tool that monitors commands and file access patterns locally and outputs BLOCK/ALERT/ALLOW verdicts; no credential exfiltration or malicious behavior present.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
credential_access
Findings (9)
Bash /dev/tcp — raw TCP connection via shell
SKILL.md · prose · downgraded · /dev/tcp/
Accesses .ssh directory
SKILL.md · code · .ssh/
Accesses sensitive system files
SKILL.md · prose · downgraded · /etc/passwd
References SSH/GPG private keys
SKILL.md · code · ssh_key
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
Accesses cloud provider credentials
SKILL.md · prose · downgraded · ~/.aws
References child_process — can spawn system processes
cli.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
cli.js · prose · downgraded · spawn(
Sets world-executable permissions
SKILL.md · prose · downgraded · chmod 777
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.
credential_accesscredential_storedata_encodingnetwork_out Thanks — recorded.