ocr-super-surya
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill installs the
surya-ocrpackage from PyPI. While the repositorydatalab-to/suryais not in the trusted organizations list, this is a necessary dependency for the skill's primary OCR function. Following the primary purpose rule, the severity is downgraded to LOW. - EXTERNAL_DOWNLOADS (SAFE): The skill installs PyTorch components from
download.pytorch.org. This is a trusted external source according to the security policy, making this specific download safe. - COMMAND_EXECUTION (LOW): The instructions prompt the execution of CLI tools like
surya_ocrand a local scriptscripts/ocr_helper.py. While the helper script's content was not provided for auditing, this is standard behavior for a utility skill. - INDIRECT_PROMPT_INJECTION (LOW): The skill is designed to process untrusted data from images and PDFs which may contain malicious instructions meant to influence the AI's subsequent behavior.
- Ingestion points:
image.pnganddocument.pdfprocessed via thesurya_ocrtool as described inSKILL.md. - Boundary markers: None. The instructions do not specify delimiters or warnings for the agent to ignore text found within processed images.
- Capability inventory: The skill utilizes command-line execution (
surya_ocr) and file system output (--output_dir). - Sanitization: No sanitization or validation of the OCR'd text is evident in the provided documentation.
Audit Metadata