Skip to main content

Module ruby_safety

Module ruby_safety 

Source
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.