Skip to main content

exports

Facilitates the export of presentations as PNG, PPTX, or narrated video via a public API, enabling seamless project sharing.

Install this skill

or
88/100

Security score

The exports 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 133

Template literal with variable interpolation in command context

SourceSKILL.md
133```bash
medium line 144

Access to .env file

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

Access to .env file

SourceSKILL.md
146if [[ -f .env.local ]]; then
low line 148

Access to .env file

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