途牛酒店预订技能
Analysis
This hotel-booking skill is purpose-aligned, but it should be reviewed because it uses raw shell curl commands with user-entered booking details, an API key, and personal information.
Findings (4)
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.
本 skill 通过 **shell exec** 执行 **curl** ... 参数均为占位,调用时需**根据用户当前需求**填入实际值(城市、日期、酒店 ID/名称、入住人、联系方式等)
The skill directs the agent to build and run shell commands containing user-controlled values, including names and contact data, without explicit shell/JSON escaping or a safer structured HTTP tool. A crafted value could alter the request or shell command.
Source: unknown; Homepage: none
The package provenance is not identified in the provided metadata. For an instruction-only skill that uses an API key and sends booking data externally, users should verify the publisher and endpoint.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"TUNIU_API_KEY": { "type": "string", "description": "途牛开放平台 API key,用于 apiKey 请求头", "required": true }The skill requires a Tuniu API key and uses it as delegated authority for the remote service. This is expected for the integration, but it is still account-level authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
个人信息(联系人姓名、手机号、入住人姓名等)通过 HTTP POST 发送至途牛 MCP 远端服务(`https://openapi.tuniu.cn/mcp/hotel`)
The skill explicitly discloses that booking personal information is sent to an external MCP service. This is purpose-aligned for hotel booking, but the data is sensitive.
