2slides-ppt-generator
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly utilizes environment variables (
SLIDES_2SLIDES_API_KEY) to manage authentication, ensuring sensitive credentials are not hardcoded or exposed in logs or command history. - [SAFE]: The download utility (
scripts/download_slides_pages_voices.py) implements path resolution checks that restrict file writing to the current working directory, effectively preventing directory traversal attacks. - [SAFE]: The skill incorporates robust network security measures, including validating that download URLs resolve to public global IP addresses and enforcing host pinning to prevent Server-Side Request Forgery (SSRF).
- [SAFE]: All external calls are made to the legitimate
2slides.comdomain via HTTPS, and inputs such as Job IDs are validated against strict regular expressions to prevent injection attacks.
Audit Metadata