Pdf Pro
Analysis
This PDF utility appears to do the advertised local PDF operations, with only normal cautions around file overwrites and manual package installation.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
with open(output_file, 'wb') as f:
writer.write(f)The tool writes generated PDFs directly to a user-provided output path. This is expected for PDF editing, but an incorrect path could overwrite or create files in unintended locations.
安装依赖: `pip install PyPDF2 pdfplumber Pillow reportlab pypdfium2`
The skill relies on manually installing third-party Python packages without pinned exact versions. This is common and purpose-aligned for a PDF utility, but users should install from trusted package sources.
