make-pdf
Fail
Audited by Snyk on Aug 1, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The GitHub release/workflow URLs point to release artifacts under a third‑party GitHub account (time-attack) and are the only download endpoints that could be used to distribute runtime artifacts/executables, which is higher risk than the other benign schema, CDN, OIDC, or localhost URLs listed.
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 official manifest from https://github.com/time-attack/gstack/releases/download/${BOOTSTRAP_RELEASE_TAG}/gstack-runtime-manifest.json and then downloads and installs signed release artifacts (and optional cosign bundles), which causes remote code/artifacts from GitHub to be fetched and executed as part of the install flow.
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)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata