secret-scanning-rotation-planner

Scan GitHub repositories for exposed secrets and generate prioritized rotation plans.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/webrix-ai/agent-skills --skill secret-scanning-rotation-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secret-scanning-rotation-planner
Source: https://github.com/webrix-ai/agent-skills/tree/main/skills/secret-scanning-rotation-planner
Command: npx skills add https://github.com/webrix-ai/agent-skills --skill secret-scanning-rotation-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams find exposed secrets in GitHub repositories, understand the risk they create, and turn the findings into a clear remediation and rotation plan.

Core Features & Use Cases

  • Secret Discovery: Searches repositories and git history for common exposed credentials such as cloud keys, tokens, passwords, and certificates.
  • Risk Prioritization: Classifies findings by severity, exposure window, location, and whether the secret still exists in history.
  • Remediation Planning: Generates prioritized rotation steps, redeploy guidance, verification checks, and history cleanup recommendations.
  • Use Case: Use it during incident response, security audits, or proactive reviews of a single repo or an entire organization.

Quick Start

Scan the specified GitHub repositories for exposed secrets and return a prioritized rotation plan with remediation steps, history cleanup guidance, and prevention recommendations.

Frequently Asked Questions about secret-scanning-rotation-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find exposed secrets in GitHub repositories and git history?

Secret scanning examines your code and git history to detect exposed credentials like cloud keys, tokens, and passwords. It maps exactly where these secrets exist across your repositories and flags whether they still remain in commit history.

What is the best way to prioritize credential rotation after a secret leak?

Prioritizing credential rotation requires classifying leaked secrets by severity, exposure window, and current location. This approach generates a prioritized remediation plan so you can address the highest-risk credentials first and redeploy safely.

How do I clean up sensitive credentials from git history after rotation?

Cleaning up sensitive credentials from git history involves executing specific history cleanup commands to purge exposed secrets from past commits. After removing the traces, you follow verification checks to ensure the sensitive data is fully eradicated from the repository.

Does secret scanning work for organization-wide GitHub security audits?

Yes, secret scanning supports organization-wide GitHub security audits by reviewing multiple repositories at scale. It applies the same pattern detection and exposure-window classification across the entire organization to identify leaked credentials during proactive security reviews.

Can I use this for incident response investigations involving exposed tokens?

You can use secret scanning for incident response investigations involving exposed tokens. It rapidly identifies the leaked credentials, evaluates how long they have been exposed, and produces remediation guidance to quickly secure the environment.