secret-rotation

Scan codebases for hardcoded secrets and audit rotation policies.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AdeptMind/pr-emojis-in-slack --skill secret-rotation-adeptmind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secret-rotation
Source: https://github.com/AdeptMind/pr-emojis-in-slack/tree/main/.claude/skills/security/secret-rotation
Command: npx skills add https://github.com/AdeptMind/pr-emojis-in-slack --skill secret-rotation-adeptmind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify and mitigate security risks associated with secrets management by scanning for hardcoded credentials and evaluating rotation policies.

Core Features & Use Cases

  • Secret Detection: Scans code and configuration files for hardcoded secrets using predefined patterns.
  • Secret Manager Audit: Checks for the usage and proper configuration of various secret management tools.
  • Rotation Policy Evaluation: Assesses whether secrets have defined and automated rotation schedules.
  • Use Case: A security engineer can use this Skill to audit a new project's codebase, ensuring no sensitive API keys or passwords are accidentally committed and that existing secrets are managed with appropriate rotation policies.

Quick Start

Use the secret-rotation skill to analyze the '/app/src' directory for security vulnerabilities.

Frequently Asked Questions about secret-rotation

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

FAQPage Schema
How do I scan my codebase for hardcoded secrets and credentials?

To scan for hardcoded secrets, this Skill analyzes your codebase using predefined detection patterns to identify exposed credentials and evaluates your secret storage practices. It flags sensitive data management risks to ensure security compliance.

How does automated secret rotation policy evaluation work?

Automated secret rotation policy evaluation works by auditing your codebase to assess whether secrets have defined and automated rotation schedules. It checks integration with common secret management tools to ensure compliance with security best practices.

What is the best way to audit secret manager integration in a new project?

The best way to audit secret manager integration is to analyze the project directory for proper configuration of secret management tools. This Skill checks usage and configurations to mitigate risks of credential exposure.

Do I need predefined patterns to detect security vulnerabilities in source files?

Yes, you need predefined patterns for secret detection to scan source files effectively. The Skill requires these defined patterns alongside knowledge of common secret management tools to validate storage practices and rotation policies.

Can I use this to ensure DevSecOps compliance for sensitive data management?

Yes, you can use this to ensure DevSecOps compliance by validating secret storage practices and evaluating rotation policies within your codebase. It addresses risks of credential exposure and enforces security best practices for sensitive data.