Caveat verdict
domestic-flight-search
domestic-flight-search-skill
China domestic flight search using the Juhe API via a local Python script; requires a user-supplied API key, all network calls go to the documented Juhe endpoint, and the executionSinkDetected flag corresponds to documented CLI/HTTP usage examples.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
network_out
Findings (6)
Possible hardcoded credential
SKILL.md · code · API_KEY='your_juhe_api_key
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Social engineering — falsely claims user authorization
agents/openai.yaml · prose · downgraded · the user has configured
subprocess execution — runs system commands from Python
scripts/test_domestic_flight_service.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
scripts/domestic_flight_service.py · prose · downgraded · urllib.request
Python os.getenv — reads environment variable
scripts/domestic_flight_service.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: JUHE_FLIGHT_API_KEY). Requires 1 system binary.
network_out Is this flag fair?
Thanks — recorded.