edu-solid-geometry
Warn
Audited by Snyk on Aug 8, 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). 技能在运行时通过
template/lesson.html将generate.py注入的__LESSON_DATA__解析为DATA(包含lesson.title/steps[*].content/answerValue/model.elements等文本与 LaTeX),然后直接用innerHTML/textContent渲染步骤内容与公式,因此如果__LESSON_DATA__可由外部用户自由影响就存在间接提示注入面。
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The generated HTML template loads remote JavaScript (Three.js from https://unpkg.com/three@0.160.0/build/three.module.js and its examples path https://unpkg.com/three@0.160.0/examples/jsm/, and MathJax from https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.min.js) which will be fetched and execute code in the client at runtime and are required for the page to function.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata