Nano PDF V2

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a narrow PDF-editing wrapper around an external CLI, with no evidence of hidden behavior, but users should verify the installed package and review edited PDFs before sharing.

This appears safe to use for its stated purpose. Before installing, verify the nano-pdf package source/version, and when editing PDFs, work on a copy and inspect the final document before sharing it.

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.

What this means

A PDF could be changed incorrectly if the wrong file, page, or instruction is used.

Why it was flagged

This shows the skill delegates document mutation to a CLI tool. That is the core purpose and is scoped to a specific PDF page, but edited files can still be wrong or unintended.

Skill content
Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction.
Recommendation

Keep a backup of the original PDF, specify the target file and page clearly, and review the output before sending or publishing it.

What this means

Installing an external package means the behavior depends on the package version and its supply-chain integrity.

Why it was flagged

The skill relies on an external package installation to provide the CLI. This is expected for the skill, but the artifacts do not pin a specific package version.

Skill content
uv | package: nano-pdf | creates binaries: nano-pdf
Recommendation

Install from the expected PyPI project, consider pinning or reviewing the version, and keep the package updated from a trusted source.