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-cli binary (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
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 13, 2026, 07:20 PM
Issues
2
Security Audit — snyk — pp-tripadvisor