pdf-nano

PassAudited by VirusTotal on May 4, 2026.

Findings (1)

The skill bundle provides comprehensive PDF processing capabilities, but includes scripts that perform high-risk system modifications. Specifically, `fill_pdf_form_with_annotations.py` contains logic to identify and write to system font directories (including `/usr/share/fonts` and `~/.local/share/fonts`) and executes the system utility `fc-cache` via `subprocess.run`. While these actions are documented in `forms.md` as 'environment-maintenance' for consistent text rendering, the automated copying of workspace assets into system paths and the execution of system binaries constitute a significant attack surface for environment manipulation.