check_gitignore_coverage
Identifies sensitive files like .env or secrets.json that lack .gitignore coverage, flagging them to prevent accidental secret commits.
Instructions
Check whether sensitive files (.env, .env.local, secrets.json, etc.) are properly covered by .gitignore rules. Flags files that contain secrets but could be accidentally committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root to check |