epub
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Employs standard system utilities including unzip, zip, find, and cat to inspect and manipulate EPUB file structures within the local environment.
- [PROMPT_INJECTION]: Ingestion points: Processes EPUB archives provided via the user-data upload directory. Boundary markers: None explicitly defined in the provided snippets. Capability inventory: Includes file system read/write, shell command execution, and Python script execution. Sanitization: Actively sanitizes content by decomposing script and style tags using the BeautifulSoup library to mitigate indirect injection risks from ebook content.
- [EXTERNAL_DOWNLOADS]: Downloads and installs the widely recognized beautifulsoup4 and lxml packages from the official Python Package Index (PyPI).
Audit Metadata