infrastructure-documenter
Facilitates the creation of comprehensive infrastructure documentation, including architecture diagrams and operational procedures.
Install this skill
Security score
The infrastructure-documenter skill was audited on Feb 12, 2026 and we found 22 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 568 | ```yaml |
Curl to non-GitHub URL
| 200 | curl -I https://api.example.com/health |
Curl to non-GitHub URL
| 235 | curl https://api.example.com/health |
Webhook reference - potential data exfiltration
| 61 | │ - Auth │ │ - Cache │ │ - Webhooks │ |
External URL reference
| 200 | curl -I https://api.example.com/health |
External URL reference
| 235 | curl https://api.example.com/health |
External URL reference
| 252 | - [Dashboard](https://dashboard.example.com) |
External URL reference
| 253 | - [Logs](https://logs.example.com) |
External URL reference
| 254 | - [Metrics](https://metrics.example.com) |
External URL reference
| 394 | - [Supabase Documentation](https://supabase.com/docs) |
External URL reference
| 395 | - [Comparison: Supabase vs Firebase](https://...) |
External URL reference
| 407 | Production: https://api.example.com/v1 |
External URL reference
| 408 | Staging: https://staging-api.example.com/v1 |
External URL reference
| 417 | https://api.example.com/v1/users |
External URL reference
| 456 | https://api.example.com/v1/users/me |
External URL reference
| 492 | | Production | https://myapp.com | Live users | Manual (main) | |
External URL reference
| 493 | | Staging | https://staging.myapp.com | Pre-release testing | Auto (main) | |
External URL reference
| 494 | | Preview | https://pr-*.vercel.app | PR review | Auto (PR) | |
External URL reference
| 495 | | Development | http://localhost:3000 | Local dev | Manual | |
External URL reference
| 503 | NEXT_PUBLIC_APP_URL=https://myapp.com |
External URL reference
| 510 | NEXT_PUBLIC_APP_URL=https://staging.myapp.com |
External URL reference
| 517 | NEXT_PUBLIC_APP_URL=http://localhost:3000 |