Skip to main content

codebase-onboarding

Generates tailored onboarding documentation for codebases, enhancing developer experience with architecture overviews and setup guides.

Install this skill

or
67/100

Security score

The codebase-onboarding skill was audited on May 14, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 119

Access to .env file

SourceSKILL.md
119cp .env.example .env
medium line 120

Access to .env file

SourceSKILL.md
120# Edit .env — ask a teammate for real values or see Vault
low line 197

Access to .env file

SourceSKILL.md
197| `.env.example` | All env vars with descriptions |
medium line 303

Access to .env file

SourceSKILL.md
303# Check your .env file exists and has the var
medium line 304

Access to .env file

SourceSKILL.md
304cat .env | grep DATABASE_URL
medium line 318

Access to .env file

SourceSKILL.md
318# Dev: extend token TTL in .env
low line 82

External URL reference

SourceSKILL.md
82[![Coverage](https://codecov.io/gh/org/repo/branch/main/graph/badge.svg)](https://codecov.io/gh/org/repo)
low line 88

External URL reference

SourceSKILL.md
88**Live:** https://myapp.com
low line 89

External URL reference

SourceSKILL.md
89**Staging:** https://staging.myapp.com
low line 102

External URL reference

SourceSKILL.md
102| Docker | 24+ | [docker.com](https://docker.com) |
low line 127

External URL reference

SourceSKILL.md
127pnpm dev # → http://localhost:3000
low line 135

External URL reference

SourceSKILL.md
135- [ ] `http://localhost:3000` loads the app
low line 136

External URL reference

SourceSKILL.md
136- [ ] `http://localhost:3000/api/health` returns `{"status":"ok"}`
Scanned on May 14, 2026
View Security Dashboard
Installation guide →