| 39 | } |
| 40 | |
| 41 | export interface VerificationReport { |
| 42 | schema: string |
| 43 | subject: string |
| 44 | status: VerificationStatus |
| 45 | checks: Array<VerificationCheck> |
| 46 | residual_risks?: Array<string> |
| 47 | } |
| 48 | |
| 49 | export interface ToolArtifact { |
| 50 | artifact_id: string |
nothing calls this directly
no outgoing calls
no test coverage detected