slidespeak-generator
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to interact with the SlideSpeak API (api.slidespeak.co), which is a legitimate and well-known service for generating presentations. All external links and documentation references point to official SlideSpeak domains.
- [COMMAND_EXECUTION]: The skill utilizes local Python scripts (
scripts/config_builder.pyandscripts/validator.py) to automate the generation and validation of API configurations. These scripts are straightforward, use only Python standard libraries, and are intended for legitimate utility purposes within the skill's scope. - [PROMPT_INJECTION]: The skill processes user-provided topics and data retrieved from the
web_searchtool to populate slides. Although this represents an indirect prompt injection surface common to content-generation skills, the structured nature of the SlideSpeak API JSON output and the specific formatting guidelines in the instructions act as effective constraints against instruction override.
Audit Metadata