Skip to main content

projects

Facilitates project management through a public API, enabling creation, listing, updating, and deletion of projects with pagination.

Install this skill

or
88/100

Security score

The projects 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 312

Template literal with variable interpolation in command context

SourceSKILL.md
312```bash
medium line 323

Access to .env file

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

Access to .env file

SourceSKILL.md
325if [[ -f .env.local ]]; then
low line 327

Access to .env file

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