🔍 Running security validation on staged changes... Log file: /root/liveserver2024/data/www/official-en-aia/.claude/skills/safe-commit/scripts/../logs/validate_20260111_094602.log ✓ Found staged changes Checking for sensitive data patterns... - API keys/tokens/secrets... OK - Absolute file paths... OK - Private domains/IPs... WARNING  Found potential private domains/IPs: +# Example: ADMIN_ALLOWED_IPS=203.0.113.5,192.168.1.0/24,10.0.0.0/8 +PLAYWRIGHT_TEST_DOMAIN="http://playwright.testing.domain"  Please verify these are not sensitive - .env variable values... FAILED  Found .env variable values: +ADMIN_PATH=admin +ADMIN_ALLOWED_IPS= +SESSION_SECURE_COOKIE=true +SESSION_SAME_SITE=strict +PLAYWRIGHT_TEST_DOMAIN="http://playwright.testing.domain"  Only .env structure (keys without values) should be committed