trvl-trip-planner — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited trvl-trip-planner (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the user wants a vacation, holiday, weekend getaway, or general trip plan.
Collect only missing facts:
Always load preferences first through travel with intent="get_preferences" or by calling the compatibility alias directly. Do not re-ask values already present in the traveller profile. If the request is underspecified, ask at most three questions or call interview_trip when available.
request plus profile.
travel with intent="plan_trip" and params containing origin,destination, depart_date, return_date, guests, and currency.
travel with intent="search_flights" when the user needs more flight options, a specificairline/alliance/cabin, direct-only filtering, baggage-aware pricing, or a cheaper fallback than plan_trip returned.
travel with intent="search_accommodations" when recommending whereto stay. It matches the requested room/apartment type, occupancy, amenities, refundability, and total price before ranking. Use intent="search_hotels_with_details" when comparing a known short hotel list by rooms, rates, and amenities; use intent="search_hotels" only for broad discovery, district filtering, stars/rating constraints, or debugging.
travel with intent="assess_trip" and dates/passport when nationalityis known or visa/weather viability matters.
travel with intent="detect_travel_hacks" after flight search unlessthe user explicitly says not to optimize.
Return an assessed itinerary, not raw tool dumps:
assess_trip: GO, WAIT, or NO_GO.the recommendation.
If native mcp__trvl__travel is unavailable, use mcp__gateway__gateway_invoke with server="trvl" and tool="travel". Exact legacy tool names remain callable as compatibility aliases.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.