Expand description
Heuristic safety analysis for inline Ruby source code.
Scans for dangerous system calls, file operations, requires, and evals.
Returns true if no dangerous patterns are found.
Functions§
- is_
ruby_ source_ safe - Check whether inline Ruby source appears safe to execute.