Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1013 Bytes

File metadata and controls

51 lines (31 loc) · 1013 Bytes

🛡️ Secure Config Validator

GitHub release GitHub GitHub language count

A CLI tool to detect insecure configurations before deploying your application.


✅ Features

  • Detects dangerous or weak config values
  • Supports .env, .json, .yml, and more
  • Extensible validation rules
  • Clear terminal output
  • CI integration ready

💻 Usage

npx secure-config-validator ./path/to/config.env

⚙️ Adding Custom Rules

Edit src/rules.ts to add your own patterns or keys.


💡 Best Practices

  • Always scan configs before deploying
  • Use in pre-commit or CI pipelines
  • Review custom rules regularly

🧑‍💻 Contributing

Pull requests and feedback are welcome!


📄 License

MIT License