ClawAudit verdict
clawcast-wallet
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.
Findings (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/01_install_cast.sh · prose · downgraded · curl -L https://foundry.paradigm.xyz | bash
Pipe to bash — executes piped content as shell commands
scripts/01_install_cast.sh · prose · downgraded · | bash
Pipe to python — executes piped content as Python code
scripts/02_wallet.sh · prose · downgraded · | python3
References sudo — requests elevated privileges
scripts/02_wallet.sh · prose · downgraded · sudo
apt-get install — installs system packages
scripts/02_wallet.sh · prose · downgraded · apt-get install
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?
Thanks — recorded.