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

    Interface RedTeamExploitLedgerInput

    interface RedTeamExploitLedgerInput {
        agentId: string;
        evidenceRefs?: string[];
        ledgerId: string;
        records: RedTeamExploitRecordInput[];
        runId: string;
        signedEvidenceRefs?: string[];
        sourceRefs?: string[];
    }
    Index
    agentId: string
    evidenceRefs?: string[]
    ledgerId: string
    runId: string
    signedEvidenceRefs?: string[]
    sourceRefs?: string[]