← all rules

code/py-eval-exec

Python eval()/exec() with dynamic input

highCode regexevalCWE-95python

What it detects

eval/exec run arbitrary Python. Treat as RCE if the input is untrusted.

How it runs

Applied line-by-line via a tagged regex with language-specific gating. Comments are skipped. Designed for high-confidence patterns where AST parsing would be overkill.

Found a false positive or want this rule tuned? File an issue. You can also suppress per-repo via a .repoguardignore line.