kamino-lend-plugin

Warn

Audited by Snyk on Apr 28, 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 fetches and ingests data from public third-party APIs (e.g., DeFiLlama via https://yields.llama.fi/pools in src/api.rs, Kamino API endpoints like /ktx/klend/* and /kamino-market in SKILL.md and src/api.rs, and Jupiter at https://api.jup.ag) and directly uses those responses to build and submit on-chain transactions (the Kamino API returns base64 txs that the agent submits via onchainos), so untrusted external content can materially influence tool use and execution.

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 for on-chain crypto financial operations on Solana: it can supply, withdraw, borrow, and repay assets; build and broadcast transactions; and even perform automatic token swaps via Jupiter. Write operations are executed via a concrete command: onchainos wallet contract-call --chain 501 --unsigned-tx <base58_tx> --force and the skill waits for on-chain confirmation. These are direct blockchain transaction submission and wallet interaction capabilities (crypto/blockchain wallets, swaps, and signing/broadcasting), not generic tooling, 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
Apr 28, 2026, 02:14 PM
Issues
3