institutional-flow-tracker
Warn
Audited by Snyk on Jun 15, 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). At runtime,
scripts/track_institutional_flow.pyandscripts/analyze_single_stock.pyfetch outsider-authored free-text fields (e.g., institution/holder names inholderand company names incompanyName) from the public FMP API endpoints/institutional-holder/{symbol}and/profile/{symbol}, then interpolate those strings into the generated markdown/LLM context (e.g.,report += f"... {top_holder[:30]} ..."and `report += f"### {r['symbol']} - {r['company_name']}"`).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata