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).


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 --confirm flags), 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
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
May 12, 2026, 10:59 AM
Issues
3