doubao-visualization
Warn
Audited by Snyk on Aug 19, 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). 在必读的运行路径中(命中 interactive_html 时),renderer 会内嵌并
JSON.parse内部的process/steps/coords/label来生成 SVG/HTML 标注与图例,且这些label属于运行时可读的纯文本字段来源于“用户/外部输入到可视化规划的自由文本”(间接提示注入入口),例如examples/image-overlay-gold-reply.md的<script type="application/json" id="svpdata">{"steps":[...,"label":"..."]}</script>与随后使用这些label填入pill()/legendRow()的textContent/innerHTML。
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The repository includes HTML renderer examples that load and execute an external JS library at runtime (echarts) via the CDN URL https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/echarts.min.js, which is fetched/executed when the renderer runs and is a required dependency for HTML-embedded ECharts in the skill.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata