aave-v2-plugin

Warn

Audited by Snyk on Jun 16, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (medium risk: 0.65). The required pre-flight workflow fetches and executes outsider-authored free text/code from public web sources at runtime (e.g., curl ... https://raw.githubusercontent.com/.../launcher.sh and update-checker.py and curl .../install.sh), which is then ingested/executed by the agent environment and can influence the LLM context indirectly via generated outputs/logs.

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 actions. It exposes commands that build, sign (via onchainos), and submit transactions to Aave V2: supply (deposit), withdraw, borrow, repay, claim-rewards, and swap-borrow-rate-mode. The SKILL.md documents specific contract calls (LendingPool.deposit/withdraw/borrow/repay, IncentivesController.claimRewards), approval flows, tx confirmation, and use of an onchainos wallet signer/contract-call flow. Even though some supply/borrow paths are pre-flight-blocked for V2 wind-down, withdraw, repay, claim-rewards, and swap-borrow-rate-mode are functional and can move funds. This is a direct crypto/blockchain execution capability (wallet signing and transaction submission), not a generic tool. 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
Jun 16, 2026, 03:27 AM
Issues
3
Security Audit — snyk — aave-v2-plugin