read-ocr
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill provides a surface for indirect prompt injection by extracting and processing text from untrusted external images or documents.
- Ingestion points: Untrusted data is introduced through the
--file-urland--file-pathparameters passed toscripts/ocr_caller.py. - Boundary markers: The skill lacks specific delimiters or instructions that would prompt the agent to ignore potentially malicious instructions found within the extracted text.
- Capability inventory: The skill relies on
pythonto execute thescripts/ocr_caller.pyscript and requires the agent to parse the resulting JSON data. - Sanitization: There is no process defined to sanitize or validate the extracted text before it is integrated into the agent's context.
Audit Metadata