microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/transparency-note

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/rai-state/phase-1-minimal.json

83lines · modecode

1{
2 "projectSlug": "example-project",
3 "raiPlanFile": ".copilot-tracking/rai-plans/example-project/rai-plan.md",
4 "currentPhase": 1,
5 "entryMode": "capture",
6 "assessmentDepth": "standard",
7 "standardsMapped": false,
8 "securityModelAnalysisStarted": false,
9 "raiThreatCount": 0,
10 "impactAssessmentGenerated": false,
11 "evidenceRegisterComplete": false,
12 "handoffGenerated": { "ado": false, "github": false },
13 "gateResults": {
14 "prohibitedUsesGate": { "status": "pending" }
15 },
16 "riskClassification": {
17 "framework": {
18 "id": "microsoft-rai-impact",
19 "name": "Microsoft RAI Impact Assessment",
20 "version": "1.0",
21 "source": "embedded",
22 "replaceDefaultIndicators": false,
23 "replaceDefaultFramework": false
24 },
25 "indicators": {
26 "safety_reliability": {
27 "method": "binary",
28 "nistSource": [],
29 "activated": false,
30 "observation": null,
31 "result": null
32 },
33 "rights_fairness_privacy": {
34 "method": "binary",
35 "nistSource": [],
36 "activated": false,
37 "observation": null,
38 "result": null
39 },
40 "security_explainability": {
41 "method": "binary",
42 "nistSource": [],
43 "activated": false,
44 "observation": null,
45 "result": null
46 }
47 },
48 "activatedCount": 0,
49 "riskScore": null,
50 "suggestedDepthTier": "standard"
51 },
52 "runningObservations": [],
53 "principleTracker": {
54 "validReliable": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
55 "safe": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
56 "secureResilient": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
57 "accountableTransparent": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
58 "explainableInterpretable": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
59 "privacyEnhanced": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] },
60 "fairBiasManaged": { "suggestedStatus": "not-yet-covered", "mappedInPhase3": false, "threatsIdentified": 0, "controlsEvaluated": 0, "nistSubcat": "", "openObservations": [] }
61 },
62 "referencesProcessed": [],
63 "nextActions": [],
64 "signingRequested": false,
65 "signingManifestPath": null,
66 "disclaimerShownAt": null,
67 "noticeLog": [],
68 "userPreferences": {
69 "autonomyTier": "guided",
70 "outputDetailLevel": "standard",
71 "targetSystem": "github",
72 "audienceProfile": "technical",
73 "includeOptionalArtifacts": { "transparencyNote": false, "monitoringSummary": false, "artifactSigning": false }
74 },
75 "phaseGates": {
76 "phase1": { "gate": "summary-and-advance" },
77 "phase2": { "gate": "hard", "confirmedAt": null },
78 "phase3": { "gate": "hard", "confirmedAt": null },
79 "phase4": { "gate": "summary-and-advance" },
80 "phase5": { "gate": "summary-and-advance" },
81 "phase6": { "gate": "hard", "confirmedAt": null }
82 }
83}
84