travel-booking — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited travel-booking (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.
Research and present multi-leg travel itineraries with realistic connection times. Primarily SE Asia booking sites (12Go.asia, Google Flights, Bangkok Airways).
Start with 12Go.asia (covers flights, ferries, buses, trains, taxis, combined tickets):
https://12go.asia/en/travel/<origin>/<destination>?date=YYYY-MM-DDdocument.body.innerText.substring(0, X) via browser_console to extract resultsFallback: Google Flights (most reliable with headless browser):
https://www.google.com/travel/flights?q=flights+from+<ORIGIN>+to+<DEST>+on+YYYY-MM-DD+one+way&curr=THBone+way parameter is critical — without it Google shows round-trip pricingUse 12Go.asia for connecting routes:
CRITICAL: Account for realistic transfer time between modes:
Present 2-3 scenarios with estimated arrival times:
**SCENARIO X: [Flight time] to [Ferry time]**
- Landing [time], baggage ~[time]
- [Transport] from [place], +[transfer time] transfer
- [Ferry/bus] departure ~[time], arrive [dest] ~[time]
- **Arrive [dest] ~[time]**
- Cost: [flight] + [ferry] = [total]Include transfer time between modes in every scenario.
Ask if they want you to proceed with booking. Do not auto-book.
After the user books, check inbox for confirmations:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.