MCPcopy Index your code
hub / github.com/AI45Lab/Code / VerificationReport

Interface VerificationReport

sdk/node/extra-types.d.ts:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface VerificationReport {
42 schema: string
43 subject: string
44 status: VerificationStatus
45 checks: Array<VerificationCheck>
46 residual_risks?: Array<string>
47}
48
49export interface ToolArtifact {
50 artifact_id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected