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 May 12, 2026 and we found 11 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 68
Template literal with variable interpolation in command context
SourceSKILL.md
| 68 | ```bash |
medium line 404
Template literal with variable interpolation in command context
SourceSKILL.md
| 404 | ```dockerfile |
medium line 515
Curl to non-GitHub URL
SourceSKILL.md
| 515 | # - curl https://{railway-url}/health → HTTP 200 + {"status":"healthy"} |
low line 195
Access to .env file
SourceSKILL.md
| 195 | .env |
low line 196
Access to .env file
SourceSKILL.md
| 196 | .env.local |
low line 208
Access to .env file
SourceSKILL.md
| 208 | **/.env |
low line 324
External URL reference
SourceSKILL.md
| 324 | '/health': 'http://localhost:5000', |
low line 325
External URL reference
SourceSKILL.md
| 325 | '/api': 'http://localhost:5000', |
low line 430
External URL reference
SourceSKILL.md
| 430 | ENTRYPOINT ["sh", "-c", "dotnet {Prefix}.Api.dll --urls http://+:${PORT:-8080}"] |
low line 515
External URL reference
SourceSKILL.md
| 515 | # - curl https://{railway-url}/health → HTTP 200 + {"status":"healthy"} |
low line 524
External URL reference
SourceSKILL.md
| 524 | Scaffold complete at {path}. 18/18 gates passed. Live at https://{url} |
Scanned on May 12, 2026
View Security Dashboard