env-validator

Community

Ensure environment variable hygiene.

AuthorBruceTyndall
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the common issue of inconsistent and insecure environment variable management across different applications and runtime environments, preventing configuration drift and potential security vulnerabilities.

Core Features & Use Cases

  • Environment File Auditing: Checks for the presence and content of .env files (.env, .env.local, .env.example, etc.).
  • Required Variable Verification: Ensures critical environment variables are declared in .env files.
  • Code-vs-Declaration Parity: Identifies environment variables used in code but not declared in configuration files.
  • Hardcoded Value Detection: Scans code for hardcoded sensitive values that should be managed via environment variables.
  • Use Case: Before deploying a new feature, run this skill to confirm that all necessary API keys and configuration settings are correctly defined and that no sensitive information is accidentally hardcoded in the codebase.

Quick Start

Run the env-validator skill to check the environment variable configuration for the SOCELLE-WEB application.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: env-validator
Download link: https://github.com/BruceTyndall/socelle-global/archive/main.zip#env-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.