Skip to main content

scaffold

Scaffolds a complete .NET 10 + React 19 project with backend, frontend, and deployment setup in one command.

Install this skill

or
77/100

Security score

The scaffold skill was audited on Mar 7, 2026 and we found 11 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67```bash
medium line 403

Template literal with variable interpolation in command context

SourceSKILL.md
403```dockerfile
medium line 514

Curl to non-GitHub URL

SourceSKILL.md
514# - curl https://{railway-url}/health → HTTP 200 + {"status":"healthy"}
low line 194

Access to .env file

SourceSKILL.md
194.env
low line 195

Access to .env file

SourceSKILL.md
195.env.local
low line 207

Access to .env file

SourceSKILL.md
207**/.env
low line 323

External URL reference

SourceSKILL.md
323'/health': 'http://localhost:5000',
low line 324

External URL reference

SourceSKILL.md
324'/api': 'http://localhost:5000',
low line 429

External URL reference

SourceSKILL.md
429ENTRYPOINT ["sh", "-c", "dotnet {Prefix}.Api.dll --urls http://+:${PORT:-8080}"]
low line 514

External URL reference

SourceSKILL.md
514# - curl https://{railway-url}/health → HTTP 200 + {"status":"healthy"}
low line 523

External URL reference

SourceSKILL.md
523Scaffold complete at {path}. 18/18 gates passed. Live at https://{url}
Scanned on Mar 7, 2026
View Security Dashboard