ClawAudit verdict

flight-search

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

8
security
90
transparency
70
maintenance

Findings (5)

Pattern match critical

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

Pattern match critical

Pipe to bash — executes piped content as shell commands

README.md · code · | bash

Pattern match high

Pipe to sh — executes piped content as shell commands

install.sh · prose · downgraded · | sh

Pattern match medium

subprocess execution — runs system commands from Python

flight_search/cli.py · prose · downgraded · subprocess.run(

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API