analysis-technical
Warn
Audited by Snyk on Jun 17, 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.85). Outsider free text can enter the LLM context via the runtime-provided OHLCV JSON file/STDIN (
--inputpath or-), whosehistory/datarows are arbitrary text from outside the agent;ta_compute.pyreads it withPath(...).read_text()/sys.stdin.read()and parses it into JSON used for computation.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata