酒店三选一
PassAudited by VirusTotal on Apr 3, 2026.
Findings (1)
The skill bundle instructs the AI agent to perform high-risk system operations, including a global NPM package installation (`npm install -g @fly-ai/flyai-cli`) and the explicit disabling of SSL certificate validation (`NODE_TLS_REJECT_UNAUTHORIZED=0`) in SKILL.md. While these appear to be functional requirements for the 'FlyAI' service, bypassing SSL security is a critical vulnerability that exposes the agent to Man-in-the-Middle (MitM) attacks. Additionally, the skill implements local file persistence in `~/.flyai/user-profile.md`, which, combined with the shell execution requirements, represents a significant security risk even if no direct malicious intent is proven.
