env-secrets-manager

Audit environment files and source code for exposed secrets.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill env-secrets-manager-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-secrets-manager
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/skills/env-secrets-manager
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill env-secrets-manager-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps teams find exposed credentials, keep environment files consistent, and reduce the risk of secret leaks across development and production.

Core Features & Use Cases

  • Secret leak detection in source code, env files, and repository working trees.
  • Rotation-ready guidance for leaked credentials, including containment and follow-up steps.
  • CI/CD-friendly checks for pre-commit hooks, audit reports, and JSON output.
  • Use case: a developer updates a config file before merge, scans the repo, and gets a prioritized list of suspicious tokens to fix immediately.

Quick Start

Run the env-secrets-manager skill on the repository root and return the highest-risk findings with recommended cleanup steps.

Frequently Asked Questions about env-secrets-manager

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

FAQPage Schema
How do I scan source code for exposed secrets before merge?

You can scan source code and .env files for exposed secrets using pattern-based detection to identify suspicious tokens before merge. The skill classifies findings by severity and outputs JSON reports, enabling prioritized cleanup during repository hygiene checks.

What is the best way to detect leaked credentials in .env files?

Detecting leaked credentials in .env files requires pattern-based scanning of environment files and working trees to find unsafe configuration values. The process classifies risks by severity and provides reference guidance for validation, containment, and credential rotation.

Can I use automated secret scanning as a CI/CD gatekeeping check?

Yes, you can use automated secret scanning as a CI/CD gatekeeping check. The skill supports pre-commit hooks and audit workflows by evaluating repository hygiene, detecting exposed secrets, and generating JSON output that can be parsed by continuous integration pipelines.

How do I handle credential rotation after an environment file leak?

Handling credential rotation after an environment file leak involves following reference guidance for containment and follow-up steps. The skill provides rotation-ready instructions to validate exposed tokens, contain the breach, and update unsafe configuration values across development and production.

Does secret scanning work for local development reviews and incident response?

Yes, secret scanning works for both local development reviews and incident response workflows. The skill audits repository working trees and environment files for exposed secrets, applying severity classification and JSON output to support both preventative checks and reactive incident handling.