compound-v3-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: 0.90). The skill fetches and uses data from open public sources (on-chain RPC endpoints like https://ethereum.publicnode.com listed in plugin.yaml and remote files/raw scripts from raw.githubusercontent.com in SKILL.md pre-flight), and SKILL.md explicitly instructs the agent to read the returned status/suggestion and run the emitted next_command as part of its workflow, so untrusted third‑party on‑chain/API content can directly influence the agent's decisions and tool use.

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 designed to perform on-chain financial operations for Compound V3: it provides commands to supply, borrow, repay, withdraw, and claim rewards, and details the exact transaction flow (ERC-20 approve, Comet.supply, Comet.withdraw, CometRewards.claimTo). It integrates with a wallet CLI (onchainos) to sign and submit transactions via onchainos wallet contract-call and returns txHashes and updated balances. These are specific crypto/blockchain financial execution capabilities (sending transactions, moving assets), not generic tooling — therefore 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
Security Audit — snyk — compound-v3-plugin