Pdf2md
Analysis
This skill is a coherent PDF-to-Markdown converter, but users should notice that selected PDFs are uploaded to MinerU’s external API for processing.
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.
"install":[{"id":"npm","kind":"node","package":"mineru-open-api"},{"id":"uv","kind":"uv","package":"mineru-open-api"},{"id":"go","kind":"go","package":"github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api"}]The skill relies on installing an external CLI package, and the artifact does not pin a version. This is common for CLI-based skills but means trust depends on the package source.
You MUST reply to the user in the SAME language they use. This is non-negotiable.
This instruction affects the agent's response behavior beyond the core PDF conversion task. It is low impact, but could conflict with a user's explicit language preference.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
For larger files (up to 200MB/600 pages) or precision extraction with full assets, use `mineru-open-api extract` (requires auth via `mineru-open-api auth`)
The main workflow requires no credentials, but the artifact documents an optional authenticated workflow for larger or more precise extraction.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`flash-extract` sends the document to the MinerU API (mineru.net) for processing and returns Markdown.
The artifact clearly discloses that PDF contents are sent to an external provider for processing, which is expected for this converter but can involve sensitive document data.
