Skip to main content

explain-codebase

Generates a comprehensive overview of a codebase for onboarding and architecture understanding, aiding new contributors in project navigation.

Install this skill

or
88/100

Security score

The explain-codebase skill was audited on Feb 27, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 187

Webhook reference - potential data exfiltration

SourceSKILL.md
187| Webhook | Incoming event from payment provider | `src/api/webhooks/` |
low line 45

Access to .env file

SourceSKILL.md
45grep -rn "DATABASE_URL\|MONGO_URI\|REDIS_URL" .env.example .env.sample 2>/dev/null
low line 300

Access to .env file

SourceSKILL.md
300cp .env.example .env
medium line 356

Access to .env file

SourceSKILL.md
356| Change environment config | `.env` and `src/config/` |
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →