ocrmypdf-api
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides standard documentation and integration patterns for the OCRmyPDF library and its official/community plugins. The instructions align with documented use cases.
- [EXTERNAL_DOWNLOADS]: Recommends installing the
ocrmypdflibrary and its plugins (ocrmypdf-easyocr,ocrmypdf-paddleocr,ocrmypdf-appleocr) from standard package registries (PyPI) and references their respective GitHub repositories. - [COMMAND_EXECUTION]: Documents the use of the
ocrmypdfCLI and its plugin loading mechanism. This is a standard feature of the tool and is used here to illustrate legitimate extensibility patterns. - [DATA_EXFILTRATION]: The Flask web service example implements a basic file upload and download handler. It utilizes the
tempfilemodule andos.unlinkfor proper temporary file management and cleanup, which follows best practices for minimizing data persistence risks on the host.
Audit Metadata