minimax-pdf
Warn
Audited by Snyk on Jun 22, 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). CREATE/REFORMAT runtime path ingests outsider-authored free text from
--content(user-suppliedcontent.jsonderived fromsource.mdin REFORMAT) intorender_body.py, which passesitem["text"]/item["caption"]/etc. into ReportLabParagraphobjects (LLM-readable prose context is effectively the document text being rendered).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's runtime can invoke npm/npx to install Playwright and Chromium (e.g., the make.sh fix step runs "npm install -g playwright && npx playwright install chromium" and render_cover.cjs may run "npx playwright install chromium"), which fetches and executes remote packages from the npm registry (see https://www.npmjs.com/package/playwright), so this is a runtime external dependency that executes remote code required for cover rendering.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata