strategy-grid-trade

Fail

Audited by Snyk on Mar 24, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Multiple direct raw installer scripts (curl|sh) come from an apparently personal/unvetted GitHub repo (purong-huang-1121) alongside API/release checks and an internal doc link — the curl|sh pattern from an unknown account distributing binaries is a strong indicator of risk even though some links point to more legitimate projects (okx); this makes the set suspicious for potential malware or supply‑chain compromise.

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

  • Third-party content exposure detected (high risk: 0.90). The skill directly fetches and parses public third‑party content (e.g., installs and update checks via curl to raw.githubusercontent.com and queries to https://api.github.com in Pre-flight Steps 1 and 3 and the Post-Install welcome) and uses that data to decide installs/updates and to drive behavior, so untrusted external content can influence actions.

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 trading bot: it runs on Base, reads on-chain balances, uses onchainos wallet (TEE signing), and executes swaps via the OKX DEX aggregator. Commands like strategy-grid tick, strategy-grid start, and strategy-grid retry describe executing trades/swaps and re-sending failed transactions. This is a specifically designed financial execution tool (crypto trading/wallet transaction signing), not a generic interface.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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
CRITICAL
Analyzed
Mar 24, 2026, 07:21 AM
Issues
4