pdf2img

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it claims: convert a user-provided PDF into one long PNG image, with only a minor dependency-installation note.

This skill looks safe for its stated purpose. Before installing, note that it asks you to install pymupdf and pillow manually; use trusted package sources, and only run it on PDFs you intend to convert because the output image will contain the document contents.

Findings (1)

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.

What this means

Installing unpinned packages may pull whatever versions are current at install time, which can affect reproducibility or dependency trust.

Why it was flagged

The skill documents manual installation of external Python packages, but does not pin versions or provide an install spec. These dependencies are expected for PDF rendering and image generation, so this is a supply-chain note rather than a concern.

Skill content
uv pip install pymupdf pillow
Recommendation

Install dependencies from a trusted Python package source and prefer a pinned requirements file or lockfile if you need repeatable installs.