only for test
Analysis
This is a coherent document-to-Markdown extraction skill, with normal cautions because it can install Python packages, write temporary OCR files, and use an MCP OCR service for images or scanned PDFs.
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.
allowed-tools: Read, Grep, Glob, Write, Bash, mcp__zai-mcp-server__extract_text_from_screenshot
The skill exposes Bash and Write even though it is described as read-only extraction. The documented uses are purpose-aligned, but these tools can affect the local environment if used beyond the stated workflow.
pip install python-docx openpyxl pymupdf
The skill instructs installing third-party Python packages, but the command does not pin exact versions and there is no install spec in the supplied artifacts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
必须使用 MCP OCR ... mcp__zai-mcp-server__extract_text_from_screenshot ... image_source: 图片路径或 URL
For images and scanned PDFs, the skill routes OCR through an MCP tool using a local image path or URL; the artifact does not describe that service's retention or data boundary.
