aicoin-freqtrade

Warn

Audited by Snyk on May 20, 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.80). This skill directly calls the public AiCoin API (https://open.aicoin.com) via lib/aicoin-api.mjs and lib/aicoin_data.py (referenced throughout SKILL.md and used in strategy code like populate_indicators/_update_aicoin_data), ingesting external market/data responses at runtime which are used to drive strategy logic and trading decisions.

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 explicitly exposes trading control and execution primitives. It documents REST/script actions that place or trigger trades and switch from dry-run to live trading (e.g., ft.mjs actions: force_enter, force_exit; set_dry_run with {"dry_run":false}; deploy with "dry_run":false). Those are specific market-execution operations (open/close orders and enabling live trading) that directly move funds via exchange integrations. This meets the "Market Orders / send transaction" criterion for Direct Financial Execution.

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 20, 2026, 04:05 AM
Issues
3
Security Audit — snyk — aicoin-freqtrade