PDF OCR Extraction
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE]: The skill consists exclusively of a Markdown file (SKILL.md) providing documentation and configuration. No executable scripts (e.g., .py, .js, .sh) are included in the package.- [SAFE]: Analysis of the skill's metadata and instructional content found no evidence of malicious behavior such as credential theft, obfuscation, or unauthorized data access.- [PROMPT_INJECTION]: The skill processes untrusted data (PDF documents), creating a surface for indirect prompt injection. 1. Ingestion points: PDF files processed via the extract_text_from_pdf tool. 2. Boundary markers: The output templates use Markdown headers and horizontal rules to separate extracted text from metadata. 3. Capability inventory: Calls the extract_text_from_pdf tool. 4. Sanitization: No explicit instruction-filtering or sanitization logic is defined in the templates.
Audit Metadata