pp-apple-docs
Warn
Audited by Snyk on Jun 29, 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). The skill’s runtime path is the
apple-docs-pp-cliCLI fetching Apple DocC JSON/Markdown from Apple’s public CDN (e.g.,doc get,bundle,index), which is outsider-authored public web content that the agent ingests into LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs running remote installers at runtime—e.g., "npx -y @mvanhorn/printing-press-library install apple-docs" and "go install github.com/mvanhorn/printing-press-library/...@latest"—which fetch and execute remote code to provide the required CLI, so these external package/repo URLs are runtime dependencies that execute code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata