kamino-liquidity-plugin
Warn
Audited by Snyk on May 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill directly calls the public Kamino API (https://api.kamino.finance) as documented in SKILL.md and implemented in src/api.rs to fetch vaults/positions and to build serialized transactions which the agent parses and may submit via onchainos, so untrusted third‑party responses can materially influence actions (including on‑chain transactions).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's pre-flight install steps fetch and execute remote code at runtime—notably the onchainos installer script downloaded from https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh (executed via sh) and the plugin binary from https://github.com/okx/plugin-store/releases/download/plugins/kamino-liquidity-plugin@0.1.3/...—which are required for operation and thereby permit remote code execution.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a crypto financial tool for Solana: it builds unsigned on-chain transactions for deposits and withdrawals to Kamino KVaults and instructs the agent to broadcast them using a specific wallet command (
onchainos wallet contract-call --chain 501 --unsigned-tx <base58_tx> --force). It exposes deposit and withdraw operations (with dry-run and--confirmflags), requires a connected wallet, and is designed to move tokens on-chain. These are concrete blockchain transaction submission capabilities (crypto/blockchain wallet + signing/broadcast flow), so it grants direct financial execution authority.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata