pp-plane
Fail
Audited by Snyk on Jul 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The skill instructs downloading a prebuilt CLI binary directly from a GitHub Releases URL (a direct executable distribution with no bundled checksum or strong provenance), which is a common malware delivery pattern and therefore suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's install instructions fetch and install remote executables (executing remote code) — e.g., the curl download https://github.com/mvanhorn/printing-press-library/releases/download/plane-current/plane-pp-cli-linux-amd64 and the go install module paths github.com/mvanhorn/printing-press-library/library/project-management/plane/cmd/plane-pp-cli@latest and github.com/mvanhorn/printing-press-library/library/project-management/plane/cmd/plane-pp-mcp@latest, which are runtime dependencies that execute code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prereqs include an installation command that runs "sudo mv plane-pp-cli /usr/local/bin", explicitly instructing use of elevated (sudo) privileges to modify system directories.
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