-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccessgovernance-kit.agentic-readiness.json
More file actions
61 lines (61 loc) · 2.05 KB
/
Copy pathaccessgovernance-kit.agentic-readiness.json
File metadata and controls
61 lines (61 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"schema": "https://github.com/kmishra1204/agentic-enterprise-readiness-profile/schema/v0.1",
"generatedAt": "2026-07-05T01:24:08.162Z",
"maintainer": "Karunanidhi Mishra",
"repository": "https://github.com/kmishra1204/accessgovernance-kit",
"product": "AccessGovernance Kit",
"domain": "Reusable access policy starter kit and security implementation patterns",
"independentStatus": "Not an AAIF or Linux Foundation project; no endorsement claimed.",
"profileLevel": 3,
"profileLevelMeaning": "Flagship enterprise evidence published",
"readinessScore": {
"score": 15,
"max": 15
},
"flagship": true,
"aaifAdjacentThemes": [
"agentgateway",
"policy templates",
"RBAC",
"security governance"
],
"publicContributionTheme": "access policy templates, RBAC examples, and auditable security workflow references",
"firstAAIFAlignedIssue": "Create an agent access policy example that separates identity, action scope, and audit evidence.",
"validationCommands": {
"install": "npm install",
"lint": "npm run lint",
"test": "npm run test",
"build": "npm run build",
"dev": "npm run dev"
},
"evidence": {
"README.md": true,
"CONTRIBUTING.md": true,
"SECURITY.md": true,
"AGENTS.md": true,
"GOVERNANCE.md": true,
"ROADMAP.md": true,
".devcontainer/devcontainer.json": true,
"docs/CODESPACES_AND_DOCKER.md": true,
"docs/CONTRIBUTOR_ONRAMP.md": true,
"docs/AAIF_ALIGNMENT.md": true,
"docs/AUDIT_OBSERVABILITY_PLAN.md": true,
"docs/THREAT_MODEL.md": true,
"docs/PROVIDER_REPLACEMENT_PLAN.md": true,
"docs/AGENTIC_BOUNDARY_MODEL.md": true
},
"flagshipEvidence": {
"issue": "https://github.com/kmishra1204/accessgovernance-kit/issues/3",
"document": "docs/AGENTIC_BOUNDARY_MODEL.md",
"evidenceTitle": "Agent Access Policy Boundary Model",
"status": "published",
"covers": [
"identity boundary",
"tool/action boundary",
"human approval gate",
"audit event model",
"OSS fallback direction",
"local proof path"
]
}
}