Flightmapify
PassAudited by VirusTotal on Apr 16, 2026.
Findings (1)
The flightmapify skill is a legitimate tool for searching flights and generating interactive route maps. It uses a Flask-based backend (flight-search-server.py) to interface with the FlyAI CLI and a standard Python HTTP server to serve generated maps. The skill handles sensitive data like API keys appropriately by reading from environment variables or local configuration files (~/.flyai/config.json) without exfiltrating them. It implements documented features such as automatic port conflict resolution using lsof and kill (main_flightmapify.py) and uses safe subprocess execution patterns. No evidence of prompt injection, malicious execution, or unauthorized data access was found.
