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

Interface VerificationCheck

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

Source from the content-addressed store, hash-verified

28export type VerificationStatus = 'passed' | 'failed' | 'needs_review' | 'skipped'
29
30export interface VerificationCheck {
31 id: string
32 kind: string
33 description: string
34 status: VerificationStatus
35 required?: boolean
36 suggested_tools?: Array<string>
37 evidence_uris?: Array<string>
38 residual_risk?: string
39}
40
41export interface VerificationReport {
42 schema: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected