Execute a short Python snippet in a restricted subprocess. - Reduced builtins only, no imports. - Captures stdout/stderr. - If single expression, returns its value. - Otherwise, assign to `result` in code. - Appends an audit record for each execution. This is not a secure s
(
code: str, inputs: Optional[Dict[str, Any]] = None, timeout_seconds: float = 5.0
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected