Skip to main content

themes

Manages public API theme operations, enabling users to create, update, and apply visual themes for slide presentations.

Install this skill

or
73/100

Security score

The themes skill was audited on May 12, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271```bash
medium line 282

Access to .env file

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

Access to .env file

SourceSKILL.md
284if [[ -f .env.local ]]; then
low line 286

Access to .env file

SourceSKILL.md
286source .env.local
high line 312

Prompting for API key/token input

SourceSKILL.md
3123. Run: `curl -X POST "$LAYERPROOF_BASE_URL/api/v2/themes/generate" -H "Content-Type: application/json" -H "X-API-KEY: $LAYERPROOF_API_KEY" -d '{"prompt":"minimal dark mode"}'`.
Scanned on May 12, 2026
View Security Dashboard
Installation guide →