Agent Vision Scraper
Analysis
This skill is a powerful website automation tool that deliberately bypasses anti-bot/CAPTCHA protections and exposes an unauthenticated VNC browser session, so it needs careful review before installation.
Findings (5)
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.
Playwright Stealth - 绕过常见反爬检测 ... Vision 验证码识别 - 利用 LLM 视觉能力破解图形验证码
The skill explicitly instructs use of stealth automation to bypass anti-scraping checks and use vision to solve CAPTCHAs, with no documented authorization or target-scope limits.
docker run --rm --env-file .env -p 5900:5900 ... 密码: 无(免密)
The documented run command exposes VNC on port 5900 and the README states there is no VNC password, while the browser may be handling logins or sensitive pages.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill. File manifest: README.md, agent-scraper.js, package.json, skill.md
For a skill that instructs Docker image building and browser-agent execution, the provided artifacts lack a source/homepage, install spec, and the Dockerfile referenced by the documentation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
const userInstruction = process.argv[3]; ... console.log(`[-] 正在执行指令: "${augmentedInstruction}"`); ... await agentBrowser.execute(augmentedInstruction);The code prints and forwards the full user instruction to the browser agent; the README examples show that such instructions may contain website usernames and passwords.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
4. **视觉分析** - 截图发送给 LLM 分析
The workflow explicitly sends page screenshots to an LLM for analysis, which is expected for a vision scraper but can include private page content.
