Skip to main content

infrastructure-documenter

Facilitates the creation of comprehensive infrastructure documentation, including architecture diagrams and operational procedures.

Install this skill

or
42/100

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

medium line 568

Template literal with variable interpolation in command context

SourceSKILL.md
568```yaml
high line 200

Curl to non-GitHub URL

SourceSKILL.md
200curl -I https://api.example.com/health
high line 235

Curl to non-GitHub URL

SourceSKILL.md
235curl https://api.example.com/health
medium line 61

Webhook reference - potential data exfiltration

SourceSKILL.md
61│ - Auth │ │ - Cache │ │ - Webhooks │
low line 200

External URL reference

SourceSKILL.md
200curl -I https://api.example.com/health
low line 235

External URL reference

SourceSKILL.md
235curl https://api.example.com/health
low line 252

External URL reference

SourceSKILL.md
252- [Dashboard](https://dashboard.example.com)
low line 253

External URL reference

SourceSKILL.md
253- [Logs](https://logs.example.com)
low line 254

External URL reference

SourceSKILL.md
254- [Metrics](https://metrics.example.com)
low line 394

External URL reference

SourceSKILL.md
394- [Supabase Documentation](https://supabase.com/docs)
low line 395

External URL reference

SourceSKILL.md
395- [Comparison: Supabase vs Firebase](https://...)
low line 407

External URL reference

SourceSKILL.md
407Production: https://api.example.com/v1
low line 408

External URL reference

SourceSKILL.md
408Staging: https://staging-api.example.com/v1
low line 417

External URL reference

SourceSKILL.md
417https://api.example.com/v1/users
low line 456

External URL reference

SourceSKILL.md
456https://api.example.com/v1/users/me
low line 492

External URL reference

SourceSKILL.md
492| Production | https://myapp.com | Live users | Manual (main) |
low line 493

External URL reference

SourceSKILL.md
493| Staging | https://staging.myapp.com | Pre-release testing | Auto (main) |
low line 494

External URL reference

SourceSKILL.md
494| Preview | https://pr-*.vercel.app | PR review | Auto (PR) |
low line 495

External URL reference

SourceSKILL.md
495| Development | http://localhost:3000 | Local dev | Manual |
low line 503

External URL reference

SourceSKILL.md
503NEXT_PUBLIC_APP_URL=https://myapp.com
low line 510

External URL reference

SourceSKILL.md
510NEXT_PUBLIC_APP_URL=https://staging.myapp.com
low line 517

External URL reference

SourceSKILL.md
517NEXT_PUBLIC_APP_URL=http://localhost:3000
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →