Skip to main content

audit_execution_started

Function audit_execution_started 

Source
pub fn audit_execution_started(
    skill_id: &str,
    cmd: &str,
    args: &[&str],
    cwd: &str,
)
Expand description

Audit: execution_started (right before spawn — Python name: execution_started)

Also emits as “command_invoked” for backward compatibility.