Skip to main content

git-workflow-and-versioning

Structures git workflow practices to enhance code management, ensuring disciplined version control for efficient collaboration.

Install this skill

or
80/100

Security score

The git-workflow-and-versioning skill was audited on Jun 7, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 247

Access to .env file

SourceSKILL.md
247- **Don't commit** build output (`dist/`, `.next/`), environment files (`.env`), or IDE config (`.vscode/settings.json` unless shared)
medium line 248

Access to .env file

SourceSKILL.md
248- **Have a `.gitignore`** that covers: `node_modules/`, `dist/`, `.env`, `.env.local`, `*.pem`
medium line 279

Access to .env file

SourceSKILL.md
279| "I don't need a .gitignore" | Until `.env` with production secrets gets committed. Set it up immediately. |
medium line 287

Access to .env file

SourceSKILL.md
287- Committing `node_modules/`, `.env`, or build artifacts
Scanned on Jun 7, 2026
View Security Dashboard