PassAudited by ClawScan on Apr 15, 2026.
Overview
The skill's code, instructions, and required actions are consistent with a PDF manipulation toolkit; nothing requests unrelated credentials, hidden endpoints, or surprising system access.
This skill appears to do what it says: local PDF processing and form filling. Before installing or running: (1) Install the required Python packages (pypdf, pdf2image, pdfplumber, reportlab, Pillow, pytesseract, etc.) in a virtualenv to avoid dependency conflicts since the registry metadata doesn't list them. (2) Only run the scripts on PDFs you trust or in an isolated environment — PDF parsing libraries have historically had vulnerabilities and malformed PDFs can crash parsers. (3) Note the skill monkeypatches a pypdf internal method for a known compatibility issue; that is likely harmless but may affect other code using pypdf in the same environment. (4) Observe the LICENSE: proprietary restrictions are present—review them if you plan to store or redistribute the skill's files. If you want stricter guarantees, ask the owner for an explicit dependency list and package/install instructions or run the tools in a disposable container.
