曲线救国低价机票模糊搜索
Analysis
This flight-search skill appears purpose-aligned, but it deserves review because it saves travel-site login cookies, runs a debuggable Chrome session, and includes account/login automation that can affect local processes and third-party accounts.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
禁止使用 tavily、web_search 等互联网搜索工具搜索机票 ... 所有机票查询请求必须通过本技能的 CLI 命令执行。
The skill explicitly forces tool choice for flight searches. This is related to its purpose, but users should know it tells the agent not to use alternative sources.
if is_port_open(port):
pids = _find_pids_by_port(port)
if pids:
for pid in pids:
_kill_pid(pid)The Chrome manager can terminate any PID found on the configured debugging port, without artifact evidence that it verifies the process belongs to this skill's Chrome profile.
test_phone = '13012344249' ... 点击获取验证码 ... print('\n[6] 执行自动滑块验证...') ... page.mouse_drag(start_x, start_y, end_x, end_y, steps=30)The included test code automates a verification-code flow and slider challenge using a hard-coded phone number, which goes beyond ordinary flight-price lookup and can interact with anti-abuse controls.
Source: unknown; Homepage: none; Install specifications: No install spec — this is an instruction-only skill.
The registry metadata provides limited provenance and no formal install spec even though the package includes Python code and dependency setup files.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Cookie 文件:`~/.qvxian/qunar_cookies.json`(保存的登录凭证) ... 读取内容:浏览器页面 HTML、Cookies、localStorage
The skill saves and reuses authenticated travel-site session material. These cookies are effectively account credentials and persist locally.
