餐厅推荐交叉验证
Analysis
The skill matches its restaurant-recommendation purpose, but it relies on logged-in scraping, stored browser sessions, proxies, and local setup steps that users should review carefully before installing.
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.
自动保存 cookies、localStorage ... 只保存会话状态 ... 不接触敏感信息
The documentation says it saves cookies/localStorage but also claims it does not touch sensitive information. Auth cookies and browser session state are sensitive because they can preserve logged-in access.
Anti-scraping: Use residential proxies, rotate user agents
The skill explicitly recommends anti-scraping evasion techniques for third-party services. This is related to the stated purpose, but it is a materially risky automation pattern.
bash setup.sh ... 安装所有 Python 依赖 ... 下载 Playwright 浏览器
The setup flow installs dependencies and downloads browser components, but the registry lists no install spec. The behavior is disclosed and purpose-aligned, yet users should review it before running.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Xiaohongshu ... Authentication: Cookies required for full access
The skill needs authenticated Xiaohongshu access via cookies, while the registry metadata declares no primary credential or required environment variables. Browser cookies/session state can grant account access.
