make-pdf
Warn
Audited by Snyk on Aug 10, 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). Skill runtime path
$P generate <markdown>ingests the user-supplied markdown text itself (e.g.,preview/generatefor headings, images, mermaid/excalidraw fences), and those markdown contents are attacker-controlled free text that the runtime processes.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The runtime bootstrap (references/support/runtime-bootstrap.mjs) fetches the manifest from
https://github.com/time-attack/gstack/releases/download/${BOOTSTRAP_RELEASE_TAG}/gstack-runtime-manifest.jsonat runtime and then downloads release artifacts which may include and run installer code (installFromSource spawns node on a remote installer), so remote content is fetched and executed.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly describes installing system fonts via package managers (apt/dnf/pacman/apk) and references performing runtime installation, which modifies system state and likely requires sudo privileges.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata