dev-engineering-super-skill
Combines full-stack development skills with advanced engineering capabilities for architecture, testing, and deployment.
Install this skill
Security score
The dev-engineering-super-skill skill was audited on Mar 14, 2026 and we found 20 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 1650 | ```yaml |
System command execution
| 140 | System(ecommerce, "E-Commerce Platform", "Handles orders, payments, inventory") |
Webhook reference - potential data exfiltration
| 45 | | Server-side logic, CGI, webhooks | `webserver` skill | Backend engineer | **Full: CGI + FastAPI + Express** | |
Webhook reference - potential data exfiltration
| 915 | ### Server-Side Logic: CGI, Webhooks, SQLite |
Webhook reference - potential data exfiltration
| 917 | For lightweight server-side use cases (webhooks, form backends, data persistence): |
Webhook reference - potential data exfiltration
| 920 | # Simple webhook receiver (CGI) |
Access to .env file
| 840 | db: { url: process.env.DATABASE_URL }, |
Access to .env file
| 854 | secret: process.env.JWT_SECRET, // Must be from env, never hardcoded |
Access to .env file
| 964 | origin: process.env.ALLOWED_ORIGINS?.split(',') || [], |
Access to .env file
| 1007 | - Environment file templates (`.env.example`) |
Access to .env file
| 1089 | cp .env.example .env.local |
Access to .env file
| 1923 | level: process.env.LOG_LEVEL || 'info', |
Access to .env file
| 2011 | - [ ] Use `.env.example` with placeholder values |
Access to .env file
| 2580 | cp .env.example .env |
External URL reference
| 665 | url: 'https://example.com', |
External URL reference
| 889 | python scripts/api_load_tester.py https://api.example.com/users \ |
External URL reference
| 893 | python scripts/api_load_tester.py https://api.example.com/orders \ |
External URL reference
| 901 | https://api.example.com/v1/users \ |
External URL reference
| 902 | https://api.example.com/v2/users \ |
External URL reference
| 1808 | ./scripts/smoke-test.sh https://green.example.com |