env-secrets-manager

Audit repositories for sensitive data and manage environment variables securely.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill env-secrets-manager-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-secrets-manager
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-advanced-skills/env-secrets-manager
Command: npx skills add https://github.com/4lerman/text_evaluator --skill env-secrets-manager-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, git, pre-commit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your environment variables and secrets are managed securely, reducing the risk of leaks and improving your development workflow.

Core Features & Use Cases

  • Secrets Management: Safely store, rotate, and access secrets across development and production environments.
  • Auditing: Scan repositories for potential secret leaks and validate configuration files.
  • Pre-commit Checks: Automatically detect and prevent secret exposure before code is committed.
  • Integration: Ready to integrate with your CI/CD pipelines and secret management systems.

Quick Start

Run the script to scan a repository for secret leaks: python3 scripts/env_auditor.py /path/to/repo

Frequently Asked Questions about env-secrets-manager

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

FAQPage Schema
Can I use pre-commit hooks to prevent environment variables from being committed?

You can prevent secret exposure by configuring pre-commit hooks that automatically detect and block sensitive environment variables from being committed to your git repository.

Do I need Python to run environment variable auditing and validation?

Managing environment secrets securely involves auditing repositories for sensitive data, validating configurations, and ensuring compliance with secrets management standards to reduce the risk of accidental exposure across environments.

How do I integrate secret rotation and environment variable checks into a CI/CD pipeline?

Yes, you need Python installed to execute the environment variable auditing scripts, alongside git and pre-commit dependencies for repository scanning and leak prevention.

How do I integrate secret rotation and environment variable checks into a CI/CD pipeline?

You can integrate environment variable checks by adding the auditing scripts into your CI/CD pipelines, enabling automated scanning, validation, and secret rotation in sync with your deployment workflow.