What problem does it solve? Leaked credentials in repositories lead to breaches, and teams often lack clear guidance on enabling GitHub secret scanning, blocking secret pushes, and triaging the resulting alerts. ## Core Features & Use Cases - Enablement Guidance: Step-by-step instructions for enabling Secret Protection, push protection, validity checks, and AI-based generic secret detection at repository, organization, or enterprise level. - Blocked Push Resolution: Concrete git workflows (amend, interactive rebase) and bypass procedures, including delegated bypass request handling. - Custom Patterns & Alert Management: Regex-based custom pattern creation with dry runs, plus alert triage, dismissal reasons, validity statuses, and REST API endpoints. - Use Case: A developer's push is blocked because an API key was committed. Use this Skill to walk through removing the secret from history with interactive rebase, or submitting a delegated bypass request, then rotating the credential and resolving the alert. ## Quick Start Ask the agent to help you enable secret scanning and push protection on your repository and resolve any blocked push containing a detected secret.