paged-reports
Warn
Audited by Snyk on Jul 29, 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). The skill reads project-provided markdown content (including any user-supplied text used to create that markdown) and renders it into the HTML template via
{{CONTENT}}, which is then paginated by paged.js/Chrome for PDF—so outsider-authored free text is ingested at runtime through the report’s markdown→HTML→pagination path.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The templates and reference include a runtime which fetches and executes remote JavaScript that the paged/PDF rendering relies on (https://unpkg.com/pagedjs/dist/paged.polyfill.js).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata