cancel-booking
Warn
Audited by Snyk on Apr 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's "How to call" instructs running "npx @tvl-justin/travel-cli@latest cancel …", which causes npx to fetch and execute remote package code at runtime (e.g. https://www.npmjs.com/package/@tvl-justin/travel-cli), so this external dependency can execute remote code and is relied on for the action.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). This skill is explicitly designed to perform a destructive booking-cancellation action via a specific CLI/API ("npx @tvl-justin/travel-cli@latest cancel") and its documented output includes refundAmountUSD and refundEta. Cancelling the booking is described as producing refunds/fees (moving money back to the user's card). This is a targeted, non-generic operation that triggers financial transactions (refunds), not merely a generic browser/API helper, so it grants direct financial execution authority.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata