Process-Diagram-Pro
Analysis
The core diagram-generation code appears purpose-aligned, but the skill also introduces broad browser automation that is not well scoped to making diagrams.
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 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.
本技能支持使用 `agent-browser` CLI 进行网页内容抓取和研究... agent-browser click @e1 ... agent-browser fill @e1 "text" ... agent-browser screenshot ... agent-browser get text body
The skill's stated purpose is diagram generation, but this section gives broad browser automation commands for scraping and interacting with arbitrary webpages without clear user-approval or read-only limits.
pip install matplotlib pillow numpy ... npm install -g agent-browser agent-browser install --with-deps
The setup instructions install unpinned Python packages and a global npm browser automation package; this is disclosed and user-directed, but it adds supply-chain exposure, especially because the registry metadata lists no install spec.
