Daolv Hotel Booking
Analysis
The hotel-search workflow is coherent, but the skill ships a ready-to-use external service token that users should review before installing.
Findings (2)
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 whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"Authorization": "Bearer mcp_171e1...52b13f"
This embeds a reusable Bearer credential for the external MCP server; the supplied metadata declares no primary credential or env-var credential contract, so users cannot tell whose identity, quota, or permission scope is being used.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"Extract: destination, check-in date, nights, adults/children... budget" ... "targets `https://mcp.aigohotel.com/mcp` using `streamable_http`"
The workflow sends trip details and preferences to a remote MCP service; this is aligned with hotel search, but it establishes a third-party data boundary users should understand.
