Skip to content

felipewatter/secure-config-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ 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

About

CLI tool to detect insecure configurations before deploying.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors