ClawAudit verdict

clawcast-wallet

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

A crypto/EVM wallet management skill using the cast CLI tool with onboarding scripts for wallet creation and key management; scripts prompt users interactively before each step, no private keys are transmitted externally, and the behavior matches the stated wallet management purpose.

⚠ 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.

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