| name | secret-lint |
| description | Automated secret scanning using secretlint to prevent credential leaks. |
| category | security |
Secret Lint Skill
This skill provides automated secret scanning using secretlint.
Usage
Local Scanning
Run the following command from the repository root:
make secrets-lint
Pre-commit Hook
The skill is integrated into the pre-commit pipeline and will scan modified files before each commit.
CI Integration
The secretlint.yml workflow runs this skill on every push to main and develop branches.
Configuration
.secretlintrc.json: Ruleset configuration (at root).
.secretlintignore: Ignore patterns (at root).
package.json: Dependencies and scripts (in this folder).