Caveat verdict

clawcast

evm-wallet-clawcast

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

This skill manages EVM wallet operations including key import/generation, encrypted keystores, and transaction workflows using cast/Foundry; real cryptocurrency transfers are in scope and the keystore is stored at ~/.agent-wallet/ with real financial risk.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

18
security
90
transparency
70
maintenance

Findings (6)

Pattern match high

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

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

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/01_install_cast.sh · prose · downgraded · | bash

Pattern match high

Pipe to python — executes piped content as Python code

scripts/02_wallet.sh · prose · downgraded · | python3

Pattern match medium

References sudo — requests elevated privileges

scripts/02_wallet.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

scripts/02_wallet.sh · prose · downgraded · apt-get install

Pattern match low

Sets world-executable permissions

scripts/00_lib.sh · prose · downgraded · chmod 700

Why the tier is capped

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