Expand description
Heuristic safety analysis for inline Python source code.
Scans for dangerous imports, builtins, and attribute accesses.
Returns true if no dangerous patterns are found.
Functions§
- is_
python_ source_ safe - Check whether inline Python source appears safe to execute.