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, and PyYAML.
  • [COMMAND_EXECUTION]: The skill uses the Bash tool to perform environment setup tasks, including package installation using uv or pip and 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
Risk Level
SAFE
Analyzed
Mar 28, 2026, 10:15 PM