pymupdf
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is a straightforward PDF image utility, with minor cautions about installing an unpinned dependency and not relying on unimplemented redaction claims.
This appears safe for rendering local PDF pages and extracting embedded images. Before installing, verify the PyMuPDF package source/version if your environment is sensitive, choose output directories carefully, and do not rely on this skill for PDF redaction unless that capability is explicitly implemented and reviewed.
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.
A future or unexpected package version could behave differently from what the reviewed code expects.
This is a user-directed external package install and is expected for the skill, but the dependency is not pinned to a specific version.
Install dependency if missing: `pip install pymupdf`.
Install PyMuPDF from the official package source and consider pinning a known-good version in controlled environments.
Users could incorrectly assume the reviewed helper can perform security-sensitive redaction or annotation tasks.
The description advertises annotation and redaction use cases, but the documented workflow only lists export-images, extract-images, and info.
Use for tasks such as ... drawing annotations, redacting content ... Run the desired command (export-images, extract-images, info).
Use this skill only for the implemented commands unless annotation or redaction support is separately added and reviewed.
