Exwind Monitor
Analysis
The skill appears to do what it says—check the public EXWIND site and alert Feishu—with notes about recurring automation and an undeclared browser-tool dependency.
Findings (3)
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.
- **定时**: 每 10 分钟自动执行 ... Schedule: */10 * * * * @ Asia/Shanghai
The skill explicitly describes recurring scheduled execution. This matches the stated monitoring purpose, but it means the skill can keep operating without a fresh user prompt each time.
run_cmd('agent-browser close', 10)
...
run_cmd(f'agent-browser open "{url}" --timeout 30000', 60)The script depends on the local agent-browser command even though the registry metadata declares no required binaries. The dependency is purpose-aligned, but under-declared.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
使用 `message` tool 发送 `message` 字段的内容到飞书。
The skill relies on a messaging tool to send generated alert content to Feishu. This is expected for the stated purpose, but it uses delegated messaging authority.
