@raishin/vanguard-frontier-agentic 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/.claude-plugin/plugin.json +11 -1
  2. package/.cursor-plugin/plugin.json +11 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +44 -27
  5. package/agents/dotnet/README.md +57 -0
  6. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/AGENT.md +57 -0
  7. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/claude-code.agent.md +41 -0
  8. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/codex.toml +40 -0
  9. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/copilot.agent.md +41 -0
  10. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/cursor.agent.md +41 -0
  11. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/gemini.agent.md +41 -0
  12. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-cli.agent.json +5 -0
  13. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-ide.agent.md +41 -0
  14. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/metadata.json +41 -0
  15. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +56 -0
  16. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +40 -0
  17. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/codex.toml +38 -0
  18. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +40 -0
  19. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +40 -0
  20. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +40 -0
  21. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
  22. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +40 -0
  23. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/metadata.json +42 -0
  24. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/AGENT.md +56 -0
  25. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/claude-code.agent.md +40 -0
  26. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/codex.toml +38 -0
  27. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/copilot.agent.md +40 -0
  28. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/cursor.agent.md +40 -0
  29. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/gemini.agent.md +40 -0
  30. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-cli.agent.json +5 -0
  31. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-ide.agent.md +40 -0
  32. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/metadata.json +42 -0
  33. package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +56 -0
  34. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +39 -0
  35. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/codex.toml +39 -0
  36. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +39 -0
  37. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +39 -0
  38. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +39 -0
  39. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-cli.agent.json +5 -0
  40. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +39 -0
  41. package/agents/dotnet/dotnet-csharp-runtime-review-agent/metadata.json +42 -0
  42. package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +58 -0
  43. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +42 -0
  44. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/codex.toml +41 -0
  45. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +42 -0
  46. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +42 -0
  47. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +42 -0
  48. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-cli.agent.json +5 -0
  49. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +42 -0
  50. package/agents/dotnet/dotnet-efcore-data-access-review-agent/metadata.json +42 -0
  51. package/agents/dotnet/dotnet-maestro-agent/AGENT.md +53 -0
  52. package/agents/dotnet/dotnet-maestro-agent/harnesses/claude-code.agent.md +36 -0
  53. package/agents/dotnet/dotnet-maestro-agent/harnesses/codex.toml +40 -0
  54. package/agents/dotnet/dotnet-maestro-agent/harnesses/copilot.agent.md +36 -0
  55. package/agents/dotnet/dotnet-maestro-agent/harnesses/cursor.agent.md +36 -0
  56. package/agents/dotnet/dotnet-maestro-agent/harnesses/gemini.agent.md +36 -0
  57. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  58. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-ide.agent.md +36 -0
  59. package/agents/dotnet/dotnet-maestro-agent/metadata.json +40 -0
  60. package/agents/dotnet/dotnet-observability-otel-review-agent/AGENT.md +57 -0
  61. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/claude-code.agent.md +41 -0
  62. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/codex.toml +40 -0
  63. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/copilot.agent.md +41 -0
  64. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/cursor.agent.md +41 -0
  65. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/gemini.agent.md +41 -0
  66. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  67. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-ide.agent.md +41 -0
  68. package/agents/dotnet/dotnet-observability-otel-review-agent/metadata.json +41 -0
  69. package/agents/dotnet/dotnet-performance-aot-review-agent/AGENT.md +56 -0
  70. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/claude-code.agent.md +40 -0
  71. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/codex.toml +39 -0
  72. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/copilot.agent.md +40 -0
  73. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/cursor.agent.md +40 -0
  74. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/gemini.agent.md +40 -0
  75. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-cli.agent.json +5 -0
  76. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-ide.agent.md +40 -0
  77. package/agents/dotnet/dotnet-performance-aot-review-agent/metadata.json +41 -0
  78. package/agents/dotnet/dotnet-supply-chain-review-agent/AGENT.md +57 -0
  79. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/claude-code.agent.md +41 -0
  80. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/codex.toml +40 -0
  81. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/copilot.agent.md +41 -0
  82. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/cursor.agent.md +41 -0
  83. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/gemini.agent.md +41 -0
  84. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-cli.agent.json +5 -0
  85. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-ide.agent.md +41 -0
  86. package/agents/dotnet/dotnet-supply-chain-review-agent/metadata.json +42 -0
  87. package/agents/dotnet/dotnet-testing-quality-review-agent/AGENT.md +56 -0
  88. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/claude-code.agent.md +40 -0
  89. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/codex.toml +39 -0
  90. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/copilot.agent.md +40 -0
  91. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/cursor.agent.md +40 -0
  92. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/gemini.agent.md +40 -0
  93. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  94. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
  95. package/agents/dotnet/dotnet-testing-quality-review-agent/metadata.json +41 -0
  96. package/agents/hr/hr-analytics-people-data-agent/metadata.json +3 -7
  97. package/agents/hr/hr-benefits-payroll-agent/metadata.json +3 -7
  98. package/agents/hr/hr-compensation-equity-agent/metadata.json +3 -7
  99. package/agents/hr/hr-culture-dei-agent/metadata.json +3 -7
  100. package/agents/hr/hr-employee-relations-agent/metadata.json +3 -7
  101. package/agents/hr/hr-hris-process-controls-agent/metadata.json +3 -7
  102. package/agents/hr/hr-learning-policy-agent/metadata.json +3 -7
  103. package/agents/hr/hr-leave-accommodation-agent/metadata.json +3 -7
  104. package/agents/hr/hr-maestro-agent/metadata.json +4 -8
  105. package/agents/hr/hr-performance-management-agent/metadata.json +3 -7
  106. package/agents/hr/hr-recruiting-selection-agent/metadata.json +3 -7
  107. package/agents/hr/hr-risk-triage-review-agent/metadata.json +3 -3
  108. package/agents/hr/hr-termination-readiness-agent/metadata.json +3 -7
  109. package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +3 -7
  110. package/agents/hr/hr-workplace-investigations-agent/metadata.json +3 -7
  111. package/agents/legal/legal-contract-review-agent/metadata.json +3 -7
  112. package/agents/legal/legal-counsel-review-agent/metadata.json +3 -3
  113. package/agents/legal/legal-employment-law-risk-agent/metadata.json +4 -8
  114. package/agents/legal/legal-ethics-investigations-agent/metadata.json +3 -7
  115. package/agents/legal/legal-ip-open-source-agent/metadata.json +3 -7
  116. package/agents/legal/legal-knowledge-management-agent/metadata.json +3 -7
  117. package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +3 -7
  118. package/agents/legal/legal-maestro-agent/metadata.json +4 -8
  119. package/agents/legal/legal-policy-governance-agent/metadata.json +3 -7
  120. package/agents/legal/legal-privacy-data-protection-agent/metadata.json +3 -7
  121. package/agents/legal/legal-public-disclosure-agent/metadata.json +3 -7
  122. package/agents/legal/legal-regulatory-compliance-agent/metadata.json +3 -7
  123. package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +3 -7
  124. package/catalog/agents.json +292 -28
  125. package/catalog/asset-integrity.json +726 -96
  126. package/catalog/install-roles.json +28 -0
  127. package/catalog/skill-manifest.json +221 -6
  128. package/catalog/skills.json +276 -2
  129. package/package.json +1 -1
  130. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  131. package/schemas/agent.schema.json +4 -1
  132. package/schemas/skill.schema.json +4 -1
  133. package/scripts/export-marketplace-agents.mjs +13 -1
  134. package/skills/dotnet/dotnet-aspire-cloud-native-review/SKILL.md +53 -0
  135. package/skills/dotnet/dotnet-aspire-cloud-native-review/metadata.json +27 -0
  136. package/skills/dotnet/dotnet-aspire-cloud-native-review/references/workflow-and-output.md +115 -0
  137. package/skills/dotnet/dotnet-aspnetcore-api-review/SKILL.md +53 -0
  138. package/skills/dotnet/dotnet-aspnetcore-api-review/metadata.json +28 -0
  139. package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +115 -0
  140. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/SKILL.md +48 -0
  141. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/metadata.json +28 -0
  142. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/references/workflow-and-output.md +125 -0
  143. package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +56 -0
  144. package/skills/dotnet/dotnet-csharp-runtime-review/metadata.json +28 -0
  145. package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +141 -0
  146. package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +57 -0
  147. package/skills/dotnet/dotnet-efcore-data-access-review/metadata.json +28 -0
  148. package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +140 -0
  149. package/skills/dotnet/dotnet-maestro/SKILL.md +106 -0
  150. package/skills/dotnet/dotnet-maestro/metadata.json +26 -0
  151. package/skills/dotnet/dotnet-observability-otel-review/SKILL.md +53 -0
  152. package/skills/dotnet/dotnet-observability-otel-review/metadata.json +27 -0
  153. package/skills/dotnet/dotnet-observability-otel-review/references/workflow-and-output.md +119 -0
  154. package/skills/dotnet/dotnet-performance-aot-review/SKILL.md +53 -0
  155. package/skills/dotnet/dotnet-performance-aot-review/metadata.json +27 -0
  156. package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +123 -0
  157. package/skills/dotnet/dotnet-supply-chain-review/SKILL.md +55 -0
  158. package/skills/dotnet/dotnet-supply-chain-review/metadata.json +28 -0
  159. package/skills/dotnet/dotnet-supply-chain-review/references/workflow-and-output.md +132 -0
  160. package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +54 -0
  161. package/skills/dotnet/dotnet-testing-quality-review/metadata.json +27 -0
  162. package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +142 -0
  163. package/skills/hr/hr-risk-triage-review/metadata.json +9 -2
  164. package/skills/legal/legal-counsel-review/metadata.json +9 -2
  165. package/tests/fixtures/dotnet-maestro-routing/expected/01-csharp-runtime.json +6 -0
  166. package/tests/fixtures/dotnet-maestro-routing/expected/02-aspnetcore-api.json +6 -0
  167. package/tests/fixtures/dotnet-maestro-routing/expected/03-identity-authz.json +6 -0
  168. package/tests/fixtures/dotnet-maestro-routing/expected/04-efcore-data.json +6 -0
  169. package/tests/fixtures/dotnet-maestro-routing/expected/05-testing-quality.json +6 -0
  170. package/tests/fixtures/dotnet-maestro-routing/expected/06-supply-chain.json +6 -0
  171. package/tests/fixtures/dotnet-maestro-routing/expected/07-performance-aot.json +6 -0
  172. package/tests/fixtures/dotnet-maestro-routing/expected/08-observability-otel.json +6 -0
  173. package/tests/fixtures/dotnet-maestro-routing/expected/09-aspire-cloud-native.json +6 -0
  174. package/tests/fixtures/dotnet-maestro-routing/expected/10-multi-domain.json +7 -0
  175. package/tests/fixtures/dotnet-maestro-routing/expected/11-ambiguous.json +4 -0
  176. package/tests/fixtures/dotnet-maestro-routing/expected/adv-ambiguous-near-miss.json +4 -0
  177. package/tests/fixtures/dotnet-maestro-routing/expected/adv-instruction-injection.json +6 -0
  178. package/tests/fixtures/dotnet-maestro-routing/expected/adv-live-guard-bypass.json +4 -0
  179. package/tests/fixtures/dotnet-maestro-routing/expected/adv-parallel-saturation.json +9 -0
  180. package/tests/fixtures/dotnet-maestro-routing/expected/adv-persona-replacement.json +6 -0
  181. package/tests/fixtures/dotnet-maestro-routing/expected/adv-secrets-bait.json +6 -0
  182. package/tests/fixtures/dotnet-maestro-routing/inputs/01-csharp-runtime.json +7 -0
  183. package/tests/fixtures/dotnet-maestro-routing/inputs/02-aspnetcore-api.json +7 -0
  184. package/tests/fixtures/dotnet-maestro-routing/inputs/03-identity-authz.json +7 -0
  185. package/tests/fixtures/dotnet-maestro-routing/inputs/04-efcore-data.json +7 -0
  186. package/tests/fixtures/dotnet-maestro-routing/inputs/05-testing-quality.json +7 -0
  187. package/tests/fixtures/dotnet-maestro-routing/inputs/06-supply-chain.json +7 -0
  188. package/tests/fixtures/dotnet-maestro-routing/inputs/07-performance-aot.json +7 -0
  189. package/tests/fixtures/dotnet-maestro-routing/inputs/08-observability-otel.json +7 -0
  190. package/tests/fixtures/dotnet-maestro-routing/inputs/09-aspire-cloud-native.json +7 -0
  191. package/tests/fixtures/dotnet-maestro-routing/inputs/10-multi-domain.json +7 -0
  192. package/tests/fixtures/dotnet-maestro-routing/inputs/11-ambiguous.json +7 -0
  193. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-ambiguous-near-miss.json +7 -0
  194. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  195. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-live-guard-bypass.json +7 -0
  196. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-parallel-saturation.json +7 -0
  197. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  198. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  199. package/tests/fixtures/dotnet-maestro-routing/taxonomy.json +99 -0
  200. package/tests/test-vfa-export-coverage.test.mjs +21 -4
  201. package/tests/validate-catalog.py +3 -0
@@ -18,7 +18,7 @@
18
18
  "https://www.dol.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests medical detail or employee identifiers beyond what the matter requires. Refuses to backdate or retroactively create performance documentation; never recommends termination and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests medical detail or employee identifiers beyond what the matter requires. Refuses to backdate or retroactively create performance documentation; never recommends termination and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/hr/hr-performance-management-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://www.dol.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests candidate identifiers, protected-class data, or assessment records beyond what the matter requires. Never confirms a selection process is bias-free; routes adverse-impact concerns to employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests candidate identifiers, protected-class data, or assessment records beyond what the matter requires. Never confirms a selection process is bias-free; routes adverse-impact concerns to employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/hr/hr-recruiting-selection-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -11,7 +11,7 @@
11
11
  "gemini",
12
12
  "kiro"
13
13
  ],
14
- "summary": "Adversarial HR and employment-risk triage reviewer for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions \u2014 surfaces risks, evidence gaps, and escalation paths for employment counsel. Does not give legal or HR advice.",
14
+ "summary": "Adversarial HR and employment-risk triage reviewer for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions surfaces risks, evidence gaps, and escalation paths for employment counsel. Does not give legal or HR advice.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
17
  "https://www.eeoc.gov/laws-guidance",
@@ -21,7 +21,7 @@
21
21
  "https://www.mom.gov.sg/employment-practices",
22
22
  "https://www.fairwork.gov.au/"
23
23
  ],
24
- "security_notes": "Static review only \u2014 works from sanitized excerpts and never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Never issues binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel. Does not form an attorney-client relationship.",
24
+ "security_notes": "Static review only works from sanitized excerpts and never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Never issues binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel. Does not form an attorney-client relationship.",
25
25
  "last_verified": "2026-05-18",
26
26
  "path": "agents/hr/hr-risk-triage-review-agent/",
27
27
  "harness_variants": {
@@ -40,4 +40,4 @@
40
40
  "lifecycle": "experimental",
41
41
  "author": "github: Raishin",
42
42
  "version": "0.1.0"
43
- }
43
+ }
@@ -18,7 +18,7 @@
18
18
  "https://www.dol.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never concludes a termination is safe and never recommends termination; routes to employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never concludes a termination is safe and never recommends termination; routes to employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/hr/hr-termination-readiness-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://www.dol.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized cohort summaries and never requests individual employee records or identifiers beyond what the matter requires. Never approves a reduction in force or a selection list; routes mass-layoff and notice triggers to employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized cohort summaries and never requests individual employee records or identifiers beyond what the matter requires. Never approves a reduction in force or a selection list; routes mass-layoff and notice triggers to employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/hr/hr-workforce-planning-rif-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://www.dol.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests investigation notes, medical detail, or employee identifiers beyond what the matter requires. Never reaches a finding of fact or guilt; protects investigation confidentiality and privilege and routes to employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests investigation notes, medical detail, or employee identifiers beyond what the matter requires. Never reaches a finding of fact or guilt; protects investigation confidentiality and privilege and routes to employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/hr/hr-workplace-investigations-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized contract excerpts and never requests secrets, credentials, personal data, or trade secrets. Never redlines or issues binding contract language as a final decision; flags privileged material and routes to qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized contract excerpts and never requests secrets, credentials, personal data, or trade secrets. Never redlines or issues binding contract language as a final decision; flags privileged material and routes to qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-contract-review-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -11,7 +11,7 @@
11
11
  "gemini",
12
12
  "kiro"
13
13
  ],
14
- "summary": "Adversarial legal-risk reviewer for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions \u2014 surfaces risks, evidence gaps, decision options, and escalation paths for qualified counsel. Does not give legal advice.",
14
+ "summary": "Adversarial legal-risk reviewer for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions surfaces risks, evidence gaps, decision options, and escalation paths for qualified counsel. Does not give legal advice.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
17
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
@@ -21,7 +21,7 @@
21
21
  "https://www.oaic.gov.au/privacy/the-privacy-act",
22
22
  "https://www.law.cornell.edu/wex"
23
23
  ],
24
- "security_notes": "Static review only \u2014 works from sanitized excerpts and never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Never issues binding legal conclusions; flags privileged material and recommends escalation to qualified counsel. Does not form an attorney-client relationship.",
24
+ "security_notes": "Static review only works from sanitized excerpts and never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Never issues binding legal conclusions; flags privileged material and recommends escalation to qualified counsel. Does not form an attorney-client relationship.",
25
25
  "last_verified": "2026-05-18",
26
26
  "path": "agents/legal/legal-counsel-review-agent/",
27
27
  "harness_variants": {
@@ -40,4 +40,4 @@
40
40
  "lifecycle": "experimental",
41
41
  "author": "github: Raishin",
42
42
  "version": "0.1.0"
43
- }
43
+ }
@@ -11,14 +11,14 @@
11
11
  "gemini",
12
12
  "kiro"
13
13
  ],
14
- "summary": "Adversarial employment-law risk reviewer for HR matters \u2014 flags employment-law exposure, escalation needs, documentation gaps, and counsel-review requirements. Does not make HR decisions and does not give legal advice.",
14
+ "summary": "Adversarial employment-law risk reviewer for HR matters flags employment-law exposure, escalation needs, documentation gaps, and counsel-review requirements. Does not make HR decisions and does not give legal advice.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
17
  "https://www.law.cornell.edu/wex",
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized HR summaries and never requests medical detail, immigration documents, compensation records, investigation notes, or employee identifiers beyond what the matter requires. Never makes an HR or employment decision and never recommends adverse action; flags privileged material and routes to qualified employment counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized HR summaries and never requests medical detail, immigration documents, compensation records, investigation notes, or employee identifiers beyond what the matter requires. Never makes an HR or employment decision and never recommends adverse action; flags privileged material and routes to qualified employment counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-employment-law-risk-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Protects whistleblower confidentiality, never contacts subjects or witnesses, and routes executive-misconduct matters to board and audit escalation. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Protects whistleblower confidentiality, never contacts subjects or witnesses, and routes executive-misconduct matters to board and audit escalation. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-ethics-investigations-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, trade secrets, or personal data beyond what the matter requires. Never opines on infringement or freedom-to-operate as a conclusion; routes patent and infringement questions to qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, trade secrets, or personal data beyond what the matter requires. Never opines on infringement or freedom-to-operate as a conclusion; routes patent and infringement questions to qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-ip-open-source-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, privileged communications, or trade secrets beyond what the matter requires. Never presents a playbook or template as binding legal advice; marks all knowledge assets as needing counsel review. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, personal data, privileged communications, or trade secrets beyond what the matter requires. Never presents a playbook or template as binding legal advice; marks all knowledge assets as needing counsel review. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-knowledge-management-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Never advises destruction or deletion of potentially relevant records; flags privileged and work-product material and routes to qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Never advises destruction or deletion of potentially relevant records; flags privileged and work-product material and routes to qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-litigation-discovery-hold-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -11,14 +11,14 @@
11
11
  "gemini",
12
12
  "kiro"
13
13
  ],
14
- "summary": "Routes legal matters to the right legal specialist agent and coordinates multi-agent legal review using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only \u2014 does not give legal advice or make final legal decisions.",
14
+ "summary": "Routes legal matters to the right legal specialist agent and coordinates multi-agent legal review using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only does not give legal advice or make final legal decisions.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
17
  "https://www.nist.gov/privacy-framework",
18
18
  "https://www.eeoc.gov",
19
19
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
20
20
  ],
21
- "security_notes": "Classification and coordination only \u2014 routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never makes a final legal, regulatory, settlement, or disclosure decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
21
+ "security_notes": "Classification and coordination only routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never makes a final legal, regulatory, settlement, or disclosure decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-maestro-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never approves a policy or policy exception; flags authority and segregation-of-duties gaps and routes to qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never approves a policy or policy exception; flags authority and segregation-of-duties gaps and routes to qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-policy-governance-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests raw personal data, special-category data, credentials, or identifiers beyond what the matter requires. Never confirms a transfer mechanism or processing activity is adequate or compliant; routes to qualified counsel and the privacy owner. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests raw personal data, special-category data, credentials, or identifiers beyond what the matter requires. Never confirms a transfer mechanism or processing activity is adequate or compliant; routes to qualified counsel and the privacy owner. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-privacy-data-protection-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or non-public material information beyond what the matter requires. Never makes a materiality determination or disclosure decision; routes securities-law-sensitive matters to the disclosure committee and qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, personal data, or non-public material information beyond what the matter requires. Never makes a materiality determination or disclosure decision; routes securities-law-sensitive matters to the disclosure committee and qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-public-disclosure-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never confirms a control or program is compliant; requires current authoritative agency sources and routes to qualified counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never confirms a control or program is compliant; requires current authoritative agency sources and routes to qualified counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-regulatory-compliance-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }
@@ -18,7 +18,7 @@
18
18
  "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
19
19
  "https://www.nist.gov/privacy-framework"
20
20
  ],
21
- "security_notes": "Static review only \u2014 works from sanitized summaries and never requests secrets, credentials, personal data, or trade secrets. Never approves a vendor or contract; routes employee-data vendors to the privacy reviewer and flags privileged material for counsel. Does not form an attorney-client relationship.",
21
+ "security_notes": "Static review only works from sanitized summaries and never requests secrets, credentials, personal data, or trade secrets. Never approves a vendor or contract; routes employee-data vendors to the privacy reviewer and flags privileged material for counsel. Does not form an attorney-client relationship.",
22
22
  "last_verified": "2026-05-18",
23
23
  "path": "agents/legal/legal-vendor-procurement-risk-agent/",
24
24
  "harness_variants": {
@@ -30,13 +30,9 @@
30
30
  "kiro-ide": "agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md",
31
31
  "kiro-cli": "agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json"
32
32
  },
33
- "companion_skills": [
34
- "legal-hr-routing-protocol",
35
- "legal-hr-case-capsule",
36
- "legal-hr-risk-taxonomy"
37
- ],
33
+ "companion_skills": [],
38
34
  "execution_tier": "static-review",
39
35
  "lifecycle": "experimental",
40
36
  "author": "github: Raishin",
41
37
  "version": "0.1.0"
42
- }
38
+ }