A minimal Node.js template with EnvGuard configured for local development and pull requests.
Create a repository from this template, then install and scan:
npm ci
npm run security:envThe scan uses the Node preset, masks detected values, and fails only for high or critical findings. The included GitHub Actions workflow runs the same policy on every pull request and push to main.
Start the example HTTP server with:
npm startEnvGuard is a configuration security guardrail. Pair it with a git-history secret scanner for deeper secret discovery.
MIT