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

    Interface RuntimeShieldAnalysisInput

    interface RuntimeShieldAnalysisInput {
        action: string;
        agentId: string;
        cumulativeConfidence?: number;
        instructionSource?: "system" | "user" | "tool" | "developer";
        lastVerifiedAt?: number;
        parameters?: Record<string, unknown>;
        previousActions?: string[];
        sensitiveDataFields?: string[];
        sessionId?: string;
        stepNumber?: number;
        toolName: string;
        workspaceId?: string;
    }
    Index
    action: string
    agentId: string
    cumulativeConfidence?: number
    instructionSource?: "system" | "user" | "tool" | "developer"
    lastVerifiedAt?: number
    parameters?: Record<string, unknown>
    previousActions?: string[]
    sensitiveDataFields?: string[]
    sessionId?: string
    stepNumber?: number
    toolName: string
    workspaceId?: string