ClawAudit verdict

solana-wallet

raphael-solana

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

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.

33
security
100
transparency
100
maintenance

Findings (10)

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/.env

Pattern match medium

References child_process — can spawn system processes

bin/solana-wallet.ts · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

bin/solana-wallet.ts · prose · downgraded · spawn(

Pattern match medium

Base64 decode (atob) — may hide malicious payloads

src/crypto.ts · prose · downgraded · atob(

Pattern match medium

Instructs covert action — may act without user awareness

src/xStrategy.ts · prose · downgraded · silently

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

Accesses sensitive environment variables

scripts/setup-master-key.ts · prose · downgraded · process.env.MASTER_ENCRYPTION_PASSWORD

Pattern match low

References agent configuration files

src/agent.ts · prose · downgraded · AgentConfig

Pattern match low

Base64 encode (btoa) — may obfuscate data exfiltration

src/crypto.ts · prose · downgraded · btoa(

Pattern match low

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?

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