ClawAudit verdict

uniswap-v4

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

The skill uses a PRIVATE_KEY env var to sign and execute real on-chain token swaps on Ethereum and Base mainnet; while the stated purpose is legitimate DeFi interaction, performing live financial transactions with a private key is elevated risk.

⚠ 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
80
transparency
80
maintenance

Findings (13)

Pattern match high

Uses eval() — can execute arbitrary code

CHANGELOG.md · prose · downgraded · eval(

Pattern match high

<script> tag in markdown — potential code injection

CHANGELOG.md · prose · downgraded · <script>

Pattern match high

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

scripts/bootstrap.sh · prose · downgraded · curl -L https://foundry.paradigm.xyz | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/bootstrap.sh · prose · downgraded · | bash

Pattern match high

Pipe to python — executes piped content as Python code

scripts/swap.sh · prose · downgraded · | python3

Pattern match high

Possible hardcoded credential

tests/fork/swap.test.ts · prose · downgraded · Token = "0x0000000000000000000000000000000000000001

Pattern match high

Recursive delete from root or home — destructive command

tests/smoke.sh · prose · downgraded · rm -rf /

Pattern match medium

Uses exec() — may execute shell commands

CHANGELOG.md · prose · downgraded · exec(

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

references/v4-architecture.md · prose · downgraded · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

References child_process — can spawn system processes

tests/unit/no-secret-leak.test.ts · prose · downgraded · child_process

Pattern match low

Popular HTTP library — network access

scripts/approve.sh · prose · downgraded · Got

Pattern match low

Python os.environ.get — reads environment variable

scripts/v4_read.py · prose · downgraded · os.environ.get(

Why the tier is capped

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

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