ClawAudit verdict

awp

45
🟠 Risky
Significant concerns — only install if you understand the risks

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.

0
security
60
transparency
90
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (13)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match critical

Possible hardcoded credential

references/commands-governance.md · code · TOKEN="0x0000A1050AcF9DEA8af9c2E74f0D7CF43f1000A1

Pattern match high

Downloads executables from external URLs

SKILL.md · frontmatter · install from https://

Pattern match high

Accesses shell history/config

SKILL.md · code · ~/.zshrc

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

CHANGELOG.md · prose · downgraded · curl | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

CHANGELOG.md · prose · downgraded · | bash

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

References child_process — can spawn system processes

CHANGELOG.md · prose · downgraded · child_process

Pattern match medium

Python urllib.request — network access

references/commands-worknet.md · code · urllib.request

Pattern match medium

subprocess execution — runs system commands from Python

scripts/awp_lib.py · prose · downgraded · subprocess.run(

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

Python os.environ.get — reads environment variable

CHANGELOG.md · prose · downgraded · os.environ.get(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API