longbridge-invest-analysis-us
Warn
Audited by Snyk on Jul 14, 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.75). Required workflow runs
scripts/fetch_weekly_data.py, which fetches runtime data including outsider-authored free text (e.g., per-symbol news vialongbridge news ... --format json) and then the agent uses those fetched JSON/news contents to populate the HTML/Markdown report context (viaassets/report_template.htmlplaceholders like{{ai_analysis}}/{{holdings_analysis_sections}}).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The HTML template includes a script tag that fetches and will execute remote JavaScript at runtime from https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js, and the skill explicitly requires Lightweight Charts, so the remote code is a required runtime dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata