pinocchio-development
Warn
Audited by Snyk on Jun 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). Yes. The skill is explicitly designed to build Solana programs and includes concrete, actionable APIs and examples that move value on-chain:
- System Program CPI examples that perform Transfer (transfer SOL / lamports) and CreateAccount with lamports.
- Token Program CPI examples that perform Transfer, MintTo, Burn (token transfers and minting).
- Examples of invoke_signed and PDA signer seed usage (signing transactions on behalf of PDAs).
- PDA derivation and creation, and explicit handling of lamports and token amounts.
These are specific crypto/blockchain financial operations (wallet/program-controlled transfers and minting), not generic tooling, so it grants Direct Financial Execution Authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata