ClawAudit verdict
flight-search
Google Flights CLI search tool that uses uvx to run the flight-search PyPI package; the execution sink is the documented uvx invocation of a publicly published package, with no network access beyond Google Flights data retrieval.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -fsSL https://raw.githubusercontent.com/Olafs-World/flight-search/main/inst
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
Pipe to sh — executes piped content as shell commands
install.sh · prose · downgraded · | sh
subprocess execution — runs system commands from Python
flight_search/cli.py · prose · downgraded · subprocess.run(
pip3 install — installs Python packages at runtime
install.sh · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.