Erdmannsilva Nano Pdf

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: erdmannsilva-nano-pdf Version: 1.0.0 The skill bundle is a standard wrapper for the 'nano-pdf' CLI tool, providing instructions and metadata for editing PDFs via natural language. There are no signs of malicious intent, data exfiltration, or prompt injection; the SKILL.md and _meta.json files align perfectly with the stated purpose of the tool.

Findings (0)

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 mistaken instruction or page number could alter the wrong PDF content.

Why it was flagged

The skill intentionally invokes a CLI that modifies PDF files. This is aligned with the stated purpose and scoped to a specific file/page, but users should be aware it can change document content.

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

Use copies of important PDFs when possible and review the output before sending or publishing it.

What this means

The safety of the installed command depends on the PyPI package and the version resolved at install time.

Why it was flagged

The executable behavior comes from an external PyPI package installed by name. That is expected for this CLI-based skill, but the package code is not included in the provided artifacts for review.

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

Install from a trusted package index, verify the nano-pdf package and version, and consider pinning a known-good version in controlled environments.