pp-judgeme
Fail
Audited by Snyk on Aug 2, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill README describes an unconditional local "learning"/teach loop that journals every invocation (including examples showing live "token" values), combined with webhook delivery and feedback auto-send features — creating clear vectors for accidental or intentional data exfiltration and credential leakage if misused or misconfigured.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The required runtime workflow uses the user-provided question text in
recalland then reads the CLI’s returnedcandidates,playbook.notes,notes,results, andwarningsto drive subsequent command execution; this means outsider-authored free text (the user prompt) is ingested to select which commands/tools to run.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's prerequisite/install steps instruct using
go installon GitHub module paths (github.com/mvanhorn/printing-press-library/library/marketing/judgeme/cmd/judgeme-pp-cli@latest and github.com/mvanhorn/printing-press-library/library/marketing/judgeme/cmd/judgeme-pp-mcp@latest), which fetch and build/execute remote code during setup and are required for the CLI the skill relies on.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata