wucaishi-ppt-template
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 (high risk: 0.85). Runtime path:
scripts/build-html-folder-template.pyuses Playwright to load the generatedtemplates/<slug>/template.html(page.goto(template_html.as_uri())) and then extracts readable text/attributes from DOM elements (e.g.,[data-slot-ids],img src, SVG) intodetail.json; this is derived from the user-provided HTML source, which is outsider-authored free text/content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs running "npx html-to-composition-skill@latest" during the template -> AIPPT generation flow, which fetches and executes remote npm package code at runtime (i.e., a network-installed package controlling the generation step).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata