ClawAudit verdict
solana-wallet
raphael-solana
Requests real financial transaction capabilities (Raydium swaps, Polymarket trading), wallet private key encryption credentials, and X/Twitter API keys — elevated access for real-money operations warrants caution even though the code is publicly hosted and the skill is transparent about its requirements.
⚠ 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 (10)
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/.env
References child_process — can spawn system processes
bin/solana-wallet.ts · prose · downgraded · child_process
Uses spawn() — can execute external programs
bin/solana-wallet.ts · prose · downgraded · spawn(
Base64 decode (atob) — may hide malicious payloads
src/crypto.ts · prose · downgraded · atob(
Instructs covert action — may act without user awareness
src/xStrategy.ts · prose · downgraded · silently
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Accesses sensitive environment variables
scripts/setup-master-key.ts · prose · downgraded · process.env.MASTER_ENCRYPTION_PASSWORD
References agent configuration files
src/agent.ts · prose · downgraded · AgentConfig
Base64 encode (btoa) — may obfuscate data exfiltration
src/crypto.ts · prose · downgraded · btoa(
String.fromCharCode — can build strings to evade detection
src/crypto.ts · prose · downgraded · String.fromCharCode
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 9 environment variables. (6 sensitive: MASTER_ENCRYPTION_PASSWORD_CRYPTO, X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET, X_BEARER_TOKEN).
Is this flag fair?
Thanks — recorded.