Hotel Pricer

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle implements a Go-based CLI for searching hotel availability and pricing using the Amadeus API. All code and documentation align with the stated purpose. API credentials and tokens are securely stored in a user-specific configuration file (`~/.config/hotel-pricer/config.yaml`), and all network communication is directed to the legitimate Amadeus API endpoint (`https://test.api.amadeus.com`). There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts in SKILL.md or other files.