baoyu-slide-deck
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate and transparent workflow for presentation generation. It uses structured markdown templates to manage the transition from source text to image prompts.
- [EXTERNAL_DOWNLOADS]: Fetches generated slide images from the LabNana API (api.labnana.com). This is the core functionality of the skill and is performed using a user-provided API key.
- [COMMAND_EXECUTION]: Executes local Python and TypeScript scripts to coordinate the image generation and document assembly processes. These operations are well-defined and scoped to the skill's purpose.
- [CREDENTIALS_UNSAFE]: The skill correctly handles sensitive information by loading the LabNana API key from environment variables or a local .env file instead of hardcoding credentials.
- [PROMPT_INJECTION]: The risk of indirect prompt injection from input content is mitigated by a multi-step workflow that requires user confirmation of the generated outline and image prompts before the final generation phase.
Audit Metadata