slidespeak-slide-editor
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill communicates with the official SlideSpeak API at
https://api.slidespeak.coto process slide editing tasks. This is the intended behavior for the skill's primary function and targets the vendor's legitimate service domain. - [DATA_EXFILTRATION]: Transmits user-provided prompts and presentation identifiers to the SlideSpeak API for processing. This data flow is necessary for editing slides and is performed over an authorized connection using the service's API key.
- [SAFE]: The skill uses a helper script (
scripts/position_helper.py) for mathematical calculation of slide indices. The script contains no dangerous operations, network calls, or file system access. - [SAFE]: Authentication is managed through the
$SLIDESPEAK_API_KEYenvironment variable, adhering to standard security practices for credential management.
Audit Metadata