env-secrets-auditor

Scan environment files and codebases for exposed secrets and generate a remediation report.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill env-secrets-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-secrets-auditor
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/env-secrets-auditor
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill env-secrets-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents sensitive information like API keys and credentials from being accidentally exposed in code repositories and environment files.

Core Features & Use Cases

  • Secret Detection: Scans .env files and codebase for hardcoded secrets and API keys.
  • Git History Scan: Checks version control history for previously committed sensitive data.
  • Remediation Report: Generates a prioritized list of secrets to rotate and suggests best practices.
  • Use Case: Secure your Node.js project by scanning for accidentally committed database passwords and generating a report with immediate actions.

Quick Start

Run the env-secrets-auditor skill to scan the current project for exposed secrets.

Frequently Asked Questions about env-secrets-auditor

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

FAQPage Schema
How do I scan my codebase for exposed API keys and secrets?

To scan a codebase for exposed secrets and API keys, run this skill to detect hardcoded credentials in .env files, code patterns, and git history, then generate a prioritized remediation report.

What is the best way to check git history for committed secrets?

Checking git history for committed secrets involves scanning version control records for previously committed sensitive data. This skill identifies historical leaks and prioritizes which credentials require immediate rotation.

How does a secrets remediation report help secure my project?

A secrets remediation report secures your project by providing a prioritized list of exposed credentials to rotate and suggesting secret management tools to enforce security best practices moving forward.

Can I automatically create .gitignore rules to prevent future secret leaks?

Yes, you can automatically create .gitignore rules to prevent future secret leaks. This skill enforces security best practices by generating rules that block environment files from being committed.

Does this secrets scanner work with Node.js projects?

Yes, this secrets scanner works with Node.js projects. You can secure a Node.js project by scanning for accidentally committed database passwords and generating a report with immediate remediation actions.

When do I need to audit environment files for hardcoded credentials?

You need to audit environment files for hardcoded credentials when preparing for compliance or preventing sensitive information like API keys from being accidentally exposed in code repositories.