pp-tripadvisor
Warn
Audited by Snyk on Jun 13, 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 required runtime workflow is executing the
tripadvisor-pp-clibinary (e.g.,find/show/reviews/digest/best/compare/nearby-best), which fetches Tripadvisor Content API data and returns it as JSON; that API response includes outsider-authored user-generated review text, which the agent ingests into LLM context via the tool’s stdout/JSON output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's setup instructs running remote installers (npx -y @mvanhorn/printing-press-library which fetches and runs an npm package, and go install github.com/mvanhorn/printing-press-library/... which pulls and builds code from GitHub) to obtain the required tripadvisor-pp-cli binary, so these URLs fetch and execute remote code as a required dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata