Detects "eval(variable)" which can allow an attacker to run arbitrary code inside your process (security/detect-eval-with-expression)

December 14, 2022 · View on GitHub

⚠️ This rule warns in the ✅ recommended config.

More information: What are the security issues with eval in JavaScript?