Pdf Extract
Analysis
This is a simple, coherent PDF-to-text helper using pdftotext; users should mainly notice the manual system package install and that extracted PDF contents may enter LLM context.
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.
sudo dnf install poppler-utils
The setup step installs an OS package to provide pdftotext. This is purpose-aligned and user-directed, but it modifies the local system and depends on the configured package repository.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Extract text from PDF files for LLM processing. Uses `pdftotext` ... to convert PDF documents into plain text.
The skill intentionally turns PDF contents into text for model use. This is expected for the skill, but PDF text may contain sensitive information or embedded instructions that should not automatically be trusted as agent instructions.
