December 26, 2025
Security Enhancement: Environment Variable Filtering
Added documentation for environment variable filtering in the GitHub workflow to improve security when working with AI agents. Changes:- Added
DEVBIRD: 1environment variable to the workflow configuration - Documented best practices for filtering environment variables to only safe prefixes (
NEXT_PUBLIC_*andTEST_*) - Added example script for filtering
.envfiles in DevBird mode - Explained security rationale for limiting AI agent access to environment variables
- GitHub Workflow - Added “Filter environment variables for security” section
