Extract PDF extracts structured data from PDFs and images, including tables, OCR text, images, and stamps, built on ComPDF data extraction and AI document ex...
Security Analysis
medium confidenceThe skill is an instruction-only wrapper for the ComPDF REST API that asks the user for a ComPDF API key and requires explicit user confirmation before uploading files — its requests and instructions are coherent with its stated PDF extraction purpose.
Name/description match the instructions: the SKILL.md describes using ComPDF endpoints for OCR, table extraction, conversions, and related operations. Asking for a ComPDF API key and selecting executeTypeUrl values is appropriate for this purpose.
Instructions are narrowly focused on calling ComPDF endpoints. They do read/write a local file (config/public_key.txt) to optionally persist the user's API key; this is explained in the doc and is within the skill's domain but is an action users should be aware of. The SKILL.md explicitly requires explicit user consent before uploading files to external servers, which is good practice.
No install spec or code is included (instruction-only), so nothing is written to disk by an installer. Risk from installation is minimal.
The skill requests no environment variables or unrelated credentials. It only asks for the ComPDF API public key (via user prompt) which is proportional to the declared functionality. No other secrets or system credentials are requested.
always:false and no autonomous privilege escalation. The only persistent action is optionally writing the ComPDF public key to config/public_key.txt if the user consents; the skill does not request system-wide privileges or modify other skills' configs.
Guidance
This skill is an instruction-only wrapper around ComPDF's cloud API and appears internally consistent, but take these precautions before installing or using it: - Do not upload highly sensitive or confidential documents unless you trust ComPDF and have reviewed their privacy policy (SKILL.md points to the policy URL). The skill requires explicit consent before any upload — only proceed after you confirm. - The skill will ask you for your ComPDF API key and offers to save it to config/public_key.txt on disk; if you are unsure, decline to save so the key is used only for the current session and delete any saved file you no longer want to keep. - The skill source/homepage is unspecified in the registry metadata (no homepage provided). If provenance matters, prefer an official provider release or verify the owner before trusting long-term use. - Verify the API base URL (api-server.compdf.com or api-server.compdf.cn) and that returned download links meet your security needs; links expire the next day per the instructions. If you accept those conditions, the skill's behavior matches its description and there are no hidden or unrelated requests in the instructions.
Latest Release
v1.1.0
- Expanded the skill's focus in the description to emphasize structured data extraction, including tables, OCR text, and content parsing from PDFs and images. - Highlighted supported export formats (JSON, XML, CSV, Excel, TXT, HTML) and detailed typical extraction and parsing automation use cases. - Added example trigger queries relevant to data extraction and structured output for analytics and LLM workflows. - No workflow or feature changes; process and critical rules remain unchanged.
Popular Skills
Published by @compdf-youna on ClawHub