Flight Search
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is classified as benign. Its primary function is to search Google Flights using the `fast-flights` library, which involves web scraping. The `SKILL.md` provides standard installation instructions for `uv` via `pip`. The `cli.py` file uses `subprocess.run` for a legitimate self-update feature (`--upgrade` flag) that specifically targets the `flight-search` package itself, not arbitrary commands. While `install.sh` and `README.md` contain `curl | bash` instructions for users to install `uv`, these are user-facing instructions and not executed by the OpenClaw agent during skill installation or runtime, as the agent's `SKILL.md` specifies a `pip` installation for `uv`. There is no evidence of data exfiltration, persistence, or prompt injection against the agent.
