Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ExecGuardResult

    Shell execution guard — blocks dangerous commands.

    interface ExecGuardResult {
        allowed: boolean;
        blockedPattern?: string;
        commandPlan: ShellCommandPlan;
    }
    Index
    allowed: boolean
    blockedPattern?: string
    commandPlan: ShellCommandPlan