flyclaw-flight-search-zero-login
Fail
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
sources/fliggy_mcp.pycontains hardcoded authentication secrets, includingDEFAULT_API_KEY(which uses the sensitivesk-prefix) andDEFAULT_SIGN_SECRET. Hardcoding credentials in source code is an unsafe practice. - [EXTERNAL_DOWNLOADS]: The
AirportManager.update_from_urlmethod inairport_manager.pyand theupdate-airportscommand inflyclaw.pyallow the skill to fetch data from arbitrary remote URLs. - [COMMAND_EXECUTION]: The skill is designed to be executed via a CLI interface (
flyclaw.py), allowing the agent to perform network requests and manage local caches based on instructions provided inSKILL.md.
Recommendations
- AI detected serious security threats
Audit Metadata