Back to skill
v1.0.0
Pdf Figure Extractor
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:37 AM.
Analysis
This is a focused PDF figure-extraction guide that uses local Python snippets to open PDFs and save images, with no evidence of credentials, networking, persistence, or deceptive behavior.
GuidanceThis skill appears safe and narrowly scoped. Before using it, make sure the PDF and output location are the ones you intend, and check the saved images for correctness.
Findings (1)
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.
Abnormal behavior control
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.
Unexpected Code Execution
SeverityInfoConfidenceHighStatusNote
SKILL.md
import fitz ... doc = fitz.open(pdf_path) ... pix.save(f"fig{fig_num}.png")The skill includes Python snippets that open a local PDF and write extracted figure images. This is expected for PDF figure extraction and is not hidden or unrelated.
User impactThe agent may process local PDF files and create PNG output files as part of the requested extraction task.
RecommendationUse it on intended PDFs only, specify a safe output directory or filenames, and review the generated images before using them.
