Check and Review Scripts
Check
Select Script > Check, or press Ctrl+Shift+B. Findings appear in the Output panel and are marked in the code.
Script check results
Review
Select Script > Review, or press Ctrl+Shift+R. Review includes normal diagnostics and flags selected potentially risky code patterns.
Script review results
Enable Check on Save or Idle Check when needed. These checks assist development but do not validate data, parameters, or workflow prerequisites.
Comparison
| Function | Trigger | Scope |
|---|---|---|
| Idle Check | About 750 ms after editing | Lightweight Python syntax |
| Check | Button or Ctrl+Shift+B |
Syntax, Ruff findings, and mypy type/name findings |
| Review | Button or Ctrl+Shift+R |
Full Check plus selected risks such as eval, exec, process calls, and bare except |
An unavailable checker is reported as informational instead of a syntax error. Review is guidance, not proof of security or business correctness.