baoyu-comic
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
bunruntime to execute a local TypeScript script (scripts/merge-to-pdf.ts) for combining generated images into a final PDF document. It also invokes system utilities such assips(macOS) orpngquantfor image compression and format conversion to optimize payloads before sending them to image generation tools. - [EXTERNAL_DOWNLOADS]: The skill leverages external image generation backends and the
pdf-libNode package for its operations. It provides clear instructions for resolving these dependencies, including calling sibling skills likebaoyu-image-genor using thecodexCLI. - [SAFE]: The skill maintains a clean separation of concerns, storing all generated assets—including analysis, storyboards, prompts, and images—within a specific project-relative or user-home directory (
comic/{topic-slug}/). It also implements a robust configuration system viaEXTEND.mdfor managing user preferences and watermarks without requiring hardcoded secrets or unauthorized network access.
Audit Metadata