install-epub-deps
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs well-known, legitimate Python packages from the official Python Package Index (PyPI) to enable EPUB file creation capabilities.
- Dependencies installed:
ebooklib,markdown,Pillow,beautifulsoup4,lxml, andPyYAML. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform environment setup tasks, including package installation usinguvorpipand running a verification script. - The commands are hardcoded and intended for environment verification (
python3 -c "import ..."). - While the skill mentions
$ARGUMENTS, the implementation provided in the steps uses static command strings for the actual installations.
Audit Metadata