microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/update-npm-script

Branches

Tags

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

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/security-state/phase-1-with-disclaimer.json

42lines · modecode

1{
2 "projectSlug": "example-project",
3 "securityPlanFile": ".copilot-tracking/security-plans/example-project/security-plan.md",
4 "currentPhase": 1,
5 "entryMode": "capture",
6 "disclaimerShownAt": "2026-05-09T14:32:00Z",
7 "noticeLog": [
8 {
9 "noticeType": "session-start-disclaimer",
10 "shownAt": "2026-05-09T14:32:00Z",
11 "source": ".github/instructions/security/security-identity.instructions.md",
12 "details": { "phase": "phase1" }
13 }
14 ],
15 "phaseGates": {
16 "phase1": { "gate": "hard", "confirmedAt": null },
17 "phase2": { "gate": "summary-and-advance" },
18 "phase3": { "gate": "summary-and-advance" },
19 "phase4": { "gate": "hard", "confirmedAt": null },
20 "phase5": { "gate": "summary-and-advance" },
21 "phase6": { "gate": "hard", "confirmedAt": null }
22 },
23 "bucketsCompleted": [],
24 "standardsMapped": [],
25 "riskSurfaceStarted": false,
26 "handoffGenerated": { "ado": false, "github": false },
27 "context": {
28 "techStack": [],
29 "deploymentModel": "",
30 "dataClassification": "",
31 "complianceTargets": []
32 },
33 "referencesProcessed": [],
34 "nextActions": ["Complete scoping interview"],
35 "userPreferences": { "autonomyTier": "partial" },
36 "raiEnabled": false,
37 "raiScope": "none",
38 "raiTier": "none",
39 "raiRecommendationShown": false,
40 "raiPlannerDispatched": false,
41 "aiComponents": []
42}
43