ClawAudit verdict
awp
Accesses credentials AND makes external network calls
The skill handles sensitive financial information and access to wallets, which may pose a risk if not properly configured.
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 credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
Findings (13)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Possible hardcoded credential
references/commands-governance.md · code · TOKEN="0x0000A1050AcF9DEA8af9c2E74f0D7CF43f1000A1
Downloads executables from external URLs
SKILL.md · frontmatter · install from https://
Accesses shell history/config
SKILL.md · code · ~/.zshrc
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
CHANGELOG.md · prose · downgraded · curl | bash
Pipe to bash — executes piped content as shell commands
CHANGELOG.md · prose · downgraded · | bash
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
References child_process — can spawn system processes
CHANGELOG.md · prose · downgraded · child_process
Python urllib.request — network access
references/commands-worknet.md · code · urllib.request
subprocess execution — runs system commands from Python
scripts/awp_lib.py · prose · downgraded · subprocess.run(
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Python os.environ.get — reads environment variable
CHANGELOG.md · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/awp_lib.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. Requires 2 system binaries.
file_writenetwork_outcredential_access Thanks — recorded.