AI AGENT ADDONS

Secret Scanning

github/awesome-copilot
Security
3,819installs

Secret scanning finds leaked passwords, API keys, or other sensitive data in your code. It helps developers and security teams catch secrets before they cause problems. You can set it up to scan your whole Git history, issues, and pull requests.

Push protection stops secrets from being pushed to GitHub by mistake. It blocks the push immediately and shows you a warning. You can then remove the secret and try again.

This guide also covers custom patterns for your own secret types and how to handle alerts when a secret is found. It even explains how to scan code before you commit using an AI coding agent.

Add Secret Scanning skill to your workflow

Global

mkdir -p ~/.claude/skills/secret-scanning

Project

mkdir -p .claude/skills/secret-scanning

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
1 month ago
Created
1 year ago