epub
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a local CLI tool located at
~/.claude/skills/epub/scripts/epub-reader/dist/index.jsusing Node.js. These operations are limited to reading and processing EPUB files provided by the user. - [SAFE]: The skill performs local file reading using
fs.readFileSyncandjszipto extract ebook contents. No network operations, external downloads, or data exfiltration attempts were detected in the source code or instructions. - [SAFE]: The tool uses
turndownto convert ebook HTML into Markdown, providing a layer of sanitization by stripping potentially executable or complex HTML tags before the content is returned to the agent's context. - [SAFE]: All dependencies are reputable, version-pinned packages from the official NPM registry, and no obfuscation or dynamic code loading patterns were identified.
Audit Metadata