Skip to main content

project-onboarding

Facilitates effective onboarding onto new projects by analyzing codebase structure, mapping architecture, and documenting findings.

Install this skill

or
79/100

Security score

The project-onboarding skill was audited on Feb 28, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 53

Access to .env file

SourceSKILL.md
53- ".env*"
medium line 426

Access to .env file

SourceSKILL.md
426Identify required environment variables from `.env.example` or code.
low line 431

Access to .env file

SourceSKILL.md
431- path: ".env.example"
low line 442

Access to .env file

SourceSKILL.md
442pattern: 'process\.env\.[A-Z_]+'
low line 730

Access to .env file

SourceSKILL.md
7302. Setup environment: Copy `.env.example` to `.env.local`
low line 817

Access to .env file

SourceSKILL.md
8173. [ ] Copy `.env.example` to `.env.local`
medium line 1042

Access to .env file

SourceSKILL.md
1042**Problem:** Missing `.env.local` file causes runtime errors.
medium line 1044

Access to .env file

SourceSKILL.md
1044**Solution:** Copy `.env.example` to `.env.local` and fill in required values. Ask team for secrets.
low line 822

External URL reference

SourceSKILL.md
8228. [ ] Open http://localhost:3000
Scanned on Feb 28, 2026
View Security Dashboard