Skip to main content

Development Workflows

Provides modern development workflows to enhance software delivery speed and quality through structured processes and automation.

Install this skill

or
84/100

Security score

The Development Workflows skill was audited on Feb 9, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 472

Curl to non-GitHub URL

SourceSKILL.md
472curl -v http://api/endpoint # Verbose HTTP
low line 488

Access to .env file

SourceSKILL.md
488Config: .env.local
low line 509

Access to .env file

SourceSKILL.md
509# .env.example (committed)
low line 514

Access to .env file

SourceSKILL.md
514# .env.local (gitignored)
medium line 522

Access to .env file

SourceSKILL.md
522- Use `.env.example` as template
low line 472

External URL reference

SourceSKILL.md
472curl -v http://api/endpoint # Verbose HTTP
low line 512

External URL reference

SourceSKILL.md
512NEXT_PUBLIC_APP_URL=http://localhost:3000
low line 517

External URL reference

SourceSKILL.md
517NEXT_PUBLIC_APP_URL=http://localhost:3000
Scanned on Feb 9, 2026
View Security Dashboard