Pdf Reader Cn

v1.0.0

Extract text, tables, and metadata from PDFs; analyze, summarize, and search PDF content, including specific pages or page ranges.

0· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (extract, analyze, summarize PDFs) match the included scripts and SKILL.md. The two Python scripts implement text/table extraction and summary/metadata reporting using pdfplumber; nothing requested or included is disproportionate to that purpose.
Instruction Scope
SKILL.md only tells the agent to run the provided local scripts and references local files; the scripts read only the PDF path provided and produce local output. There are no instructions to read unrelated files, environment variables, or to transmit data elsewhere.
Install Mechanism
No install spec is provided (instruction-only). The code depends on standard Python PDF libraries (pdfplumber / PyMuPDF mentioned in references) but does not fetch or execute remote code. This is low-risk; the only operational requirement is installing the Python dependency from normal package sources.
Credentials
The skill does not request environment variables, credentials, or config paths. The scripts access only the PDF file path the user supplies and produce local output; requested privileges are proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration. Autonomous invocation is allowed by default (disable-model-invocation false) which is normal and not by itself a red flag here.
Assessment
This skill appears to be a straightforward local PDF extractor written in Python. Before installing or running: (1) ensure you install pdfplumber (and any other listed dependencies) from trusted package sources (pip) in a controlled environment (virtualenv/container), (2) only run the scripts on PDFs you trust or in an isolated environment—malicious PDFs can trigger harmful parser behavior in some viewers, and (3) confirm you are comfortable giving the tool access to any PDFs you process (it will read the files you pass to it). The skill does not request credentials or perform network communication according to the provided files.

Like a lobster shell, security has layers — review code before you run it.

latestvk979za9zqa17rw5hv8y0da7g75843hqe

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments