pp-booking-com
Warn
Audited by Snyk on Jun 21, 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
booking-com-pp-clibinary, which fetches Booking.com HTML/GraphQL responses (e.g., hotel detail/reviews/trips/wishlist pages) and parses them into readable text/JSON for the agent context; this is outsider-authored web content from a public site and/or authenticated user pages not authored by the operating user.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). This skill's install steps require executing remote code at runtime via npx (npx -y @mvanhorn/printing-press-library install booking-com --cli-only) and as a fallback via go install from GitHub (github.com/mvanhorn/printing-press-library/library/travel/booking-com/cmd/booking-com-pp-cli@latest), both of which fetch and run external code and are required to obtain the CLI.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata