Beike Xiaoqu Research
Analysis
The skill is coherent for Beike housing research, but it uses mcp-chrome with the user's logged-in browser session and can optionally send housing requirements to external AI models, so it needs careful review before use.
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.
NEW_TAB_RESP=$(mcp_call ... "create_tab" ...); ... else ... echo "⚠️ 无法创建新 Tab,继续使用现有 Tab: $TAB(请勿手动切换页面)"
The script tries to create an isolated Chrome tab but will continue with an existing tab if that fails, so browser state can be affected during normal operation.
需要用户已安装 mcp-chrome 插件(端口 12306)+ mcporter 已配置 pal server。
The skill relies on local MCP tooling and optional PAL configuration, while the registry requirements list no required binaries, credentials, or config paths.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
mcp-chrome 是一个 Chrome 浏览器插件,将 Chrome DevTools 协议(CDP)封装为 MCP server,允许 AI Agent 以用户已登录的会话操控浏览器。
The skill depends on a browser bridge that operates with the user's logged-in Chrome session, which is high-impact account/session authority and broader than a narrow Beike-only credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
cmd = ['mcporter', 'call', 'pal.chat', '--args', args_json, '--output', 'json']
The optional consensus workflow sends prompts containing candidate housing data and user requirements to the configured PAL chat models/providers.
