pp-ankiweb
Warn
Audited by Snyk on Jul 8, 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.75). The required workflow runs
ankiweb-pp-cliin--agentmode, which fetches public shared deck content (outsider-authored titles/reviews/deck metadata) from AnkiWeb at runtime and returns it as JSON on stdout for the agent/LLM to ingest, creating an indirect prompt-injection surface.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's prerequisite install steps instruct fetching and running remote code — e.g.
npx -y @mvanhorn/printing-press-library install ankiweb --cli-onlyandgo install github.com/mvanhorn/printing-press-library/library/education/ankiweb/cmd/ankiweb-pp-cli@latest— and the CLI is a required dependency, so these external fetches would execute remote code during setup/runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata