okf
Warn
Audited by Snyk on Jul 31, 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.30). In the required runtime workflow (
scripts/render_okf_viewer.py), the agent ingests markdown from a bundle’s.mdfiles on disk and passes each concept’s markdown body throughmarked.parseto renderviz.html, so outsider-authored free text in those bundle files can be consumed at runtime.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). render_okf_viewer.py emits viz.html that, at runtime in the browser, loads and executes remote JavaScript from the CDN URLs https://cdn.jsdelivr.net/npm/cytoscape@3.28.1/dist/cytoscape.min.js and https://cdn.jsdelivr.net/npm/marked@12.0.0/marked.min.js, which the viewer explicitly relies on for functionality.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata