benchflow-ai / secrets-gitleaks
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/secrets-gitleaks && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1403" && unzip -o skill.zip -d .claude/skills/secrets-gitleaks && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/secrets-gitleaks/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Hardcoded secret detection and prevention in git repositories and codebases using Gitleaks. Identifies passwords, API keys, tokens, and credentials through regex-based pattern matching and entropy analysis. Use when: (1) Scanning repositories for exposed secrets and credentials, (2) Implementing pre-commit hooks to prevent secret leakage, (3) Integrating secret detection into CI/CD pipelines, (4) Auditing codebases for compliance violations (PCI-DSS, SOC2, GDPR), (5) Establishing baseline secret detection and tracking new exposures, (6) Remediating historical secret exposures in git history.