Environment Variable Audit
Ensure critical environment variables are set and correct
Nora audits your Vercel environment variables monthly and alerts if critical vars are missing, outdated, or inconsistent across environments.
Misconfigured environment variables are a common cause of production failures. A database URL pointing to the wrong host, an API key that expired, a feature flag accidentally disabled — these happen silently. Nora queries your Vercel project's environment variables monthly and audits them: (1) are all critical vars set for production? (2) are vars consistent across environments (staging vs production)? (3) do API keys/tokens need rotation (older than 90 days)? Nora checks for common mistakes: database URL with wrong host, API keys that look expired or invalid, feature flags that are inconsistent. It also alerts if environment variables changed recently without explanation (audit trail). For a startup with 50+ env vars across multiple projects, this prevents the chaos of 'why is production behaving differently than staging?'. Nora generates a report showing all env vars (securely masked for sensitive values) so you can verify correctness.
How it works
- Query Vercel environment variables for all projects and environments
- Check that critical variables are set for production (db url, api keys, etc.)
- Compare environment variables across staging and production for consistency
- Check age of API keys/tokens and flag those older than 90 days
- Identify missing or invalid variables (malformed URLs, empty values)
- Generate audit report with recommendations to add/update variables
Frequently asked questions
What does "Environment Variable Audit" do?
Nora audits your Vercel environment variables monthly and alerts if critical vars are missing, outdated, or inconsistent across environments.
How long does setup take?
Under 5 minutes. Connect your tools and Nora handles the rest.
Which tools does this use?
Uses Vercel, run by your Webmaster.
How much time does this save?
Saves approximately 1 hour/month, running monthly on the 10th at 3:00 pm.