Interface AgentSafetyEvidenceProvenanceV1

interface AgentSafetyEvidenceProvenanceV1 {
    retrievedAt?: string;
    sourceDigest: `sha256:${string}`;
    validatorDigest?: `sha256:${string}`;
}

Properties

retrievedAt?: string
sourceDigest: `sha256:${string}`

Digest of the credential-free discovery source URI.

validatorDigest?: `sha256:${string}`