lufthaven — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lufthaven (Plugin) 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.
Flight data for AI agents and developers. Real-time tracking, weather, deals, and TSA wait times.
No API key required.
flight_status — real-time flight status, gates, delays, live GPS positionairport_search — find airports by name, code, or citylive_aircraft — aircraft currently flying in an areaairport_weather — METAR conditions and flight rulesairport_delays — FAA ground delay programsflight_deals — cheap flight deals from an origintsa_wait_times — TSA security checkpoint wait timesflight_trail — flight path / position historyAdd the marketplace:
/plugin marketplace add Lufthaven/lufthaven-mcpInstall the plugin:
/plugin install lufthaven@lufthavenReload plugins:
/reload-pluginsOr add directly as an MCP server:
claude mcp add lufthaven -- npx -y -p lufthaven lufthaven-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}Add to your project's codex.json or global MCP config:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}Settings → Connectors → Create, then paste:
https://lufthaven-mcp.workers.dev/mcpThen try:
What's the status of UA444?
Are there any delays at JFK right now?
Find me cheap flights from SFO to Tokyo.
What's the weather at Heathrow?Also works as a standalone CLI:
npx lufthaven flight UA444
npx lufthaven weather KJFK
npx lufthaven deals SFO --to NRT
npx lufthaven tsa LAX
npx lufthaven live --airport KLAX
npx lufthaven delays
npx lufthaven airport "san francisco"All commands support --json for raw JSON output.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.