strategy-auto-rebalance
Audited by Snyk on Mar 16, 2026
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt instructs embedding secrets (EVM_PRIVATE_KEY, TELEGRAM_BOT_TOKEN/--telegram-token) into environment variables or CLI arguments and to verify wallet derived from the private key, which requires handling or emitting secret values verbatim and poses an exfiltration risk.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The URL is a direct raw GitHub link to an install.sh script from an individual/unknown account and is intended to be piped into a shell (curl | sh), which is high-risk because it can execute arbitrary code on the machine without vetting.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill explicitly ingests external public data (Morpho GraphQL vault discovery and DeFiLlama fallback API) and uses those untrusted third-party sources to compute yields/TVL and make automated rebalance decisions, so remote content can materially influence tool actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's pre-flight step runs a shell command that fetches and executes a remote installer at runtime: curl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh, which downloads and runs remote code and is required to install the plugin-store dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a daemon that monitors yields and executes on-chain transactions to move USDC between Aave V3, Compound V3, and Morpho. It requires an EVM_PRIVATE_KEY, describes execution steps ("approve + withdraw + verify wallet balance + deposit + verify target balance"), auto-deposit of idle USDC, emergency withdrawal, and CLI commands to "start" the auto-rebalance daemon that will perform rebalances. These are specific payment/asset-moving capabilities (blockchain wallet signing and transaction execution), not generic tooling, so it grants direct financial execution authority.
Issues (5)
Insecure credential handling detected in skill instructions.
Suspicious download URL detected in skill instructions.
Third-party content exposure detected (indirect prompt injection risk).
Unverifiable external dependency detected (runtime URL that controls agent).
Direct money access capability detected (payment gateways, crypto, banking).