Skip to main content

slide-decks

Facilitates management of AI-generated slide decks through a public API, enabling outline generation and slide customization.

Install this skill

or
88/100

Security score

The slide-decks skill was audited on May 13, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 590

Template literal with variable interpolation in command context

SourceSKILL.md
590```bash
medium line 601

Access to .env file

SourceSKILL.md
601If running from a project directory with a `.env.local` file, load it first:
low line 603

Access to .env file

SourceSKILL.md
603if [[ -f .env.local ]]; then
low line 605

Access to .env file

SourceSKILL.md
605source .env.local
Scanned on May 13, 2026
View Security Dashboard
Installation guide →