@raishin/vanguard-frontier-agentic 2.0.1 → 2.1.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 (130) 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 +21 -7
  5. package/agents/qa/README.md +51 -0
  6. package/agents/qa/ci-test-pipeline-review-agent/AGENT.md +51 -0
  7. package/agents/qa/ci-test-pipeline-review-agent/harnesses/claude-code.agent.md +35 -0
  8. package/agents/qa/ci-test-pipeline-review-agent/harnesses/codex.toml +34 -0
  9. package/agents/qa/ci-test-pipeline-review-agent/harnesses/copilot.agent.md +35 -0
  10. package/agents/qa/ci-test-pipeline-review-agent/harnesses/cursor.agent.md +35 -0
  11. package/agents/qa/ci-test-pipeline-review-agent/harnesses/gemini.agent.md +35 -0
  12. package/agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-cli.agent.json +5 -0
  13. package/agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-ide.agent.md +35 -0
  14. package/agents/qa/ci-test-pipeline-review-agent/metadata.json +33 -0
  15. package/agents/qa/helm-chart-quality-review-agent/AGENT.md +56 -0
  16. package/agents/qa/helm-chart-quality-review-agent/harnesses/claude-code.agent.md +40 -0
  17. package/agents/qa/helm-chart-quality-review-agent/harnesses/codex.toml +39 -0
  18. package/agents/qa/helm-chart-quality-review-agent/harnesses/copilot.agent.md +40 -0
  19. package/agents/qa/helm-chart-quality-review-agent/harnesses/cursor.agent.md +40 -0
  20. package/agents/qa/helm-chart-quality-review-agent/harnesses/gemini.agent.md +40 -0
  21. package/agents/qa/helm-chart-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  22. package/agents/qa/helm-chart-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
  23. package/agents/qa/helm-chart-quality-review-agent/metadata.json +35 -0
  24. package/agents/qa/kubernetes-manifest-quality-review-agent/AGENT.md +55 -0
  25. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/claude-code.agent.md +32 -0
  26. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/codex.toml +38 -0
  27. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/copilot.agent.md +32 -0
  28. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/cursor.agent.md +32 -0
  29. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/gemini.agent.md +32 -0
  30. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  31. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/kiro-ide.agent.md +32 -0
  32. package/agents/qa/kubernetes-manifest-quality-review-agent/metadata.json +35 -0
  33. package/agents/qa/llm-ai-pipeline-test-review-agent/AGENT.md +52 -0
  34. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/claude-code.agent.md +36 -0
  35. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/codex.toml +36 -0
  36. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/copilot.agent.md +36 -0
  37. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/cursor.agent.md +36 -0
  38. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/gemini.agent.md +36 -0
  39. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/kiro-cli.agent.json +5 -0
  40. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/kiro-ide.agent.md +36 -0
  41. package/agents/qa/llm-ai-pipeline-test-review-agent/metadata.json +35 -0
  42. package/agents/qa/playwright-e2e-execution-run-agent/AGENT.md +50 -0
  43. package/agents/qa/playwright-e2e-execution-run-agent/harnesses/claude-code.agent.md +39 -0
  44. package/agents/qa/playwright-e2e-execution-run-agent/harnesses/cursor.agent.md +39 -0
  45. package/agents/qa/playwright-e2e-execution-run-agent/metadata.json +28 -0
  46. package/agents/qa/playwright-e2e-suite-review-agent/AGENT.md +51 -0
  47. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/claude-code.agent.md +35 -0
  48. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/codex.toml +34 -0
  49. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/copilot.agent.md +35 -0
  50. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/cursor.agent.md +35 -0
  51. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/gemini.agent.md +35 -0
  52. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/kiro-cli.agent.json +5 -0
  53. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/kiro-ide.agent.md +35 -0
  54. package/agents/qa/playwright-e2e-suite-review-agent/metadata.json +35 -0
  55. package/agents/qa/plc-control-logic-safety-review-agent/AGENT.md +53 -0
  56. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/claude-code.agent.md +37 -0
  57. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/codex.toml +36 -0
  58. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/copilot.agent.md +37 -0
  59. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/cursor.agent.md +37 -0
  60. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/gemini.agent.md +37 -0
  61. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/kiro-cli.agent.json +5 -0
  62. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/kiro-ide.agent.md +37 -0
  63. package/agents/qa/plc-control-logic-safety-review-agent/metadata.json +33 -0
  64. package/agents/qa/rpa-workflow-resilience-review-agent/AGENT.md +52 -0
  65. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/claude-code.agent.md +36 -0
  66. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/codex.toml +35 -0
  67. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/copilot.agent.md +36 -0
  68. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/cursor.agent.md +36 -0
  69. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/gemini.agent.md +36 -0
  70. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/kiro-cli.agent.json +5 -0
  71. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/kiro-ide.agent.md +36 -0
  72. package/agents/qa/rpa-workflow-resilience-review-agent/metadata.json +34 -0
  73. package/agents/qa/test-coverage-quality-review-agent/AGENT.md +50 -0
  74. package/agents/qa/test-coverage-quality-review-agent/harnesses/claude-code.agent.md +34 -0
  75. package/agents/qa/test-coverage-quality-review-agent/harnesses/codex.toml +33 -0
  76. package/agents/qa/test-coverage-quality-review-agent/harnesses/copilot.agent.md +34 -0
  77. package/agents/qa/test-coverage-quality-review-agent/harnesses/cursor.agent.md +34 -0
  78. package/agents/qa/test-coverage-quality-review-agent/harnesses/gemini.agent.md +34 -0
  79. package/agents/qa/test-coverage-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  80. package/agents/qa/test-coverage-quality-review-agent/harnesses/kiro-ide.agent.md +34 -0
  81. package/agents/qa/test-coverage-quality-review-agent/metadata.json +33 -0
  82. package/agents/qa/test-flakiness-triage-agent/AGENT.md +52 -0
  83. package/agents/qa/test-flakiness-triage-agent/harnesses/claude-code.agent.md +36 -0
  84. package/agents/qa/test-flakiness-triage-agent/harnesses/codex.toml +33 -0
  85. package/agents/qa/test-flakiness-triage-agent/harnesses/copilot.agent.md +36 -0
  86. package/agents/qa/test-flakiness-triage-agent/harnesses/cursor.agent.md +36 -0
  87. package/agents/qa/test-flakiness-triage-agent/harnesses/gemini.agent.md +36 -0
  88. package/agents/qa/test-flakiness-triage-agent/harnesses/kiro-cli.agent.json +5 -0
  89. package/agents/qa/test-flakiness-triage-agent/harnesses/kiro-ide.agent.md +36 -0
  90. package/agents/qa/test-flakiness-triage-agent/metadata.json +33 -0
  91. package/catalog/agents.json +1163 -881
  92. package/catalog/asset-integrity.json +473 -28
  93. package/catalog/install-roles.json +29 -1
  94. package/catalog/skill-manifest.json +220 -0
  95. package/catalog/skills.json +907 -619
  96. package/package.json +5 -2
  97. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  98. package/scripts/generate-readme-counts.mjs +162 -0
  99. package/skills/qa/ci-test-pipeline-review/SKILL.md +45 -0
  100. package/skills/qa/ci-test-pipeline-review/metadata.json +21 -0
  101. package/skills/qa/ci-test-pipeline-review/references/workflow-and-output.md +124 -0
  102. package/skills/qa/helm-chart-quality-review/SKILL.md +61 -0
  103. package/skills/qa/helm-chart-quality-review/metadata.json +23 -0
  104. package/skills/qa/helm-chart-quality-review/references/workflow-and-output.md +174 -0
  105. package/skills/qa/kubernetes-manifest-quality-review/SKILL.md +92 -0
  106. package/skills/qa/kubernetes-manifest-quality-review/metadata.json +23 -0
  107. package/skills/qa/kubernetes-manifest-quality-review/references/workflow-and-output.md +246 -0
  108. package/skills/qa/llm-ai-pipeline-test-review/SKILL.md +52 -0
  109. package/skills/qa/llm-ai-pipeline-test-review/metadata.json +23 -0
  110. package/skills/qa/llm-ai-pipeline-test-review/references/workflow-and-output.md +221 -0
  111. package/skills/qa/playwright-e2e-execution-run/SKILL.md +54 -0
  112. package/skills/qa/playwright-e2e-execution-run/metadata.json +24 -0
  113. package/skills/qa/playwright-e2e-execution-run/references/workflow-and-output.md +133 -0
  114. package/skills/qa/playwright-e2e-suite-review/SKILL.md +44 -0
  115. package/skills/qa/playwright-e2e-suite-review/metadata.json +23 -0
  116. package/skills/qa/playwright-e2e-suite-review/references/workflow-and-output.md +176 -0
  117. package/skills/qa/plc-control-logic-safety-review/SKILL.md +47 -0
  118. package/skills/qa/plc-control-logic-safety-review/metadata.json +21 -0
  119. package/skills/qa/plc-control-logic-safety-review/references/workflow-and-output.md +231 -0
  120. package/skills/qa/rpa-workflow-resilience-review/SKILL.md +47 -0
  121. package/skills/qa/rpa-workflow-resilience-review/metadata.json +22 -0
  122. package/skills/qa/rpa-workflow-resilience-review/references/workflow-and-output.md +210 -0
  123. package/skills/qa/test-coverage-quality-review/SKILL.md +44 -0
  124. package/skills/qa/test-coverage-quality-review/metadata.json +21 -0
  125. package/skills/qa/test-coverage-quality-review/references/workflow-and-output.md +139 -0
  126. package/skills/qa/test-flakiness-triage/SKILL.md +43 -0
  127. package/skills/qa/test-flakiness-triage/metadata.json +21 -0
  128. package/skills/qa/test-flakiness-triage/references/workflow-and-output.md +114 -0
  129. package/tests/eval-qa-cluster.mjs +111 -0
  130. package/tests/validate-readme-counts.mjs +179 -0
@@ -1,4 +1,44 @@
1
1
  [
2
+ {
3
+ "id": "ai-advertising-targeting-fairness-review-agent",
4
+ "name": "AI Advertising Targeting Fairness Review Agent",
5
+ "type": "agent",
6
+ "provider": "marketing",
7
+ "harnesses": [
8
+ "codex",
9
+ "copilot",
10
+ "claude-code",
11
+ "cursor",
12
+ "gemini",
13
+ "kiro"
14
+ ],
15
+ "summary": "Review ad-platform audience targeting configurations and declared AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5 \u2014 proxy segments, algorithmic disparate impact, and missing Special Ad Category declarations.",
16
+ "companion_skills": [
17
+ "ai-advertising-targeting-fairness-review"
18
+ ],
19
+ "source_type": "original",
20
+ "official_docs": [
21
+ "https://www.ftc.gov/business-guidance/blog/2023/02/ftcs-ai-related-enforcement-actions",
22
+ "https://www.hud.gov/program_offices/fair_housing_equal_opp/fair_housing_act_overview",
23
+ "https://www.consumerfinance.gov/about-us/blog/cfpb-issues-guidance-on-credit-denials-by-lenders-using-artificial-intelligence/",
24
+ "https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai",
25
+ "https://www.federalregister.gov/documents/2023/07/13/2023-14625/civil-rights-principles-for-the-use-of-artificial-intelligence"
26
+ ],
27
+ "security_notes": "Read-only advisory. Works from sanitized audience spec exports and declared AI feature annotations only; never requests live campaign credentials, ad-account access tokens, or real audience membership data. Legal determination of FHA, ECOA, or EU AI Act violations is routed to qualified counsel and compliance teams.",
28
+ "last_verified": "2026-05-17",
29
+ "path": "agents/marketing/ai-advertising-targeting-fairness-review-agent/",
30
+ "harness_variants": {
31
+ "codex": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/codex.toml",
32
+ "copilot": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/copilot.agent.md",
33
+ "claude-code": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/claude-code.agent.md",
34
+ "cursor": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/cursor.agent.md",
35
+ "gemini": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/gemini.agent.md",
36
+ "kiro-ide": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/kiro-ide.agent.md",
37
+ "kiro-cli": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/kiro-cli.agent.json"
38
+ },
39
+ "author": "github: Raishin",
40
+ "version": "0.1.0"
41
+ },
2
42
  {
3
43
  "id": "alibaba-ack-container-platform-operator-agent",
4
44
  "name": "Alibaba Cloud ACK Container Platform Operator",
@@ -1141,6 +1181,46 @@
1141
1181
  "author": "github: Raishin",
1142
1182
  "version": "0.1.0"
1143
1183
  },
1184
+ {
1185
+ "id": "analytics-data-minimization-review-agent",
1186
+ "name": "Analytics Data-Minimization Review Agent",
1187
+ "type": "agent",
1188
+ "provider": "marketing",
1189
+ "harnesses": [
1190
+ "codex",
1191
+ "copilot",
1192
+ "claude-code",
1193
+ "cursor",
1194
+ "gemini",
1195
+ "kiro"
1196
+ ],
1197
+ "summary": "Review analytics platform configuration \u2014 GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations \u2014 for data-minimization violations, excessive collection, and storage-period over-retention under GDPR Article 5(1)(c) and 5(1)(e) and EU DPA enforcement on GA4.",
1198
+ "companion_skills": [
1199
+ "analytics-data-minimization-review"
1200
+ ],
1201
+ "source_type": "original",
1202
+ "official_docs": [
1203
+ "https://gdpr-info.eu/art-5-gdpr/",
1204
+ "https://www.cnil.fr/en/use-google-analytics-and-data-transfers-united-states-cnil-orders-website-manageroperator-comply/",
1205
+ "https://www.cnil.fr/en/google-analytics-and-data-transfers-how-make-your-analytics-tool-compliant-gdpr",
1206
+ "https://www.garanteprivacy.it/home/docweb/-/docweb-display/docweb/9782874",
1207
+ "https://support.google.com/analytics/answer/9019185"
1208
+ ],
1209
+ "security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification \u2014 the agent surfaces that possibility and routes legal assessment to qualified privacy counsel rather than deciding it.",
1210
+ "last_verified": "2026-05-17",
1211
+ "path": "agents/marketing/analytics-data-minimization-review-agent/",
1212
+ "harness_variants": {
1213
+ "codex": "agents/marketing/analytics-data-minimization-review-agent/harnesses/codex.toml",
1214
+ "copilot": "agents/marketing/analytics-data-minimization-review-agent/harnesses/copilot.agent.md",
1215
+ "claude-code": "agents/marketing/analytics-data-minimization-review-agent/harnesses/claude-code.agent.md",
1216
+ "cursor": "agents/marketing/analytics-data-minimization-review-agent/harnesses/cursor.agent.md",
1217
+ "gemini": "agents/marketing/analytics-data-minimization-review-agent/harnesses/gemini.agent.md",
1218
+ "kiro-ide": "agents/marketing/analytics-data-minimization-review-agent/harnesses/kiro-ide.agent.md",
1219
+ "kiro-cli": "agents/marketing/analytics-data-minimization-review-agent/harnesses/kiro-cli.agent.json"
1220
+ },
1221
+ "author": "github: Raishin",
1222
+ "version": "0.1.0"
1223
+ },
1144
1224
  {
1145
1225
  "id": "argo-rollouts-progressive-delivery-review-agent",
1146
1226
  "name": "Argo Rollouts Progressive Delivery Review",
@@ -3694,6 +3774,34 @@
3694
3774
  "path": "agents/cert-manager/cert-manager-issuer-trust-review-agent",
3695
3775
  "version": "0.1.0"
3696
3776
  },
3777
+ {
3778
+ "id": "ci-test-pipeline-review-agent",
3779
+ "name": "CI Test Pipeline Review Agent",
3780
+ "type": "agent",
3781
+ "provider": "generic",
3782
+ "harnesses": [
3783
+ "codex",
3784
+ "copilot",
3785
+ "claude-code",
3786
+ "cursor",
3787
+ "gemini",
3788
+ "kiro"
3789
+ ],
3790
+ "summary": "Review how a CI pipeline runs tests \u2014 gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure \u2014 to verify the suite actually blocks bad merges.",
3791
+ "source_type": "original",
3792
+ "official_docs": [
3793
+ "https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
3794
+ "https://docs.github.com/en/repositories/configuring-branches-and-merges/about-protected-branches",
3795
+ "https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions",
3796
+ "https://docs.gitlab.com/ee/ci/yaml/",
3797
+ "https://playwright.dev/docs/test-sharding"
3798
+ ],
3799
+ "security_notes": "Static review only \u2014 reads CI workflow and branch-protection configuration, never triggers or runs pipelines. Flags secret exposure to test jobs on pull_request_target or fork PRs. Never requests CI secrets, deploy keys, or registry tokens.",
3800
+ "last_verified": "2026-05-17",
3801
+ "path": "agents/qa/ci-test-pipeline-review-agent",
3802
+ "author": "github: Raishin",
3803
+ "version": "0.1.0"
3804
+ },
3697
3805
  {
3698
3806
  "id": "cilium-network-policy-review-agent",
3699
3807
  "name": "Cilium Network Policy Review",
@@ -3945,6 +4053,86 @@
3945
4053
  "kiro-cli": "agents/contabo/contabo-security-hardening-agent/harnesses/kiro-cli.agent.json"
3946
4054
  }
3947
4055
  },
4056
+ {
4057
+ "id": "email-sender-authentication-review-agent",
4058
+ "name": "Email Sender Authentication Review Agent",
4059
+ "type": "agent",
4060
+ "provider": "marketing",
4061
+ "harnesses": [
4062
+ "codex",
4063
+ "copilot",
4064
+ "claude-code",
4065
+ "cursor",
4066
+ "gemini",
4067
+ "kiro"
4068
+ ],
4069
+ "summary": "Review DNS sender-authentication records (SPF, DKIM, DMARC, BIMI) for a marketing domain to identify policy gaps exposing campaigns to rejection, spoofing, or inbox displacement.",
4070
+ "companion_skills": [
4071
+ "email-sender-authentication-review"
4072
+ ],
4073
+ "source_type": "original",
4074
+ "official_docs": [
4075
+ "https://datatracker.ietf.org/doc/html/rfc7489",
4076
+ "https://support.google.com/mail/answer/81126",
4077
+ "https://www.pcisecuritystandards.org/document_library/",
4078
+ "https://www.cisa.gov/sites/default/files/publications/bod-18-01.pdf",
4079
+ "https://datatracker.ietf.org/doc/html/rfc7208"
4080
+ ],
4081
+ "security_notes": "Read-only advisory. Works from sanitized DNS TXT record exports only; never requests ESP account credentials, DMARC aggregate report XML, or sending-platform API keys. DNS records are public data; this agent does not perform live DNS lookups against production infrastructure.",
4082
+ "last_verified": "2026-05-17",
4083
+ "path": "agents/marketing/email-sender-authentication-review-agent/",
4084
+ "harness_variants": {
4085
+ "codex": "agents/marketing/email-sender-authentication-review-agent/harnesses/codex.toml",
4086
+ "copilot": "agents/marketing/email-sender-authentication-review-agent/harnesses/copilot.agent.md",
4087
+ "claude-code": "agents/marketing/email-sender-authentication-review-agent/harnesses/claude-code.agent.md",
4088
+ "cursor": "agents/marketing/email-sender-authentication-review-agent/harnesses/cursor.agent.md",
4089
+ "gemini": "agents/marketing/email-sender-authentication-review-agent/harnesses/gemini.agent.md",
4090
+ "kiro-ide": "agents/marketing/email-sender-authentication-review-agent/harnesses/kiro-ide.agent.md",
4091
+ "kiro-cli": "agents/marketing/email-sender-authentication-review-agent/harnesses/kiro-cli.agent.json"
4092
+ },
4093
+ "author": "github: Raishin",
4094
+ "version": "0.1.0"
4095
+ },
4096
+ {
4097
+ "id": "eu-ai-act-marketing-system-review-agent",
4098
+ "name": "EU AI Act Marketing System Review Agent",
4099
+ "type": "agent",
4100
+ "provider": "marketing",
4101
+ "harnesses": [
4102
+ "codex",
4103
+ "copilot",
4104
+ "claude-code",
4105
+ "cursor",
4106
+ "gemini",
4107
+ "kiro"
4108
+ ],
4109
+ "summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria \u2014 classify the system, flag documentation obligations (Articles 11, 13, 14, 43), and identify deployment-readiness gaps before the August 2, 2026 full-enforcement date.",
4110
+ "companion_skills": [
4111
+ "eu-ai-act-marketing-system-review"
4112
+ ],
4113
+ "source_type": "original",
4114
+ "official_docs": [
4115
+ "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024R1689",
4116
+ "https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai",
4117
+ "https://www.europarl.europa.eu/topics/en/article/20230601STO93804/eu-ai-act-first-regulation-on-artificial-intelligence",
4118
+ "https://edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022023-technical-scope-art-22-gdpr_en",
4119
+ "https://artificialintelligenceact.eu/the-act/"
4120
+ ],
4121
+ "security_notes": "Read-only advisory. Works from sanitized AI system description cards only; never requests model weights, training datasets, internal performance logs, or vendor system-access credentials. Article 5 prohibited-practice determination is routed to qualified legal counsel rather than decided by the agent.",
4122
+ "last_verified": "2026-05-17",
4123
+ "path": "agents/marketing/eu-ai-act-marketing-system-review-agent/",
4124
+ "harness_variants": {
4125
+ "codex": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/codex.toml",
4126
+ "copilot": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/copilot.agent.md",
4127
+ "claude-code": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/claude-code.agent.md",
4128
+ "cursor": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/cursor.agent.md",
4129
+ "gemini": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/gemini.agent.md",
4130
+ "kiro-ide": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/kiro-ide.agent.md",
4131
+ "kiro-cli": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/kiro-cli.agent.json"
4132
+ },
4133
+ "author": "github: Raishin",
4134
+ "version": "0.1.0"
4135
+ },
3948
4136
  {
3949
4137
  "id": "external-secrets-operator-review-agent",
3950
4138
  "name": "External Secrets Operator Review Agent",
@@ -5568,6 +5756,35 @@
5568
5756
  "author": "github: Raishin",
5569
5757
  "version": "0.1.0"
5570
5758
  },
5759
+ {
5760
+ "id": "helm-chart-quality-review-agent",
5761
+ "name": "Helm Chart Quality Review Agent",
5762
+ "type": "agent",
5763
+ "provider": "generic",
5764
+ "harnesses": [
5765
+ "codex",
5766
+ "copilot",
5767
+ "claude-code",
5768
+ "cursor",
5769
+ "gemini",
5770
+ "kiro"
5771
+ ],
5772
+ "summary": "Review a Helm chart for quality, security, and testability defects \u2014 linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage \u2014 statically, without installing or contacting a cluster.",
5773
+ "source_type": "original",
5774
+ "official_docs": [
5775
+ "https://helm.sh/docs/chart_best_practices/",
5776
+ "https://helm.sh/docs/helm/helm_lint/",
5777
+ "https://helm.sh/docs/helm/helm_template/",
5778
+ "https://helm.sh/docs/topics/chart_tests/",
5779
+ "https://github.com/helm/chart-testing",
5780
+ "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
5781
+ "https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
5782
+ ],
5783
+ "security_notes": "Static review only \u2014 reads chart source files (Chart.yaml, values.yaml, templates/, tests/), never installs a chart, never connects to a Kubernetes cluster, never requests kubeconfig, cluster credentials, or cloud provider credentials. Do not accept values files containing live credentials, connection strings, or tenant IDs; ask for sanitized versions with placeholder values.",
5784
+ "last_verified": "2026-05-17",
5785
+ "path": "agents/qa/helm-chart-quality-review-agent",
5786
+ "version": "0.1.0"
5787
+ },
5571
5788
  {
5572
5789
  "id": "hetzner-capacity-planner-agent",
5573
5790
  "name": "Hetzner Cloud Capacity Planner",
@@ -6926,6 +7143,46 @@
6926
7143
  "author": "github: Raishin",
6927
7144
  "version": "0.1.0"
6928
7145
  },
7146
+ {
7147
+ "id": "influencer-disclosure-compliance-review-agent",
7148
+ "name": "Influencer Disclosure Compliance Review Agent",
7149
+ "type": "agent",
7150
+ "provider": "marketing",
7151
+ "harnesses": [
7152
+ "codex",
7153
+ "copilot",
7154
+ "claude-code",
7155
+ "cursor",
7156
+ "gemini",
7157
+ "kiro"
7158
+ ],
7159
+ "summary": "Review influencer campaign audit packs \u2014 brief, contract, post descriptions, and disclosure placement specs \u2014 for FTC Endorsement Guide violations: undisclosed material connections, inadequate disclosure placement, and brand liability exposure.",
7160
+ "companion_skills": [
7161
+ "influencer-disclosure-compliance-review"
7162
+ ],
7163
+ "source_type": "original",
7164
+ "official_docs": [
7165
+ "https://www.ftc.gov/legal-library/browse/rules/endorsement-guides",
7166
+ "https://www.ecfr.gov/current/title-16/chapter-I/subchapter-B/part-255",
7167
+ "https://www.ftc.gov/system/files/ftc_gov/pdf/ftc-endorsement-guides-final-rule.pdf",
7168
+ "https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
7169
+ "https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
7170
+ ],
7171
+ "security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only \u2014 brief, contract excerpt, post descriptions, and disclosure spec. Never requests raw personal data about creators, unpublished financial negotiations, or live platform credentials. Does not generate campaign content or creator instructions. A finding of systematic non-disclosure may warrant legal escalation before campaign continuation.",
7172
+ "last_verified": "2026-05-17",
7173
+ "path": "agents/marketing/influencer-disclosure-compliance-review-agent/",
7174
+ "harness_variants": {
7175
+ "codex": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/codex.toml",
7176
+ "copilot": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/copilot.agent.md",
7177
+ "claude-code": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/claude-code.agent.md",
7178
+ "cursor": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/cursor.agent.md",
7179
+ "gemini": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/gemini.agent.md",
7180
+ "kiro-ide": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/kiro-ide.agent.md",
7181
+ "kiro-cli": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/kiro-cli.agent.json"
7182
+ },
7183
+ "author": "github: Raishin",
7184
+ "version": "0.1.0"
7185
+ },
6929
7186
  {
6930
7187
  "id": "ionos-cost-optimization-analyst-agent",
6931
7188
  "name": "IONOS Cost Optimization Analyst",
@@ -7363,6 +7620,35 @@
7363
7620
  "source_type": "original",
7364
7621
  "version": "0.1.0"
7365
7622
  },
7623
+ {
7624
+ "id": "kubernetes-manifest-quality-review-agent",
7625
+ "name": "Kubernetes Manifest Quality Review Agent",
7626
+ "type": "agent",
7627
+ "provider": "generic",
7628
+ "harnesses": [
7629
+ "codex",
7630
+ "copilot",
7631
+ "claude-code",
7632
+ "cursor",
7633
+ "gemini",
7634
+ "kiro"
7635
+ ],
7636
+ "summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects \u2014 deprecated APIs, missing securityContext, absent resource limits, missing health probes, RBAC over-permission, plaintext secrets, and network exposure \u2014 statically, without applying manifests or contacting a cluster.",
7637
+ "source_type": "original",
7638
+ "official_docs": [
7639
+ "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
7640
+ "https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
7641
+ "https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/",
7642
+ "https://kubernetes.io/docs/reference/access-authn-authz/rbac/",
7643
+ "https://kubernetes.io/docs/concepts/services-networking/network-policies/",
7644
+ "https://github.com/yannh/kubeconform",
7645
+ "https://github.com/zegl/kube-score"
7646
+ ],
7647
+ "security_notes": "Static review only \u2014 reads manifest YAML files, never applies manifests to a cluster, never connects to the Kubernetes API, and never requests kubeconfig, service account tokens, or cloud credentials. Do not accept manifests containing real secret values or connection strings decoded from base64; ask for sanitized versions with placeholder values.",
7648
+ "last_verified": "2026-05-17",
7649
+ "path": "agents/qa/kubernetes-manifest-quality-review-agent",
7650
+ "version": "0.1.0"
7651
+ },
7366
7652
  {
7367
7653
  "id": "kubernetes-network-architecture-review-agent",
7368
7654
  "name": "Kubernetes Network Architecture Review",
@@ -7533,10 +7819,10 @@
7533
7819
  "version": "0.1.0"
7534
7820
  },
7535
7821
  {
7536
- "id": "nvidia-agentic-ai-platform-review-agent",
7537
- "name": "NVIDIA Agentic AI Platform Review",
7822
+ "id": "llm-ai-pipeline-test-review-agent",
7823
+ "name": "LLM AI Pipeline Test Review Agent",
7538
7824
  "type": "agent",
7539
- "provider": "nvidia",
7825
+ "provider": "generic",
7540
7826
  "harnesses": [
7541
7827
  "codex",
7542
7828
  "copilot",
@@ -7545,31 +7831,27 @@
7545
7831
  "gemini",
7546
7832
  "kiro"
7547
7833
  ],
7548
- "summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
7834
+ "summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects \u2014 missing hallucination, relevancy, faithfulness, bias, toxicity, and tool-correctness metrics; absent golden datasets; unthresholded or single-shot evals; and no regression gate across model versions. Static review only.",
7549
7835
  "source_type": "original",
7550
7836
  "official_docs": [
7551
- "https://www.nvidia.com/en-us/learn/certification/",
7552
- "https://docs.nvidia.com/ai-enterprise/",
7553
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7554
- "https://docs.nvidia.com/nim/",
7555
- "https://docs.nvidia.com/dcgm/",
7556
- "https://docs.nvidia.com/networking/",
7557
- "https://docs.nvidia.com/nemo-framework/"
7558
- ],
7559
- "security_notes": "Agent tools loaded from unsigned mutable sources are prompt injection at platform scale. Shared agent memory across tenants is cross-tenant data bleed. Unbounded tool loops are a cost and reliability incident waiting to happen.",
7560
- "last_verified": "2026-05-10",
7561
- "path": "agents/nvidia/nvidia-agentic-ai-platform-review-agent",
7562
- "companion_skills": [
7563
- "nvidia-agentic-ai-platform-review"
7837
+ "https://docs.confident-ai.com/",
7838
+ "https://docs.confident-ai.com/docs/metrics-hallucination",
7839
+ "https://docs.confident-ai.com/docs/metrics-answer-relevancy",
7840
+ "https://docs.confident-ai.com/docs/metrics-faithfulness",
7841
+ "https://docs.confident-ai.com/docs/metrics-bias",
7842
+ "https://docs.confident-ai.com/docs/metrics-tool-correctness",
7843
+ "https://www.istqb.org/certifications/certified-tester-foundation-level"
7564
7844
  ],
7565
- "author": "github: Raishin",
7845
+ "security_notes": "Static review only \u2014 reads eval configuration and test source; never calls LLM APIs, never runs evaluations, never requests model API keys or inference endpoints. Do not accept eval fixtures containing real user PII, private prompt chains, or model weights; ask for sanitized configurations.",
7846
+ "last_verified": "2026-05-17",
7847
+ "path": "agents/qa/llm-ai-pipeline-test-review-agent",
7566
7848
  "version": "0.1.0"
7567
7849
  },
7568
7850
  {
7569
- "id": "nvidia-ai-infrastructure-operations-agent",
7570
- "name": "NVIDIA AI Infrastructure Operations",
7851
+ "id": "lookalike-audience-upload-compliance-review-agent",
7852
+ "name": "Lookalike Audience Upload Compliance Review Agent",
7571
7853
  "type": "agent",
7572
- "provider": "nvidia",
7854
+ "provider": "marketing",
7573
7855
  "harnesses": [
7574
7856
  "codex",
7575
7857
  "copilot",
@@ -7578,31 +7860,38 @@
7578
7860
  "gemini",
7579
7861
  "kiro"
7580
7862
  ],
7581
- "summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge \u2014 driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG posture.",
7863
+ "summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok \u2014 catching underhashed identifiers, consent-scope mismatches, and re-identification surfaces.",
7864
+ "companion_skills": [
7865
+ "lookalike-audience-upload-compliance-review"
7866
+ ],
7582
7867
  "source_type": "original",
7583
7868
  "official_docs": [
7584
- "https://www.nvidia.com/en-us/learn/certification/",
7585
- "https://docs.nvidia.com/ai-enterprise/",
7586
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7587
- "https://docs.nvidia.com/nim/",
7588
- "https://docs.nvidia.com/dcgm/",
7589
- "https://docs.nvidia.com/networking/",
7590
- "https://docs.nvidia.com/nemo-framework/"
7591
- ],
7592
- "security_notes": "BMC reachable from tenant networks is total compromise of GPU hosts. Drivers outside the AI Enterprise support matrix produce silent ABI breakage. ECC disabled silently corrupts weights and gradients on training workloads.",
7593
- "last_verified": "2026-05-10",
7594
- "path": "agents/nvidia/nvidia-ai-infrastructure-operations-agent",
7595
- "companion_skills": [
7596
- "nvidia-ai-infrastructure-operations"
7869
+ "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679",
7870
+ "https://oag.ca.gov/privacy/ccpa",
7871
+ "https://www.ftc.gov/reports/data-brokers-call-transparency-accountability",
7872
+ "https://developers.facebook.com/docs/marketing-api/audiences/guides/custom-audiences/",
7873
+ "https://support.google.com/google-ads/answer/6334160"
7597
7874
  ],
7875
+ "security_notes": "Read-only advisory. Works from sanitized field-mapping specifications, declared hashing methods, and consent-basis documentation only; never requests actual audience files, real customer records, or platform API credentials. Legal determination of breach, unauthorized sharing, or unlawful transfer is routed to qualified counsel and the privacy compliance team.",
7876
+ "last_verified": "2026-05-17",
7877
+ "path": "agents/marketing/lookalike-audience-upload-compliance-review-agent/",
7878
+ "harness_variants": {
7879
+ "codex": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/codex.toml",
7880
+ "copilot": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/copilot.agent.md",
7881
+ "claude-code": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/claude-code.agent.md",
7882
+ "cursor": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/cursor.agent.md",
7883
+ "gemini": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/gemini.agent.md",
7884
+ "kiro-ide": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/kiro-ide.agent.md",
7885
+ "kiro-cli": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/kiro-cli.agent.json"
7886
+ },
7598
7887
  "author": "github: Raishin",
7599
7888
  "version": "0.1.0"
7600
7889
  },
7601
7890
  {
7602
- "id": "nvidia-ai-networking-fabric-review-agent",
7603
- "name": "NVIDIA AI Networking Fabric Review",
7891
+ "id": "marketing-consent-data-collection-review-agent",
7892
+ "name": "Marketing Consent and Data-Collection Review Agent",
7604
7893
  "type": "agent",
7605
- "provider": "nvidia",
7894
+ "provider": "marketing",
7606
7895
  "harnesses": [
7607
7896
  "codex",
7608
7897
  "copilot",
@@ -7611,31 +7900,38 @@
7611
7900
  "gemini",
7612
7901
  "kiro"
7613
7902
  ],
7614
- "summary": "Review NVIDIA AI fabric posture per NCP-AIN \u2014 Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
7903
+ "summary": "Review marketing consent posture \u2014 CMP banner config, tag-manager containers, Consent Mode wiring, and cookie policy \u2014 for GDPR/ePrivacy/CCPA correctness, dark patterns, and undisclosed trackers.",
7904
+ "companion_skills": [
7905
+ "marketing-consent-data-collection-review"
7906
+ ],
7615
7907
  "source_type": "original",
7616
7908
  "official_docs": [
7617
- "https://www.nvidia.com/en-us/learn/certification/",
7618
- "https://docs.nvidia.com/ai-enterprise/",
7619
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7620
- "https://docs.nvidia.com/nim/",
7621
- "https://docs.nvidia.com/dcgm/",
7622
- "https://docs.nvidia.com/networking/",
7623
- "https://docs.nvidia.com/nemo-framework/"
7624
- ],
7625
- "security_notes": "RoCEv2 without PFC and ECN is not lossless; goodput collapses under congestion. Shared default PKey on multi-tenant InfiniBand removes east-west isolation. Single-switch subnet manager with no failover is a fabric-wide outage path.",
7626
- "last_verified": "2026-05-10",
7627
- "path": "agents/nvidia/nvidia-ai-networking-fabric-review-agent",
7628
- "companion_skills": [
7629
- "nvidia-ai-networking-fabric-review"
7909
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
7910
+ "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32002L0058",
7911
+ "https://oag.ca.gov/privacy/ccpa",
7912
+ "https://developers.google.com/tag-platform/security/guides/consent",
7913
+ "https://iabeurope.eu/transparency-consent-framework/"
7630
7914
  ],
7915
+ "security_notes": "Read-only advisory. Works from sanitized CMP and tag-manager configuration only; never requests real visitor data, consent-string archives, or analytics credentials. Surfaces regulatory risk but does not issue binding legal conclusions.",
7916
+ "last_verified": "2026-05-17",
7917
+ "path": "agents/marketing/marketing-consent-data-collection-review-agent/",
7918
+ "harness_variants": {
7919
+ "codex": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/codex.toml",
7920
+ "copilot": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/copilot.agent.md",
7921
+ "claude-code": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/claude-code.agent.md",
7922
+ "cursor": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/cursor.agent.md",
7923
+ "gemini": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/gemini.agent.md",
7924
+ "kiro-ide": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/kiro-ide.agent.md",
7925
+ "kiro-cli": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/kiro-cli.agent.json"
7926
+ },
7631
7927
  "author": "github: Raishin",
7632
7928
  "version": "0.1.0"
7633
7929
  },
7634
7930
  {
7635
- "id": "nvidia-ai-operations-day2-agent",
7636
- "name": "NVIDIA AI Operations (Day-2)",
7931
+ "id": "marketing-conversion-flow-dark-pattern-review-agent",
7932
+ "name": "Marketing Conversion Flow Dark-Pattern Review Agent",
7637
7933
  "type": "agent",
7638
- "provider": "nvidia",
7934
+ "provider": "marketing",
7639
7935
  "harnesses": [
7640
7936
  "codex",
7641
7937
  "copilot",
@@ -7644,31 +7940,38 @@
7644
7940
  "gemini",
7645
7941
  "kiro"
7646
7942
  ],
7647
- "summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO \u2014 DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
7943
+ "summary": "Review marketing conversion flow specifications \u2014 subscription sign-up, upsell interstitial, free-trial enrollment, and cancellation path \u2014 for dark-pattern practices that invalidate consent or constitute unfair or deceptive acts under FTC Section 5, the FTC Negative Option Rule, CPRA, and EU AI Act Article 5(1)(b).",
7944
+ "companion_skills": [
7945
+ "marketing-conversion-flow-dark-pattern-review"
7946
+ ],
7648
7947
  "source_type": "original",
7649
7948
  "official_docs": [
7650
- "https://www.nvidia.com/en-us/learn/certification/",
7651
- "https://docs.nvidia.com/ai-enterprise/",
7652
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7653
- "https://docs.nvidia.com/nim/",
7654
- "https://docs.nvidia.com/dcgm/",
7655
- "https://docs.nvidia.com/networking/",
7656
- "https://docs.nvidia.com/nemo-framework/"
7657
- ],
7658
- "security_notes": "Absent DCGM coverage makes a GPU fleet operationally blind. Ungated driver upgrades on production training jobs destroy in-flight work. Unmapped Xid signatures triple incident MTTR.",
7659
- "last_verified": "2026-05-10",
7660
- "path": "agents/nvidia/nvidia-ai-operations-day2-agent",
7661
- "companion_skills": [
7662
- "nvidia-ai-operations-day2"
7949
+ "https://www.ftc.gov/legal-library/browse/rules/negative-option-rule",
7950
+ "https://www.ftc.gov/system/files/ftc_gov/pdf/P214800+Dark+Patterns+Report+9.14.2022+-+FINAL.pdf",
7951
+ "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.140.",
7952
+ "https://oag.ca.gov/privacy/ccpa",
7953
+ "https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
7663
7954
  ],
7955
+ "security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure \u2014 the agent surfaces that possibility and routes enforcement-risk assessment to qualified legal counsel rather than quantifying penalties.",
7956
+ "last_verified": "2026-05-17",
7957
+ "path": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/",
7958
+ "harness_variants": {
7959
+ "codex": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/codex.toml",
7960
+ "copilot": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/copilot.agent.md",
7961
+ "claude-code": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/claude-code.agent.md",
7962
+ "cursor": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/cursor.agent.md",
7963
+ "gemini": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/gemini.agent.md",
7964
+ "kiro-ide": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/kiro-ide.agent.md",
7965
+ "kiro-cli": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/kiro-cli.agent.json"
7966
+ },
7664
7967
  "author": "github: Raishin",
7665
7968
  "version": "0.1.0"
7666
7969
  },
7667
7970
  {
7668
- "id": "nvidia-cuda-kernel-performance-review-agent",
7669
- "name": "NVIDIA CUDA Kernel Performance Review",
7971
+ "id": "marketing-email-list-retention-review-agent",
7972
+ "name": "Marketing Email List Retention Review Agent",
7670
7973
  "type": "agent",
7671
- "provider": "nvidia",
7974
+ "provider": "marketing",
7672
7975
  "harnesses": [
7673
7976
  "codex",
7674
7977
  "copilot",
@@ -7677,38 +7980,38 @@
7677
7980
  "gemini",
7678
7981
  "kiro"
7679
7982
  ],
7680
- "summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation \u2014 memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
7983
+ "summary": "Review marketing email list segment metadata, consent-record completeness, suppression-list coverage, and data-retention schedules for GDPR, CASL, and CCPA deletion-right compliance.",
7984
+ "companion_skills": [
7985
+ "marketing-email-list-retention-review"
7986
+ ],
7681
7987
  "source_type": "original",
7682
7988
  "official_docs": [
7683
- "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
7684
- "https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/",
7685
- "https://docs.nvidia.com/nsight-compute/",
7686
- "https://docs.nvidia.com/nsight-systems/",
7687
- "https://docs.nvidia.com/cuda/profiler-users-guide/"
7688
- ],
7689
- "security_notes": "Static review only \u2014 the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
7690
- "last_verified": "2026-05-10",
7691
- "path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
7692
- "companion_skills": [
7693
- "nvidia-cuda-kernel-performance-review"
7989
+ "https://gdpr-info.eu/art-5-gdpr/",
7990
+ "https://gdpr-info.eu/art-17-gdpr/",
7991
+ "https://laws-lois.justice.gc.ca/eng/acts/C-28.65/page-1.html",
7992
+ "https://oag.ca.gov/privacy/ccpa",
7993
+ "https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
7694
7994
  ],
7995
+ "security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only \u2014 placeholder values for all subscriber PII; never requests real email addresses, subscriber IDs, CRM credentials, or ESP API keys. Findings of ongoing deletion-SLA breaches or broken CASL consent chains are routed to legal counsel and incident response, not resolved by the agent.",
7996
+ "last_verified": "2026-05-17",
7997
+ "path": "agents/marketing/marketing-email-list-retention-review-agent/",
7695
7998
  "harness_variants": {
7696
- "codex": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml",
7697
- "copilot": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md",
7698
- "claude-code": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md",
7699
- "cursor": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md",
7700
- "gemini": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md",
7701
- "kiro-ide": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md",
7702
- "kiro-cli": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json"
7999
+ "codex": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/codex.toml",
8000
+ "copilot": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/copilot.agent.md",
8001
+ "claude-code": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/claude-code.agent.md",
8002
+ "cursor": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/cursor.agent.md",
8003
+ "gemini": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/gemini.agent.md",
8004
+ "kiro-ide": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/kiro-ide.agent.md",
8005
+ "kiro-cli": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/kiro-cli.agent.json"
7703
8006
  },
7704
8007
  "author": "github: Raishin",
7705
8008
  "version": "0.1.0"
7706
8009
  },
7707
8010
  {
7708
- "id": "nvidia-generative-ai-platform-review-agent",
7709
- "name": "NVIDIA Generative AI Platform Review",
8011
+ "id": "marketing-gpc-signal-honoring-review-agent",
8012
+ "name": "Marketing GPC Signal Honoring Review Agent",
7710
8013
  "type": "agent",
7711
- "provider": "nvidia",
8014
+ "provider": "marketing",
7712
8015
  "harnesses": [
7713
8016
  "codex",
7714
8017
  "copilot",
@@ -7717,31 +8020,38 @@
7717
8020
  "gemini",
7718
8021
  "kiro"
7719
8022
  ],
7720
- "summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL \u2014 NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, and guardrails posture.",
8023
+ "summary": "Review the technical signal path by which a Global Privacy Control opt-out travels through the CMP and tag stack to confirm ad tags, server-side conversion APIs, and CAPI forwarding actually cease firing on opt-out.",
8024
+ "companion_skills": [
8025
+ "marketing-gpc-signal-honoring-review"
8026
+ ],
7721
8027
  "source_type": "original",
7722
8028
  "official_docs": [
7723
- "https://www.nvidia.com/en-us/learn/certification/",
7724
- "https://docs.nvidia.com/ai-enterprise/",
7725
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7726
- "https://docs.nvidia.com/nim/",
7727
- "https://docs.nvidia.com/dcgm/",
7728
- "https://docs.nvidia.com/networking/",
7729
- "https://docs.nvidia.com/nemo-framework/"
7730
- ],
7731
- "security_notes": "NIM containers pulled without cosign verification have unverified image trust. Missing model cards block audit reconstruction. NeMo Guardrails bypassable on externally exposed LLM endpoints is critical for regulated workloads.",
7732
- "last_verified": "2026-05-10",
7733
- "path": "agents/nvidia/nvidia-generative-ai-platform-review-agent",
7734
- "companion_skills": [
7735
- "nvidia-generative-ai-platform-review"
8029
+ "https://cppa.ca.gov/regulations/pdf/cppa_regs.pdf",
8030
+ "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?sectionNum=1798.135.&lawCode=CIV",
8031
+ "https://globalprivacycontrol.org/",
8032
+ "https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
8033
+ "https://oag.ca.gov/privacy/ccpa"
7736
8034
  ],
8035
+ "security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding \u2014 legal determinations are routed to qualified privacy counsel, not decided by this agent.",
8036
+ "last_verified": "2026-05-17",
8037
+ "path": "agents/marketing/marketing-gpc-signal-honoring-review-agent/",
8038
+ "harness_variants": {
8039
+ "codex": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/codex.toml",
8040
+ "copilot": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/copilot.agent.md",
8041
+ "claude-code": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/claude-code.agent.md",
8042
+ "cursor": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/cursor.agent.md",
8043
+ "gemini": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/gemini.agent.md",
8044
+ "kiro-ide": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/kiro-ide.agent.md",
8045
+ "kiro-cli": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/kiro-cli.agent.json"
8046
+ },
7737
8047
  "author": "github: Raishin",
7738
8048
  "version": "0.1.0"
7739
8049
  },
7740
8050
  {
7741
- "id": "nvidia-gpu-operator-kubernetes-hardening-agent",
7742
- "name": "NVIDIA GPU Operator on Kubernetes Hardening",
8051
+ "id": "marketing-maestro-agent",
8052
+ "name": "Marketing Maestro",
7743
8053
  "type": "agent",
7744
- "provider": "nvidia",
8054
+ "provider": "marketing",
7745
8055
  "harnesses": [
7746
8056
  "codex",
7747
8057
  "copilot",
@@ -7750,31 +8060,38 @@
7750
8060
  "gemini",
7751
8061
  "kiro"
7752
8062
  ],
7753
- "summary": "Review NVIDIA GPU Operator on Kubernetes \u2014 device plugin, MIG manager, node feature discovery, time-sliced GPUs, container toolkit, securityContext posture, and namespace tenancy boundaries.",
8063
+ "summary": "Route marketing-governance review tasks to the narrowest specialist across all 13 domains: consent and data-collection, advertising-pixel data-leakage, martech access-governance, GPC signal-honoring, email sender authentication, programmatic supply-chain integrity, AI ad-targeting fairness, EU AI Act marketing-system classification, lookalike audience upload compliance, email list retention, influencer disclosure, conversion-flow dark patterns, and analytics data minimization. Dispatches single or parallel teams (max 4); requires human gate for any mutation intent.",
7754
8064
  "source_type": "original",
7755
8065
  "official_docs": [
7756
- "https://www.nvidia.com/en-us/learn/certification/",
7757
- "https://docs.nvidia.com/ai-enterprise/",
7758
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7759
- "https://docs.nvidia.com/nim/",
7760
- "https://docs.nvidia.com/dcgm/",
7761
- "https://docs.nvidia.com/networking/",
7762
- "https://docs.nvidia.com/nemo-framework/"
8066
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8067
+ "https://oag.ca.gov/privacy/ccpa",
8068
+ "https://developers.google.com/tag-platform/security/guides/consent"
7763
8069
  ],
7764
- "security_notes": "Tenant workloads with privileged:true escalate across the GPU Operator boundary. Time-sliced GPUs shared across namespaces without admission gating are a side-channel and noisy-neighbor risk. Tag-pulled GPU Operator images allow silent rollback to compromised versions.",
7765
- "last_verified": "2026-05-10",
7766
- "path": "agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent",
8070
+ "security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly \u2014 all artifact review delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet.",
8071
+ "last_verified": "2026-05-17",
8072
+ "path": "agents/marketing/marketing-maestro-agent",
8073
+ "author": "github: Raishin",
8074
+ "version": "0.1.0",
7767
8075
  "companion_skills": [
7768
- "nvidia-gpu-operator-kubernetes-hardening"
8076
+ "marketing-maestro"
7769
8077
  ],
7770
- "author": "github: Raishin",
7771
- "version": "0.1.0"
7772
- },
8078
+ "execution_tier": "read-only-runtime",
8079
+ "lifecycle": "experimental",
8080
+ "harness_variants": {
8081
+ "codex": "agents/marketing/marketing-maestro-agent/harnesses/codex.toml",
8082
+ "claude-code": "agents/marketing/marketing-maestro-agent/harnesses/claude-code.agent.md",
8083
+ "copilot": "agents/marketing/marketing-maestro-agent/harnesses/copilot.agent.md",
8084
+ "cursor": "agents/marketing/marketing-maestro-agent/harnesses/cursor.agent.md",
8085
+ "gemini": "agents/marketing/marketing-maestro-agent/harnesses/gemini.agent.md",
8086
+ "kiro-ide": "agents/marketing/marketing-maestro-agent/harnesses/kiro-ide.agent.md",
8087
+ "kiro-cli": "agents/marketing/marketing-maestro-agent/harnesses/kiro-cli.agent.json"
8088
+ }
8089
+ },
7773
8090
  {
7774
- "id": "nvidia-maestro-agent",
7775
- "name": "NVIDIA Maestro",
8091
+ "id": "marketing-pixel-data-leakage-review-agent",
8092
+ "name": "Marketing Pixel Data-Leakage Review Agent",
7776
8093
  "type": "agent",
7777
- "provider": "nvidia",
8094
+ "provider": "marketing",
7778
8095
  "harnesses": [
7779
8096
  "codex",
7780
8097
  "copilot",
@@ -7783,71 +8100,76 @@
7783
8100
  "gemini",
7784
8101
  "kiro"
7785
8102
  ],
7786
- "summary": "Per-provider router for the NVIDIA stack. Classifies the user's task across CUDA, TensorRT, Triton, NIM, NeMo, NGC, DCGM, GPU Operator, and AI fabric domains and dispatches to the narrowest specialist or a parallel team (max 4). Enforces a runtime-evidence gate before routing to the live promotion gatekeeper.",
7787
- "source_type": "adapted",
8103
+ "summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks \u2014 PII in payloads, form-field auto-capture, pixels on sensitive pages, and unhashed identifier transmission.",
8104
+ "companion_skills": [
8105
+ "marketing-pixel-data-leakage-review"
8106
+ ],
8107
+ "source_type": "original",
7788
8108
  "official_docs": [
7789
- "https://docs.nvidia.com/",
7790
- "https://www.nvidia.com/en-us/learn/certification/",
7791
- "https://docs.nvidia.com/ai-enterprise/",
7792
- "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
7793
- "https://docs.nvidia.com/nim/"
8109
+ "https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html",
8110
+ "https://www.ftc.gov/legal-library/browse/rules/health-breach-notification-rule",
8111
+ "https://developers.facebook.com/docs/meta-pixel/",
8112
+ "https://support.google.com/google-ads/answer/9888656",
8113
+ "https://owasp.org/www-project-top-ten/"
7794
8114
  ],
7795
- "security_notes": "Runtime-evidence gate is non-negotiable: nvidia-model-promotion-gatekeeper-agent must never be auto-dispatched. Always surface blast-radius assessment and rollback path and require explicit written human confirmation before routing to the gatekeeper.",
7796
- "last_verified": "2026-05-11",
7797
- "path": "agents/nvidia/nvidia-maestro-agent",
8115
+ "security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach \u2014 the agent surfaces that possibility and routes the determination to counsel and incident response rather than deciding it.",
8116
+ "last_verified": "2026-05-17",
8117
+ "path": "agents/marketing/marketing-pixel-data-leakage-review-agent/",
7798
8118
  "harness_variants": {
7799
- "codex": "agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml",
7800
- "copilot": "agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md",
7801
- "claude-code": "agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md",
7802
- "cursor": "agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md",
7803
- "gemini": "agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md",
7804
- "kiro-ide": "agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md",
7805
- "kiro-cli": "agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json"
8119
+ "codex": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/codex.toml",
8120
+ "copilot": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/copilot.agent.md",
8121
+ "claude-code": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/claude-code.agent.md",
8122
+ "cursor": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/cursor.agent.md",
8123
+ "gemini": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/gemini.agent.md",
8124
+ "kiro-ide": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/kiro-ide.agent.md",
8125
+ "kiro-cli": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/kiro-cli.agent.json"
7806
8126
  },
7807
- "companion_skills": [
7808
- "nvidia-maestro"
7809
- ],
7810
8127
  "author": "github: Raishin",
7811
8128
  "version": "0.1.0"
7812
8129
  },
7813
8130
  {
7814
- "id": "nvidia-model-promotion-gatekeeper-agent",
7815
- "name": "NVIDIA Model Promotion Gatekeeper",
8131
+ "id": "martech-access-governance-review-agent",
8132
+ "name": "Martech Access Governance Review Agent",
7816
8133
  "type": "agent",
7817
- "provider": "nvidia",
8134
+ "provider": "marketing",
7818
8135
  "harnesses": [
8136
+ "codex",
8137
+ "copilot",
7819
8138
  "claude-code",
7820
- "cursor"
8139
+ "cursor",
8140
+ "gemini",
8141
+ "kiro"
8142
+ ],
8143
+ "summary": "Review access governance across a marketing technology stack \u2014 OAuth connected apps, API keys, CRM and marketing-automation roles, and integration scopes \u2014 for least-privilege violations, shared and stale credentials, and missing ownership.",
8144
+ "companion_skills": [
8145
+ "martech-access-governance-review"
7821
8146
  ],
7822
- "summary": "Live-execution gatekeeper that decides promote/block/manual-review for an NVIDIA NIM container moving from staging to production. Runs an allowlisted set of cosign/crane/oras/grype commands and emits a cosign-signable attestation JSON. Two harnesses by deliberate scope choice; broader fan-out requires per-harness allowlist audit.",
7823
8147
  "source_type": "original",
7824
8148
  "official_docs": [
7825
- "https://docs.nvidia.com/nim/",
7826
- "https://docs.nvidia.com/ai-enterprise/",
7827
- "https://docs.sigstore.dev/cosign/verifying/verify/",
7828
- "https://docs.sigstore.dev/cosign/key_management/",
7829
- "https://github.com/google/go-containerregistry/tree/main/cmd/crane",
7830
- "https://oras.land/docs/category/oras-commands",
7831
- "https://github.com/anchore/grype"
7832
- ],
7833
- "security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only \u2014 no docker pull, no kubectl, no registry write, no sign action (operator signs the attestation). Credential flag values scrubbed from provenance output.",
7834
- "last_verified": "2026-05-11",
7835
- "path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
7836
- "companion_skills": [
7837
- "nvidia-model-promotion-gatekeeper"
8149
+ "https://datatracker.ietf.org/doc/html/rfc6749",
8150
+ "https://oauth.net/2/scope/",
8151
+ "https://csrc.nist.gov/glossary/term/least_privilege",
8152
+ "https://owasp.org/www-project-top-ten/",
8153
+ "https://csrc.nist.gov/pubs/sp/800/207/final"
7838
8154
  ],
8155
+ "security_notes": "Read-only advisory. Works from sanitized access inventories only; never requests, collects, or echoes credential values, API keys, tokens, or secrets. If a real credential is pasted, the agent treats it as compromised and recommends rotation.",
8156
+ "last_verified": "2026-05-17",
8157
+ "path": "agents/marketing/martech-access-governance-review-agent/",
7839
8158
  "harness_variants": {
7840
- "claude-code": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md",
7841
- "cursor": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md"
8159
+ "codex": "agents/marketing/martech-access-governance-review-agent/harnesses/codex.toml",
8160
+ "copilot": "agents/marketing/martech-access-governance-review-agent/harnesses/copilot.agent.md",
8161
+ "claude-code": "agents/marketing/martech-access-governance-review-agent/harnesses/claude-code.agent.md",
8162
+ "cursor": "agents/marketing/martech-access-governance-review-agent/harnesses/cursor.agent.md",
8163
+ "gemini": "agents/marketing/martech-access-governance-review-agent/harnesses/gemini.agent.md",
8164
+ "kiro-ide": "agents/marketing/martech-access-governance-review-agent/harnesses/kiro-ide.agent.md",
8165
+ "kiro-cli": "agents/marketing/martech-access-governance-review-agent/harnesses/kiro-cli.agent.json"
7842
8166
  },
7843
- "lifecycle": "experimental",
7844
- "execution_tier": "read-only-runtime",
7845
8167
  "author": "github: Raishin",
7846
8168
  "version": "0.1.0"
7847
8169
  },
7848
8170
  {
7849
- "id": "nvidia-ngc-nim-supply-chain-governor-agent",
7850
- "name": "NVIDIA NGC and NIM Supply Chain Governor",
8171
+ "id": "nvidia-agentic-ai-platform-review-agent",
8172
+ "name": "NVIDIA Agentic AI Platform Review",
7851
8173
  "type": "agent",
7852
8174
  "provider": "nvidia",
7853
8175
  "harnesses": [
@@ -7858,7 +8180,7 @@
7858
8180
  "gemini",
7859
8181
  "kiro"
7860
8182
  ],
7861
- "summary": "Review NGC and NIM supply chain posture \u2014 NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
8183
+ "summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
7862
8184
  "source_type": "original",
7863
8185
  "official_docs": [
7864
8186
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7869,18 +8191,18 @@
7869
8191
  "https://docs.nvidia.com/networking/",
7870
8192
  "https://docs.nvidia.com/nemo-framework/"
7871
8193
  ],
7872
- "security_notes": "NGC keys with org-wide write scope are publish-anywhere primitives if leaked. Air-gap mirrors copying by tag rather than digest drift silently. NIM model artifacts world-readable on shared hosts are a weight exfiltration path.",
8194
+ "security_notes": "Agent tools loaded from unsigned mutable sources are prompt injection at platform scale. Shared agent memory across tenants is cross-tenant data bleed. Unbounded tool loops are a cost and reliability incident waiting to happen.",
7873
8195
  "last_verified": "2026-05-10",
7874
- "path": "agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent",
8196
+ "path": "agents/nvidia/nvidia-agentic-ai-platform-review-agent",
7875
8197
  "companion_skills": [
7876
- "nvidia-ngc-nim-supply-chain-governor"
8198
+ "nvidia-agentic-ai-platform-review"
7877
8199
  ],
7878
8200
  "author": "github: Raishin",
7879
8201
  "version": "0.1.0"
7880
8202
  },
7881
8203
  {
7882
- "id": "nvidia-tensorrt-llm-deployment-review-agent",
7883
- "name": "NVIDIA TensorRT-LLM Deployment Review",
8204
+ "id": "nvidia-ai-infrastructure-operations-agent",
8205
+ "name": "NVIDIA AI Infrastructure Operations",
7884
8206
  "type": "agent",
7885
8207
  "provider": "nvidia",
7886
8208
  "harnesses": [
@@ -7891,36 +8213,29 @@
7891
8213
  "gemini",
7892
8214
  "kiro"
7893
8215
  ],
7894
- "summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation \u2014 ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
8216
+ "summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge \u2014 driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG posture.",
7895
8217
  "source_type": "original",
7896
8218
  "official_docs": [
7897
- "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
7898
- "https://docs.nvidia.com/deeplearning/tensorrt/quick-start-guide/",
7899
- "https://docs.nvidia.com/deeplearning/tensorrt/best-practices/",
7900
- "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
7901
- "https://docs.nvidia.com/deeplearning/tensorrt/api/"
8219
+ "https://www.nvidia.com/en-us/learn/certification/",
8220
+ "https://docs.nvidia.com/ai-enterprise/",
8221
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8222
+ "https://docs.nvidia.com/nim/",
8223
+ "https://docs.nvidia.com/dcgm/",
8224
+ "https://docs.nvidia.com/networking/",
8225
+ "https://docs.nvidia.com/nemo-framework/"
7902
8226
  ],
7903
- "security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default \u2014 silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` \u2014 it outputs the recommended invocation as text.",
8227
+ "security_notes": "BMC reachable from tenant networks is total compromise of GPU hosts. Drivers outside the AI Enterprise support matrix produce silent ABI breakage. ECC disabled silently corrupts weights and gradients on training workloads.",
7904
8228
  "last_verified": "2026-05-10",
7905
- "path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
8229
+ "path": "agents/nvidia/nvidia-ai-infrastructure-operations-agent",
7906
8230
  "companion_skills": [
7907
- "nvidia-tensorrt-llm-deployment-review"
8231
+ "nvidia-ai-infrastructure-operations"
7908
8232
  ],
7909
- "harness_variants": {
7910
- "codex": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml",
7911
- "copilot": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md",
7912
- "claude-code": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md",
7913
- "cursor": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md",
7914
- "gemini": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md",
7915
- "kiro-ide": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md",
7916
- "kiro-cli": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json"
7917
- },
7918
8233
  "author": "github: Raishin",
7919
8234
  "version": "0.1.0"
7920
8235
  },
7921
8236
  {
7922
- "id": "nvidia-triton-inference-serving-review-agent",
7923
- "name": "NVIDIA Triton Inference Server Review",
8237
+ "id": "nvidia-ai-networking-fabric-review-agent",
8238
+ "name": "NVIDIA AI Networking Fabric Review",
7924
8239
  "type": "agent",
7925
8240
  "provider": "nvidia",
7926
8241
  "harnesses": [
@@ -7931,38 +8246,31 @@
7931
8246
  "gemini",
7932
8247
  "kiro"
7933
8248
  ],
7934
- "summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation \u2014 model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
8249
+ "summary": "Review NVIDIA AI fabric posture per NCP-AIN \u2014 Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
7935
8250
  "source_type": "original",
7936
8251
  "official_docs": [
7937
- "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
7938
- "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/user_guide/model_configuration.html",
7939
- "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/customization_guide/build.html",
7940
- "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
7941
- "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
8252
+ "https://www.nvidia.com/en-us/learn/certification/",
8253
+ "https://docs.nvidia.com/ai-enterprise/",
8254
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8255
+ "https://docs.nvidia.com/nim/",
8256
+ "https://docs.nvidia.com/dcgm/",
8257
+ "https://docs.nvidia.com/networking/",
8258
+ "https://docs.nvidia.com/nemo-framework/"
7942
8259
  ],
7943
- "security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process \u2014 any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests \u2014 it outputs `tritonserver` and `perf_analyzer` invocations as text.",
8260
+ "security_notes": "RoCEv2 without PFC and ECN is not lossless; goodput collapses under congestion. Shared default PKey on multi-tenant InfiniBand removes east-west isolation. Single-switch subnet manager with no failover is a fabric-wide outage path.",
7944
8261
  "last_verified": "2026-05-10",
7945
- "path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
8262
+ "path": "agents/nvidia/nvidia-ai-networking-fabric-review-agent",
7946
8263
  "companion_skills": [
7947
- "nvidia-triton-inference-serving-review"
8264
+ "nvidia-ai-networking-fabric-review"
7948
8265
  ],
7949
- "harness_variants": {
7950
- "codex": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml",
7951
- "copilot": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md",
7952
- "claude-code": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md",
7953
- "cursor": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md",
7954
- "gemini": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md",
7955
- "kiro-ide": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md",
7956
- "kiro-cli": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json"
7957
- },
7958
8266
  "author": "github: Raishin",
7959
8267
  "version": "0.1.0"
7960
8268
  },
7961
8269
  {
7962
- "id": "oci-autonomous-database-architect-agent",
7963
- "name": "OCI Autonomous Database Architect",
8270
+ "id": "nvidia-ai-operations-day2-agent",
8271
+ "name": "NVIDIA AI Operations (Day-2)",
7964
8272
  "type": "agent",
7965
- "provider": "oci",
8273
+ "provider": "nvidia",
7966
8274
  "harnesses": [
7967
8275
  "codex",
7968
8276
  "copilot",
@@ -7971,23 +8279,31 @@
7971
8279
  "gemini",
7972
8280
  "kiro"
7973
8281
  ],
7974
- "summary": "Agent for oci-autonomous-database-architect. OCI Architect and operate Autonomous Database and Autonomous AI Database across serverless, dedicated Exadata, Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS contexts.",
7975
- "source_type": "adapted",
8282
+ "summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO \u2014 DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
8283
+ "source_type": "original",
7976
8284
  "official_docs": [
7977
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
7978
- "https://www.oracle.com/cloud/"
8285
+ "https://www.nvidia.com/en-us/learn/certification/",
8286
+ "https://docs.nvidia.com/ai-enterprise/",
8287
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8288
+ "https://docs.nvidia.com/nim/",
8289
+ "https://docs.nvidia.com/dcgm/",
8290
+ "https://docs.nvidia.com/networking/",
8291
+ "https://docs.nvidia.com/nemo-framework/"
8292
+ ],
8293
+ "security_notes": "Absent DCGM coverage makes a GPU fleet operationally blind. Ungated driver upgrades on production training jobs destroy in-flight work. Unmapped Xid signatures triple incident MTTR.",
8294
+ "last_verified": "2026-05-10",
8295
+ "path": "agents/nvidia/nvidia-ai-operations-day2-agent",
8296
+ "companion_skills": [
8297
+ "nvidia-ai-operations-day2"
7979
8298
  ],
7980
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
7981
- "last_verified": "2026-04-27",
7982
- "path": "agents/oci/oci-autonomous-database-architect-agent",
7983
8299
  "author": "github: Raishin",
7984
- "version": "0.2.0"
8300
+ "version": "0.1.0"
7985
8301
  },
7986
8302
  {
7987
- "id": "oci-certificates-issuer-review-agent",
7988
- "name": "OCI Certificates Issuer Review",
8303
+ "id": "nvidia-cuda-kernel-performance-review-agent",
8304
+ "name": "NVIDIA CUDA Kernel Performance Review",
7989
8305
  "type": "agent",
7990
- "provider": "oci",
8306
+ "provider": "nvidia",
7991
8307
  "harnesses": [
7992
8308
  "codex",
7993
8309
  "copilot",
@@ -7996,24 +8312,38 @@
7996
8312
  "gemini",
7997
8313
  "kiro"
7998
8314
  ],
7999
- "summary": "Review OCI Certificates Service issuer configurations for cert-manager on OKE, covering CA hierarchy safety, issuance rule enforcement, OKE Workload Identity vs Instance Principal authentication, IAM policy scope minimization, OCSP reachability, and certificate version lifecycle management.",
8315
+ "summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation \u2014 memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
8000
8316
  "source_type": "original",
8001
8317
  "official_docs": [
8002
- "https://docs.oracle.com/en-us/iaas/Content/certificates/home.htm",
8003
- "https://docs.oracle.com/en-us/iaas/Content/certificates/managing-certificate-authority.htm",
8004
- "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
8005
- "https://github.com/oracle/oci-native-ingress-controller"
8318
+ "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
8319
+ "https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/",
8320
+ "https://docs.nvidia.com/nsight-compute/",
8321
+ "https://docs.nvidia.com/nsight-systems/",
8322
+ "https://docs.nvidia.com/cuda/profiler-users-guide/"
8006
8323
  ],
8007
- "security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint \u2014 not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
8008
- "last_verified": "2026-05-02",
8009
- "path": "agents/oci/oci-certificates-issuer-review-agent",
8324
+ "security_notes": "Static review only \u2014 the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
8325
+ "last_verified": "2026-05-10",
8326
+ "path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
8327
+ "companion_skills": [
8328
+ "nvidia-cuda-kernel-performance-review"
8329
+ ],
8330
+ "harness_variants": {
8331
+ "codex": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml",
8332
+ "copilot": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md",
8333
+ "claude-code": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md",
8334
+ "cursor": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md",
8335
+ "gemini": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md",
8336
+ "kiro-ide": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md",
8337
+ "kiro-cli": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json"
8338
+ },
8339
+ "author": "github: Raishin",
8010
8340
  "version": "0.1.0"
8011
8341
  },
8012
8342
  {
8013
- "id": "oci-cloud-guard-responder-agent",
8014
- "name": "OCI Cloud Guard Responder",
8343
+ "id": "nvidia-generative-ai-platform-review-agent",
8344
+ "name": "NVIDIA Generative AI Platform Review",
8015
8345
  "type": "agent",
8016
- "provider": "oci",
8346
+ "provider": "nvidia",
8017
8347
  "harnesses": [
8018
8348
  "codex",
8019
8349
  "copilot",
@@ -8022,23 +8352,31 @@
8022
8352
  "gemini",
8023
8353
  "kiro"
8024
8354
  ],
8025
- "summary": "Agent for oci-cloud-guard-responder. Triage and govern OCI Cloud Guard problems, targets, responder recipes, detector findings, and security remediation safely.",
8026
- "source_type": "adapted",
8355
+ "summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL \u2014 NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, and guardrails posture.",
8356
+ "source_type": "original",
8027
8357
  "official_docs": [
8028
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8029
- "https://www.oracle.com/cloud/"
8358
+ "https://www.nvidia.com/en-us/learn/certification/",
8359
+ "https://docs.nvidia.com/ai-enterprise/",
8360
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8361
+ "https://docs.nvidia.com/nim/",
8362
+ "https://docs.nvidia.com/dcgm/",
8363
+ "https://docs.nvidia.com/networking/",
8364
+ "https://docs.nvidia.com/nemo-framework/"
8365
+ ],
8366
+ "security_notes": "NIM containers pulled without cosign verification have unverified image trust. Missing model cards block audit reconstruction. NeMo Guardrails bypassable on externally exposed LLM endpoints is critical for regulated workloads.",
8367
+ "last_verified": "2026-05-10",
8368
+ "path": "agents/nvidia/nvidia-generative-ai-platform-review-agent",
8369
+ "companion_skills": [
8370
+ "nvidia-generative-ai-platform-review"
8030
8371
  ],
8031
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8032
- "last_verified": "2026-04-27",
8033
- "path": "agents/oci/oci-cloud-guard-responder-agent",
8034
8372
  "author": "github: Raishin",
8035
- "version": "0.2.0"
8373
+ "version": "0.1.0"
8036
8374
  },
8037
8375
  {
8038
- "id": "oci-compute-instance-agent-operator-agent",
8039
- "name": "OCI Compute Instance Agent Operator",
8376
+ "id": "nvidia-gpu-operator-kubernetes-hardening-agent",
8377
+ "name": "NVIDIA GPU Operator on Kubernetes Hardening",
8040
8378
  "type": "agent",
8041
- "provider": "oci",
8379
+ "provider": "nvidia",
8042
8380
  "harnesses": [
8043
8381
  "codex",
8044
8382
  "copilot",
@@ -8047,23 +8385,31 @@
8047
8385
  "gemini",
8048
8386
  "kiro"
8049
8387
  ],
8050
- "summary": "Agent for oci-compute-instance-agent-operator. Operate OCI Compute Instance Agent commands and executions safely for diagnostics, automation, and remediation.",
8051
- "source_type": "adapted",
8388
+ "summary": "Review NVIDIA GPU Operator on Kubernetes \u2014 device plugin, MIG manager, node feature discovery, time-sliced GPUs, container toolkit, securityContext posture, and namespace tenancy boundaries.",
8389
+ "source_type": "original",
8052
8390
  "official_docs": [
8053
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8054
- "https://www.oracle.com/cloud/"
8391
+ "https://www.nvidia.com/en-us/learn/certification/",
8392
+ "https://docs.nvidia.com/ai-enterprise/",
8393
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8394
+ "https://docs.nvidia.com/nim/",
8395
+ "https://docs.nvidia.com/dcgm/",
8396
+ "https://docs.nvidia.com/networking/",
8397
+ "https://docs.nvidia.com/nemo-framework/"
8398
+ ],
8399
+ "security_notes": "Tenant workloads with privileged:true escalate across the GPU Operator boundary. Time-sliced GPUs shared across namespaces without admission gating are a side-channel and noisy-neighbor risk. Tag-pulled GPU Operator images allow silent rollback to compromised versions.",
8400
+ "last_verified": "2026-05-10",
8401
+ "path": "agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent",
8402
+ "companion_skills": [
8403
+ "nvidia-gpu-operator-kubernetes-hardening"
8055
8404
  ],
8056
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8057
- "last_verified": "2026-04-27",
8058
- "path": "agents/oci/oci-compute-instance-agent-operator-agent",
8059
8405
  "author": "github: Raishin",
8060
- "version": "0.2.0"
8406
+ "version": "0.1.0"
8061
8407
  },
8062
8408
  {
8063
- "id": "oci-compute-platform-operator-agent",
8064
- "name": "OCI Compute Platform Operator",
8409
+ "id": "nvidia-maestro-agent",
8410
+ "name": "NVIDIA Maestro",
8065
8411
  "type": "agent",
8066
- "provider": "oci",
8412
+ "provider": "nvidia",
8067
8413
  "harnesses": [
8068
8414
  "codex",
8069
8415
  "copilot",
@@ -8072,48 +8418,73 @@
8072
8418
  "gemini",
8073
8419
  "kiro"
8074
8420
  ],
8075
- "summary": "Agent for oci-compute-platform-operator. Operate OCI Compute instances and platform capacity safely with compartment/region confirmation, instance lifecycle guardrails, least-privilege IAM checks, MCP/CLI discovery, and rollback-aware change plans.",
8421
+ "summary": "Per-provider router for the NVIDIA stack. Classifies the user's task across CUDA, TensorRT, Triton, NIM, NeMo, NGC, DCGM, GPU Operator, and AI fabric domains and dispatches to the narrowest specialist or a parallel team (max 4). Enforces a runtime-evidence gate before routing to the live promotion gatekeeper.",
8076
8422
  "source_type": "adapted",
8077
8423
  "official_docs": [
8078
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8079
- "https://www.oracle.com/cloud/"
8424
+ "https://docs.nvidia.com/",
8425
+ "https://www.nvidia.com/en-us/learn/certification/",
8426
+ "https://docs.nvidia.com/ai-enterprise/",
8427
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8428
+ "https://docs.nvidia.com/nim/"
8429
+ ],
8430
+ "security_notes": "Runtime-evidence gate is non-negotiable: nvidia-model-promotion-gatekeeper-agent must never be auto-dispatched. Always surface blast-radius assessment and rollback path and require explicit written human confirmation before routing to the gatekeeper.",
8431
+ "last_verified": "2026-05-11",
8432
+ "path": "agents/nvidia/nvidia-maestro-agent",
8433
+ "harness_variants": {
8434
+ "codex": "agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml",
8435
+ "copilot": "agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md",
8436
+ "claude-code": "agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md",
8437
+ "cursor": "agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md",
8438
+ "gemini": "agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md",
8439
+ "kiro-ide": "agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md",
8440
+ "kiro-cli": "agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json"
8441
+ },
8442
+ "companion_skills": [
8443
+ "nvidia-maestro"
8080
8444
  ],
8081
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8082
- "last_verified": "2026-04-27",
8083
- "path": "agents/oci/oci-compute-platform-operator-agent",
8084
8445
  "author": "github: Raishin",
8085
- "version": "0.2.0"
8446
+ "version": "0.1.0"
8086
8447
  },
8087
8448
  {
8088
- "id": "oci-cost-finops-analyst-agent",
8089
- "name": "OCI Cost Finops Analyst",
8449
+ "id": "nvidia-model-promotion-gatekeeper-agent",
8450
+ "name": "NVIDIA Model Promotion Gatekeeper",
8090
8451
  "type": "agent",
8091
- "provider": "oci",
8452
+ "provider": "nvidia",
8092
8453
  "harnesses": [
8093
- "codex",
8094
- "copilot",
8095
8454
  "claude-code",
8096
- "cursor",
8097
- "gemini",
8098
- "kiro"
8455
+ "cursor"
8099
8456
  ],
8100
- "summary": "Agent for oci-cost-finops-analyst. Analyze Oracle Cloud Infrastructure cost, usage, budgets, tagging, rightsizing, commitment coverage, and FinOps governance.",
8101
- "source_type": "adapted",
8457
+ "summary": "Live-execution gatekeeper that decides promote/block/manual-review for an NVIDIA NIM container moving from staging to production. Runs an allowlisted set of cosign/crane/oras/grype commands and emits a cosign-signable attestation JSON. Two harnesses by deliberate scope choice; broader fan-out requires per-harness allowlist audit.",
8458
+ "source_type": "original",
8102
8459
  "official_docs": [
8103
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8104
- "https://www.oracle.com/cloud/"
8460
+ "https://docs.nvidia.com/nim/",
8461
+ "https://docs.nvidia.com/ai-enterprise/",
8462
+ "https://docs.sigstore.dev/cosign/verifying/verify/",
8463
+ "https://docs.sigstore.dev/cosign/key_management/",
8464
+ "https://github.com/google/go-containerregistry/tree/main/cmd/crane",
8465
+ "https://oras.land/docs/category/oras-commands",
8466
+ "https://github.com/anchore/grype"
8105
8467
  ],
8106
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8107
- "last_verified": "2026-04-27",
8108
- "path": "agents/oci/oci-cost-finops-analyst-agent",
8468
+ "security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only \u2014 no docker pull, no kubectl, no registry write, no sign action (operator signs the attestation). Credential flag values scrubbed from provenance output.",
8469
+ "last_verified": "2026-05-11",
8470
+ "path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
8471
+ "companion_skills": [
8472
+ "nvidia-model-promotion-gatekeeper"
8473
+ ],
8474
+ "harness_variants": {
8475
+ "claude-code": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md",
8476
+ "cursor": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md"
8477
+ },
8478
+ "lifecycle": "experimental",
8479
+ "execution_tier": "read-only-runtime",
8109
8480
  "author": "github: Raishin",
8110
- "version": "0.2.0"
8481
+ "version": "0.1.0"
8111
8482
  },
8112
8483
  {
8113
- "id": "oci-database-platform-dba-agent",
8114
- "name": "OCI Database Platform Dba",
8484
+ "id": "nvidia-ngc-nim-supply-chain-governor-agent",
8485
+ "name": "NVIDIA NGC and NIM Supply Chain Governor",
8115
8486
  "type": "agent",
8116
- "provider": "oci",
8487
+ "provider": "nvidia",
8117
8488
  "harnesses": [
8118
8489
  "codex",
8119
8490
  "copilot",
@@ -8122,23 +8493,31 @@
8122
8493
  "gemini",
8123
8494
  "kiro"
8124
8495
  ],
8125
- "summary": "Agent for oci-database-platform-dba. Operate as a ruthless OCI database platform DBA for DB systems, Autonomous Database, Exadata, backups, patching, performance triage, capacity, and IAM-scoped database operations.",
8126
- "source_type": "adapted",
8496
+ "summary": "Review NGC and NIM supply chain posture \u2014 NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
8497
+ "source_type": "original",
8127
8498
  "official_docs": [
8128
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8129
- "https://www.oracle.com/cloud/"
8499
+ "https://www.nvidia.com/en-us/learn/certification/",
8500
+ "https://docs.nvidia.com/ai-enterprise/",
8501
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
8502
+ "https://docs.nvidia.com/nim/",
8503
+ "https://docs.nvidia.com/dcgm/",
8504
+ "https://docs.nvidia.com/networking/",
8505
+ "https://docs.nvidia.com/nemo-framework/"
8506
+ ],
8507
+ "security_notes": "NGC keys with org-wide write scope are publish-anywhere primitives if leaked. Air-gap mirrors copying by tag rather than digest drift silently. NIM model artifacts world-readable on shared hosts are a weight exfiltration path.",
8508
+ "last_verified": "2026-05-10",
8509
+ "path": "agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent",
8510
+ "companion_skills": [
8511
+ "nvidia-ngc-nim-supply-chain-governor"
8130
8512
  ],
8131
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8132
- "last_verified": "2026-04-27",
8133
- "path": "agents/oci/oci-database-platform-dba-agent",
8134
8513
  "author": "github: Raishin",
8135
- "version": "0.2.0"
8514
+ "version": "0.1.0"
8136
8515
  },
8137
8516
  {
8138
- "id": "oci-dbtools-sql-analyst-agent",
8139
- "name": "OCI Dbtools Sql Analyst",
8517
+ "id": "nvidia-tensorrt-llm-deployment-review-agent",
8518
+ "name": "NVIDIA TensorRT-LLM Deployment Review",
8140
8519
  "type": "agent",
8141
- "provider": "oci",
8520
+ "provider": "nvidia",
8142
8521
  "harnesses": [
8143
8522
  "codex",
8144
8523
  "copilot",
@@ -8147,23 +8526,38 @@
8147
8526
  "gemini",
8148
8527
  "kiro"
8149
8528
  ],
8150
- "summary": "Agent for oci-dbtools-sql-analyst. Use OCI Database Tools and database documentation safely for SQL inspection, report definitions, table metadata, and controlled query execution.",
8151
- "source_type": "adapted",
8529
+ "summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation \u2014 ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
8530
+ "source_type": "original",
8152
8531
  "official_docs": [
8153
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8154
- "https://www.oracle.com/cloud/"
8532
+ "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
8533
+ "https://docs.nvidia.com/deeplearning/tensorrt/quick-start-guide/",
8534
+ "https://docs.nvidia.com/deeplearning/tensorrt/best-practices/",
8535
+ "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
8536
+ "https://docs.nvidia.com/deeplearning/tensorrt/api/"
8155
8537
  ],
8156
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8157
- "last_verified": "2026-04-27",
8158
- "path": "agents/oci/oci-dbtools-sql-analyst-agent",
8538
+ "security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default \u2014 silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` \u2014 it outputs the recommended invocation as text.",
8539
+ "last_verified": "2026-05-10",
8540
+ "path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
8541
+ "companion_skills": [
8542
+ "nvidia-tensorrt-llm-deployment-review"
8543
+ ],
8544
+ "harness_variants": {
8545
+ "codex": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml",
8546
+ "copilot": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md",
8547
+ "claude-code": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md",
8548
+ "cursor": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md",
8549
+ "gemini": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md",
8550
+ "kiro-ide": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md",
8551
+ "kiro-cli": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json"
8552
+ },
8159
8553
  "author": "github: Raishin",
8160
- "version": "0.2.0"
8554
+ "version": "0.1.0"
8161
8555
  },
8162
8556
  {
8163
- "id": "oci-devops-container-platform-engineer-agent",
8164
- "name": "OCI Devops Container Platform Engineer",
8557
+ "id": "nvidia-triton-inference-serving-review-agent",
8558
+ "name": "NVIDIA Triton Inference Server Review",
8165
8559
  "type": "agent",
8166
- "provider": "oci",
8560
+ "provider": "nvidia",
8167
8561
  "harnesses": [
8168
8562
  "codex",
8169
8563
  "copilot",
@@ -8172,21 +8566,36 @@
8172
8566
  "gemini",
8173
8567
  "kiro"
8174
8568
  ],
8175
- "summary": "Agent for oci-devops-container-platform-engineer. Engineer and review Oracle Cloud Infrastructure DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform, and container runtime workflows.",
8176
- "source_type": "adapted",
8569
+ "summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation \u2014 model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
8570
+ "source_type": "original",
8177
8571
  "official_docs": [
8178
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8179
- "https://www.oracle.com/cloud/"
8572
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
8573
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/user_guide/model_configuration.html",
8574
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/customization_guide/build.html",
8575
+ "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
8576
+ "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
8180
8577
  ],
8181
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8182
- "last_verified": "2026-04-27",
8183
- "path": "agents/oci/oci-devops-container-platform-engineer-agent",
8578
+ "security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process \u2014 any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests \u2014 it outputs `tritonserver` and `perf_analyzer` invocations as text.",
8579
+ "last_verified": "2026-05-10",
8580
+ "path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
8581
+ "companion_skills": [
8582
+ "nvidia-triton-inference-serving-review"
8583
+ ],
8584
+ "harness_variants": {
8585
+ "codex": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml",
8586
+ "copilot": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md",
8587
+ "claude-code": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md",
8588
+ "cursor": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md",
8589
+ "gemini": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md",
8590
+ "kiro-ide": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md",
8591
+ "kiro-cli": "agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json"
8592
+ },
8184
8593
  "author": "github: Raishin",
8185
- "version": "0.2.0"
8594
+ "version": "0.1.0"
8186
8595
  },
8187
8596
  {
8188
- "id": "oci-exadata-platform-architect-agent",
8189
- "name": "OCI Exadata Platform Architect",
8597
+ "id": "oci-autonomous-database-architect-agent",
8598
+ "name": "OCI Autonomous Database Architect",
8190
8599
  "type": "agent",
8191
8600
  "provider": "oci",
8192
8601
  "harnesses": [
@@ -8197,7 +8606,7 @@
8197
8606
  "gemini",
8198
8607
  "kiro"
8199
8608
  ],
8200
- "summary": "Agent for oci-exadata-platform-architect. OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS.",
8609
+ "summary": "Agent for oci-autonomous-database-architect. OCI Architect and operate Autonomous Database and Autonomous AI Database across serverless, dedicated Exadata, Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS contexts.",
8201
8610
  "source_type": "adapted",
8202
8611
  "official_docs": [
8203
8612
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -8205,13 +8614,13 @@
8205
8614
  ],
8206
8615
  "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8207
8616
  "last_verified": "2026-04-27",
8208
- "path": "agents/oci/oci-exadata-platform-architect-agent",
8617
+ "path": "agents/oci/oci-autonomous-database-architect-agent",
8209
8618
  "author": "github: Raishin",
8210
8619
  "version": "0.2.0"
8211
8620
  },
8212
8621
  {
8213
- "id": "oci-fusion-apps-environment-operator-agent",
8214
- "name": "OCI Fusion Apps Environment Operator",
8622
+ "id": "oci-certificates-issuer-review-agent",
8623
+ "name": "OCI Certificates Issuer Review",
8215
8624
  "type": "agent",
8216
8625
  "provider": "oci",
8217
8626
  "harnesses": [
@@ -8222,13 +8631,239 @@
8222
8631
  "gemini",
8223
8632
  "kiro"
8224
8633
  ],
8225
- "summary": "Agent for oci-fusion-apps-environment-operator. OCI Review Fusion Apps as a Service environment families, environments, lifecycle status, availability, and operational readiness.",
8226
- "source_type": "adapted",
8634
+ "summary": "Review OCI Certificates Service issuer configurations for cert-manager on OKE, covering CA hierarchy safety, issuance rule enforcement, OKE Workload Identity vs Instance Principal authentication, IAM policy scope minimization, OCSP reachability, and certificate version lifecycle management.",
8635
+ "source_type": "original",
8227
8636
  "official_docs": [
8228
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8229
- "https://www.oracle.com/cloud/"
8230
- ],
8231
- "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8637
+ "https://docs.oracle.com/en-us/iaas/Content/certificates/home.htm",
8638
+ "https://docs.oracle.com/en-us/iaas/Content/certificates/managing-certificate-authority.htm",
8639
+ "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
8640
+ "https://github.com/oracle/oci-native-ingress-controller"
8641
+ ],
8642
+ "security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint \u2014 not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
8643
+ "last_verified": "2026-05-02",
8644
+ "path": "agents/oci/oci-certificates-issuer-review-agent",
8645
+ "version": "0.1.0"
8646
+ },
8647
+ {
8648
+ "id": "oci-cloud-guard-responder-agent",
8649
+ "name": "OCI Cloud Guard Responder",
8650
+ "type": "agent",
8651
+ "provider": "oci",
8652
+ "harnesses": [
8653
+ "codex",
8654
+ "copilot",
8655
+ "claude-code",
8656
+ "cursor",
8657
+ "gemini",
8658
+ "kiro"
8659
+ ],
8660
+ "summary": "Agent for oci-cloud-guard-responder. Triage and govern OCI Cloud Guard problems, targets, responder recipes, detector findings, and security remediation safely.",
8661
+ "source_type": "adapted",
8662
+ "official_docs": [
8663
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8664
+ "https://www.oracle.com/cloud/"
8665
+ ],
8666
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8667
+ "last_verified": "2026-04-27",
8668
+ "path": "agents/oci/oci-cloud-guard-responder-agent",
8669
+ "author": "github: Raishin",
8670
+ "version": "0.2.0"
8671
+ },
8672
+ {
8673
+ "id": "oci-compute-instance-agent-operator-agent",
8674
+ "name": "OCI Compute Instance Agent Operator",
8675
+ "type": "agent",
8676
+ "provider": "oci",
8677
+ "harnesses": [
8678
+ "codex",
8679
+ "copilot",
8680
+ "claude-code",
8681
+ "cursor",
8682
+ "gemini",
8683
+ "kiro"
8684
+ ],
8685
+ "summary": "Agent for oci-compute-instance-agent-operator. Operate OCI Compute Instance Agent commands and executions safely for diagnostics, automation, and remediation.",
8686
+ "source_type": "adapted",
8687
+ "official_docs": [
8688
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8689
+ "https://www.oracle.com/cloud/"
8690
+ ],
8691
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8692
+ "last_verified": "2026-04-27",
8693
+ "path": "agents/oci/oci-compute-instance-agent-operator-agent",
8694
+ "author": "github: Raishin",
8695
+ "version": "0.2.0"
8696
+ },
8697
+ {
8698
+ "id": "oci-compute-platform-operator-agent",
8699
+ "name": "OCI Compute Platform Operator",
8700
+ "type": "agent",
8701
+ "provider": "oci",
8702
+ "harnesses": [
8703
+ "codex",
8704
+ "copilot",
8705
+ "claude-code",
8706
+ "cursor",
8707
+ "gemini",
8708
+ "kiro"
8709
+ ],
8710
+ "summary": "Agent for oci-compute-platform-operator. Operate OCI Compute instances and platform capacity safely with compartment/region confirmation, instance lifecycle guardrails, least-privilege IAM checks, MCP/CLI discovery, and rollback-aware change plans.",
8711
+ "source_type": "adapted",
8712
+ "official_docs": [
8713
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8714
+ "https://www.oracle.com/cloud/"
8715
+ ],
8716
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8717
+ "last_verified": "2026-04-27",
8718
+ "path": "agents/oci/oci-compute-platform-operator-agent",
8719
+ "author": "github: Raishin",
8720
+ "version": "0.2.0"
8721
+ },
8722
+ {
8723
+ "id": "oci-cost-finops-analyst-agent",
8724
+ "name": "OCI Cost Finops Analyst",
8725
+ "type": "agent",
8726
+ "provider": "oci",
8727
+ "harnesses": [
8728
+ "codex",
8729
+ "copilot",
8730
+ "claude-code",
8731
+ "cursor",
8732
+ "gemini",
8733
+ "kiro"
8734
+ ],
8735
+ "summary": "Agent for oci-cost-finops-analyst. Analyze Oracle Cloud Infrastructure cost, usage, budgets, tagging, rightsizing, commitment coverage, and FinOps governance.",
8736
+ "source_type": "adapted",
8737
+ "official_docs": [
8738
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8739
+ "https://www.oracle.com/cloud/"
8740
+ ],
8741
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8742
+ "last_verified": "2026-04-27",
8743
+ "path": "agents/oci/oci-cost-finops-analyst-agent",
8744
+ "author": "github: Raishin",
8745
+ "version": "0.2.0"
8746
+ },
8747
+ {
8748
+ "id": "oci-database-platform-dba-agent",
8749
+ "name": "OCI Database Platform Dba",
8750
+ "type": "agent",
8751
+ "provider": "oci",
8752
+ "harnesses": [
8753
+ "codex",
8754
+ "copilot",
8755
+ "claude-code",
8756
+ "cursor",
8757
+ "gemini",
8758
+ "kiro"
8759
+ ],
8760
+ "summary": "Agent for oci-database-platform-dba. Operate as a ruthless OCI database platform DBA for DB systems, Autonomous Database, Exadata, backups, patching, performance triage, capacity, and IAM-scoped database operations.",
8761
+ "source_type": "adapted",
8762
+ "official_docs": [
8763
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8764
+ "https://www.oracle.com/cloud/"
8765
+ ],
8766
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8767
+ "last_verified": "2026-04-27",
8768
+ "path": "agents/oci/oci-database-platform-dba-agent",
8769
+ "author": "github: Raishin",
8770
+ "version": "0.2.0"
8771
+ },
8772
+ {
8773
+ "id": "oci-dbtools-sql-analyst-agent",
8774
+ "name": "OCI Dbtools Sql Analyst",
8775
+ "type": "agent",
8776
+ "provider": "oci",
8777
+ "harnesses": [
8778
+ "codex",
8779
+ "copilot",
8780
+ "claude-code",
8781
+ "cursor",
8782
+ "gemini",
8783
+ "kiro"
8784
+ ],
8785
+ "summary": "Agent for oci-dbtools-sql-analyst. Use OCI Database Tools and database documentation safely for SQL inspection, report definitions, table metadata, and controlled query execution.",
8786
+ "source_type": "adapted",
8787
+ "official_docs": [
8788
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8789
+ "https://www.oracle.com/cloud/"
8790
+ ],
8791
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8792
+ "last_verified": "2026-04-27",
8793
+ "path": "agents/oci/oci-dbtools-sql-analyst-agent",
8794
+ "author": "github: Raishin",
8795
+ "version": "0.2.0"
8796
+ },
8797
+ {
8798
+ "id": "oci-devops-container-platform-engineer-agent",
8799
+ "name": "OCI Devops Container Platform Engineer",
8800
+ "type": "agent",
8801
+ "provider": "oci",
8802
+ "harnesses": [
8803
+ "codex",
8804
+ "copilot",
8805
+ "claude-code",
8806
+ "cursor",
8807
+ "gemini",
8808
+ "kiro"
8809
+ ],
8810
+ "summary": "Agent for oci-devops-container-platform-engineer. Engineer and review Oracle Cloud Infrastructure DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform, and container runtime workflows.",
8811
+ "source_type": "adapted",
8812
+ "official_docs": [
8813
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8814
+ "https://www.oracle.com/cloud/"
8815
+ ],
8816
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8817
+ "last_verified": "2026-04-27",
8818
+ "path": "agents/oci/oci-devops-container-platform-engineer-agent",
8819
+ "author": "github: Raishin",
8820
+ "version": "0.2.0"
8821
+ },
8822
+ {
8823
+ "id": "oci-exadata-platform-architect-agent",
8824
+ "name": "OCI Exadata Platform Architect",
8825
+ "type": "agent",
8826
+ "provider": "oci",
8827
+ "harnesses": [
8828
+ "codex",
8829
+ "copilot",
8830
+ "claude-code",
8831
+ "cursor",
8832
+ "gemini",
8833
+ "kiro"
8834
+ ],
8835
+ "summary": "Agent for oci-exadata-platform-architect. OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS.",
8836
+ "source_type": "adapted",
8837
+ "official_docs": [
8838
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8839
+ "https://www.oracle.com/cloud/"
8840
+ ],
8841
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8842
+ "last_verified": "2026-04-27",
8843
+ "path": "agents/oci/oci-exadata-platform-architect-agent",
8844
+ "author": "github: Raishin",
8845
+ "version": "0.2.0"
8846
+ },
8847
+ {
8848
+ "id": "oci-fusion-apps-environment-operator-agent",
8849
+ "name": "OCI Fusion Apps Environment Operator",
8850
+ "type": "agent",
8851
+ "provider": "oci",
8852
+ "harnesses": [
8853
+ "codex",
8854
+ "copilot",
8855
+ "claude-code",
8856
+ "cursor",
8857
+ "gemini",
8858
+ "kiro"
8859
+ ],
8860
+ "summary": "Agent for oci-fusion-apps-environment-operator. OCI Review Fusion Apps as a Service environment families, environments, lifecycle status, availability, and operational readiness.",
8861
+ "source_type": "adapted",
8862
+ "official_docs": [
8863
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8864
+ "https://www.oracle.com/cloud/"
8865
+ ],
8866
+ "security_notes": "OCI agents can inspect or guide changes to cloud resources. Use least-privilege access, read-only discovery first, and explicit approval for mutations.",
8232
8867
  "last_verified": "2026-04-27",
8233
8868
  "path": "agents/oci/oci-fusion-apps-environment-operator-agent",
8234
8869
  "author": "github: Raishin",
@@ -9160,38 +9795,34 @@
9160
9795
  "version": "0.1.0"
9161
9796
  },
9162
9797
  {
9163
- "id": "prometheus-alerting-cardinality-review-agent",
9164
- "name": "Prometheus Alerting and Cardinality Review Agent",
9798
+ "id": "playwright-e2e-execution-run-agent",
9799
+ "name": "Playwright E2E Execution Run Agent",
9165
9800
  "type": "agent",
9166
- "provider": "prometheus",
9801
+ "provider": "generic",
9167
9802
  "harnesses": [
9168
- "codex",
9169
- "copilot",
9170
9803
  "claude-code",
9171
- "cursor",
9172
- "gemini",
9173
- "kiro"
9804
+ "cursor"
9174
9805
  ],
9175
- "summary": "Review Prometheus and AlertManager configuration for cardinality risks, alert correctness, scrape security, routing safety, and retention adequacy.",
9806
+ "summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation \u2014 pass/fail/flaky counts and trace artifact locations. Read-only-runtime tier.",
9176
9807
  "source_type": "original",
9177
9808
  "official_docs": [
9178
- "https://prometheus.io/docs/prometheus/latest/querying/basics/",
9179
- "https://prometheus.io/docs/practices/naming/",
9180
- "https://prometheus.io/docs/practices/alerting/",
9181
- "https://prometheus.io/docs/alerting/latest/alertmanager/",
9182
- "https://prometheus.io/docs/prometheus/latest/storage/",
9183
- "https://prometheus.io/docs/practices/remote_write/"
9809
+ "https://playwright.dev/docs/test-cli",
9810
+ "https://playwright.dev/docs/running-tests",
9811
+ "https://playwright.dev/docs/test-reporters",
9812
+ "https://playwright.dev/docs/trace-viewer",
9813
+ "https://playwright.dev/docs/ci"
9184
9814
  ],
9185
- "security_notes": "honor_labels: true on untrusted scrape targets allows the scraped workload to override job/instance labels, enabling metric spoofing. Scrape configs pointing to external HTTP endpoints are SSRF candidates.",
9186
- "last_verified": "2026-05-02",
9187
- "path": "agents/prometheus/prometheus-alerting-cardinality-review-agent",
9815
+ "security_notes": "Live-execution agent, read-only-runtime tier. Default mode is static and runs nothing; runtime execution is a per-session opt-in requiring explicit operator confirmation of a non-production target. Allowlisted commands only \u2014 npx playwright test, install, show-report. Refuses production targets. Never accepts or echoes credentials, tokens, or storageState. Incomplete runs degrade to manual-review, never auto-pass.",
9816
+ "last_verified": "2026-05-17",
9817
+ "path": "agents/qa/playwright-e2e-execution-run-agent",
9818
+ "author": "github: Raishin",
9188
9819
  "version": "0.1.0"
9189
9820
  },
9190
9821
  {
9191
- "id": "scaleway-cost-optimizer-agent",
9192
- "name": "Scaleway Cost Optimizer",
9822
+ "id": "playwright-e2e-suite-review-agent",
9823
+ "name": "Playwright E2E Suite Review Agent",
9193
9824
  "type": "agent",
9194
- "provider": "scaleway",
9825
+ "provider": "generic",
9195
9826
  "harnesses": [
9196
9827
  "codex",
9197
9828
  "copilot",
@@ -9200,10 +9831,165 @@
9200
9831
  "gemini",
9201
9832
  "kiro"
9202
9833
  ],
9203
- "summary": "Advisory agent for Scaleway cost analysis: instance type rightsizing, reserved instance utilization, idle Object Storage and SBS volumes, Serverless function cold-start cost, and Cockpit observability spend.",
9834
+ "summary": "Review Playwright spec files, config, and CI workflows for flakiness, selector brittleness, test isolation defects, retry masking, and CI reliability.",
9204
9835
  "source_type": "original",
9205
9836
  "official_docs": [
9206
- "https://www.scaleway.com/en/pricing/",
9837
+ "https://playwright.dev/docs/best-practices",
9838
+ "https://playwright.dev/docs/locators",
9839
+ "https://playwright.dev/docs/test-assertions",
9840
+ "https://playwright.dev/docs/test-retries",
9841
+ "https://playwright.dev/docs/test-parallel",
9842
+ "https://playwright.dev/docs/test-sharding",
9843
+ "https://playwright.dev/docs/trace-viewer"
9844
+ ],
9845
+ "security_notes": "Static review only \u2014 never executes the suite, launches browsers, or contacts a target application. Never requests live URLs with embedded credentials, bearer tokens, real storageState files, or .env secrets.",
9846
+ "last_verified": "2026-05-17",
9847
+ "path": "agents/qa/playwright-e2e-suite-review-agent",
9848
+ "author": "github: Raishin",
9849
+ "version": "0.1.0"
9850
+ },
9851
+ {
9852
+ "id": "plc-control-logic-safety-review-agent",
9853
+ "name": "PLC Control Logic Safety Review Agent",
9854
+ "type": "agent",
9855
+ "provider": "generic",
9856
+ "harnesses": [
9857
+ "codex",
9858
+ "copilot",
9859
+ "claude-code",
9860
+ "cursor",
9861
+ "gemini",
9862
+ "kiro"
9863
+ ],
9864
+ "summary": "Statically review exported IEC 61131-3 PLC program logic for safety and reliability defects \u2014 E-stop implementation, output fail-safe paths, latch integrity, memory-write races, forced I/O, interlock bypass governance, timer determinism, and watchdog coverage.",
9865
+ "source_type": "original",
9866
+ "official_docs": [
9867
+ "https://plcopen.org/iec-61131-3",
9868
+ "https://webstore.iec.ch/publication/4552",
9869
+ "https://webstore.iec.ch/publication/22273",
9870
+ "https://webstore.iec.ch/publication/26037",
9871
+ "https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_structure_application_objects.html"
9872
+ ],
9873
+ "security_notes": "Static review only \u2014 never connects to a live PLC, never writes to a controller, never advises bypassing a safety function. Never requests live controller IP addresses, plant-network hostnames, historian credentials, or production asset identifiers. Ask for sanitized, anonymized exports only.",
9874
+ "last_verified": "2026-05-17",
9875
+ "path": "agents/qa/plc-control-logic-safety-review-agent",
9876
+ "author": "github: Raishin",
9877
+ "version": "0.1.0"
9878
+ },
9879
+ {
9880
+ "id": "programmatic-supply-chain-integrity-review-agent",
9881
+ "name": "Programmatic Supply Chain Integrity Review Agent",
9882
+ "type": "agent",
9883
+ "provider": "marketing",
9884
+ "harnesses": [
9885
+ "codex",
9886
+ "copilot",
9887
+ "claude-code",
9888
+ "cursor",
9889
+ "gemini",
9890
+ "kiro"
9891
+ ],
9892
+ "summary": "Review ads.txt, app-ads.txt, and sellers.json files for a publisher or advertiser's programmatic supply chain to detect unauthorized resellers, domain-spoofing exposure, and SupplyChain Object gaps.",
9893
+ "companion_skills": [
9894
+ "programmatic-supply-chain-integrity-review"
9895
+ ],
9896
+ "source_type": "original",
9897
+ "official_docs": [
9898
+ "https://iabtechlab.com/ads-txt/",
9899
+ "https://iabtechlab.com/sellers-json/",
9900
+ "https://iabtechlab.com/supplychain-object/",
9901
+ "https://mediaratingcouncil.org/sites/default/files/Standards/MRC%20Invalid%20Traffic%20Detection%20and%20Filtration%20Guidelines%20Addendum.pdf",
9902
+ "https://iabtechlab.com/app-ads-txt/"
9903
+ ],
9904
+ "security_notes": "Read-only advisory. Works from raw pasted text of ads.txt, app-ads.txt, and sellers.json files only; never requests DSP credentials, exchange account tokens, bid-stream logs, or revenue reports. These files are publicly resolvable at domain roots; no live crawl of production endpoints is performed.",
9905
+ "last_verified": "2026-05-17",
9906
+ "path": "agents/marketing/programmatic-supply-chain-integrity-review-agent/",
9907
+ "harness_variants": {
9908
+ "codex": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/codex.toml",
9909
+ "copilot": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/copilot.agent.md",
9910
+ "claude-code": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/claude-code.agent.md",
9911
+ "cursor": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/cursor.agent.md",
9912
+ "gemini": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/gemini.agent.md",
9913
+ "kiro-ide": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/kiro-ide.agent.md",
9914
+ "kiro-cli": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/kiro-cli.agent.json"
9915
+ },
9916
+ "author": "github: Raishin",
9917
+ "version": "0.1.0"
9918
+ },
9919
+ {
9920
+ "id": "prometheus-alerting-cardinality-review-agent",
9921
+ "name": "Prometheus Alerting and Cardinality Review Agent",
9922
+ "type": "agent",
9923
+ "provider": "prometheus",
9924
+ "harnesses": [
9925
+ "codex",
9926
+ "copilot",
9927
+ "claude-code",
9928
+ "cursor",
9929
+ "gemini",
9930
+ "kiro"
9931
+ ],
9932
+ "summary": "Review Prometheus and AlertManager configuration for cardinality risks, alert correctness, scrape security, routing safety, and retention adequacy.",
9933
+ "source_type": "original",
9934
+ "official_docs": [
9935
+ "https://prometheus.io/docs/prometheus/latest/querying/basics/",
9936
+ "https://prometheus.io/docs/practices/naming/",
9937
+ "https://prometheus.io/docs/practices/alerting/",
9938
+ "https://prometheus.io/docs/alerting/latest/alertmanager/",
9939
+ "https://prometheus.io/docs/prometheus/latest/storage/",
9940
+ "https://prometheus.io/docs/practices/remote_write/"
9941
+ ],
9942
+ "security_notes": "honor_labels: true on untrusted scrape targets allows the scraped workload to override job/instance labels, enabling metric spoofing. Scrape configs pointing to external HTTP endpoints are SSRF candidates.",
9943
+ "last_verified": "2026-05-02",
9944
+ "path": "agents/prometheus/prometheus-alerting-cardinality-review-agent",
9945
+ "version": "0.1.0"
9946
+ },
9947
+ {
9948
+ "id": "rpa-workflow-resilience-review-agent",
9949
+ "name": "RPA Workflow Resilience Review Agent",
9950
+ "type": "agent",
9951
+ "provider": "generic",
9952
+ "harnesses": [
9953
+ "codex",
9954
+ "copilot",
9955
+ "claude-code",
9956
+ "cursor",
9957
+ "gemini",
9958
+ "kiro"
9959
+ ],
9960
+ "summary": "Review exported RPA workflow definitions for resilience and security defects \u2014 hardcoded credentials, brittle selectors, missing exception handling, non-idempotent logic, fixed delays, and invisible failures \u2014 statically, without connecting to a live orchestrator.",
9961
+ "source_type": "original",
9962
+ "official_docs": [
9963
+ "https://docs.uipath.com/studio/standalone/latest/user-guide/about-workflow-analyzer",
9964
+ "https://docs.uipath.com/studio/standalone/latest/user-guide/about-debugging",
9965
+ "https://docs.uipath.com/orchestrator/standalone/latest/user-guide/about-assets",
9966
+ "https://docs.automationanywhere.com/",
9967
+ "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/overview",
9968
+ "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/error-handling"
9969
+ ],
9970
+ "security_notes": "Static review only \u2014 never connects to a live orchestrator, never executes a bot, and never requests runner credentials or orchestrator connection strings. Never accepts workflow exports containing live PII, real customer data, or production connection strings.",
9971
+ "last_verified": "2026-05-17",
9972
+ "path": "agents/qa/rpa-workflow-resilience-review-agent",
9973
+ "author": "github: Raishin",
9974
+ "version": "0.1.0"
9975
+ },
9976
+ {
9977
+ "id": "scaleway-cost-optimizer-agent",
9978
+ "name": "Scaleway Cost Optimizer",
9979
+ "type": "agent",
9980
+ "provider": "scaleway",
9981
+ "harnesses": [
9982
+ "codex",
9983
+ "copilot",
9984
+ "claude-code",
9985
+ "cursor",
9986
+ "gemini",
9987
+ "kiro"
9988
+ ],
9989
+ "summary": "Advisory agent for Scaleway cost analysis: instance type rightsizing, reserved instance utilization, idle Object Storage and SBS volumes, Serverless function cold-start cost, and Cockpit observability spend.",
9990
+ "source_type": "original",
9991
+ "official_docs": [
9992
+ "https://www.scaleway.com/en/pricing/",
9207
9993
  "https://www.scaleway.com/en/docs/billing/",
9208
9994
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_server",
9209
9995
  "https://www.scaleway.com/en/docs/observability/cockpit/",
@@ -9486,90 +10272,10 @@
9486
10272
  "version": "0.1.0"
9487
10273
  },
9488
10274
  {
9489
- "id": "marketing-consent-data-collection-review-agent",
9490
- "name": "Marketing Consent and Data-Collection Review Agent",
9491
- "type": "agent",
9492
- "provider": "marketing",
9493
- "harnesses": [
9494
- "codex",
9495
- "copilot",
9496
- "claude-code",
9497
- "cursor",
9498
- "gemini",
9499
- "kiro"
9500
- ],
9501
- "summary": "Review marketing consent posture \u2014 CMP banner config, tag-manager containers, Consent Mode wiring, and cookie policy \u2014 for GDPR/ePrivacy/CCPA correctness, dark patterns, and undisclosed trackers.",
9502
- "companion_skills": [
9503
- "marketing-consent-data-collection-review"
9504
- ],
9505
- "source_type": "original",
9506
- "official_docs": [
9507
- "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
9508
- "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32002L0058",
9509
- "https://oag.ca.gov/privacy/ccpa",
9510
- "https://developers.google.com/tag-platform/security/guides/consent",
9511
- "https://iabeurope.eu/transparency-consent-framework/"
9512
- ],
9513
- "security_notes": "Read-only advisory. Works from sanitized CMP and tag-manager configuration only; never requests real visitor data, consent-string archives, or analytics credentials. Surfaces regulatory risk but does not issue binding legal conclusions.",
9514
- "last_verified": "2026-05-17",
9515
- "path": "agents/marketing/marketing-consent-data-collection-review-agent/",
9516
- "harness_variants": {
9517
- "codex": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/codex.toml",
9518
- "copilot": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/copilot.agent.md",
9519
- "claude-code": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/claude-code.agent.md",
9520
- "cursor": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/cursor.agent.md",
9521
- "gemini": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/gemini.agent.md",
9522
- "kiro-ide": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/kiro-ide.agent.md",
9523
- "kiro-cli": "agents/marketing/marketing-consent-data-collection-review-agent/harnesses/kiro-cli.agent.json"
9524
- },
9525
- "author": "github: Raishin",
9526
- "version": "0.1.0"
9527
- },
9528
- {
9529
- "id": "marketing-pixel-data-leakage-review-agent",
9530
- "name": "Marketing Pixel Data-Leakage Review Agent",
9531
- "type": "agent",
9532
- "provider": "marketing",
9533
- "harnesses": [
9534
- "codex",
9535
- "copilot",
9536
- "claude-code",
9537
- "cursor",
9538
- "gemini",
9539
- "kiro"
9540
- ],
9541
- "summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks \u2014 PII in payloads, form-field auto-capture, pixels on sensitive pages, and unhashed identifier transmission.",
9542
- "companion_skills": [
9543
- "marketing-pixel-data-leakage-review"
9544
- ],
9545
- "source_type": "original",
9546
- "official_docs": [
9547
- "https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html",
9548
- "https://www.ftc.gov/legal-library/browse/rules/health-breach-notification-rule",
9549
- "https://developers.facebook.com/docs/meta-pixel/",
9550
- "https://support.google.com/google-ads/answer/9888656",
9551
- "https://owasp.org/www-project-top-ten/"
9552
- ],
9553
- "security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach \u2014 the agent surfaces that possibility and routes the determination to counsel and incident response rather than deciding it.",
9554
- "last_verified": "2026-05-17",
9555
- "path": "agents/marketing/marketing-pixel-data-leakage-review-agent/",
9556
- "harness_variants": {
9557
- "codex": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/codex.toml",
9558
- "copilot": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/copilot.agent.md",
9559
- "claude-code": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/claude-code.agent.md",
9560
- "cursor": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/cursor.agent.md",
9561
- "gemini": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/gemini.agent.md",
9562
- "kiro-ide": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/kiro-ide.agent.md",
9563
- "kiro-cli": "agents/marketing/marketing-pixel-data-leakage-review-agent/harnesses/kiro-cli.agent.json"
9564
- },
9565
- "author": "github: Raishin",
9566
- "version": "0.1.0"
9567
- },
9568
- {
9569
- "id": "martech-access-governance-review-agent",
9570
- "name": "Martech Access Governance Review Agent",
10275
+ "id": "test-coverage-quality-review-agent",
10276
+ "name": "Test Coverage Quality Review Agent",
9571
10277
  "type": "agent",
9572
- "provider": "marketing",
10278
+ "provider": "generic",
9573
10279
  "harnesses": [
9574
10280
  "codex",
9575
10281
  "copilot",
@@ -9578,38 +10284,26 @@
9578
10284
  "gemini",
9579
10285
  "kiro"
9580
10286
  ],
9581
- "summary": "Review access governance across a marketing technology stack \u2014 OAuth connected apps, API keys, CRM and marketing-automation roles, and integration scopes \u2014 for least-privilege violations, shared and stale credentials, and missing ownership.",
9582
- "companion_skills": [
9583
- "martech-access-governance-review"
9584
- ],
10287
+ "summary": "Review a test suite for assertion quality over coverage percentage \u2014 detecting coverage theater, assertion-free and tautological tests, mock over-specification, untested branches, and weak coverage gates.",
9585
10288
  "source_type": "original",
9586
10289
  "official_docs": [
9587
- "https://datatracker.ietf.org/doc/html/rfc6749",
9588
- "https://oauth.net/2/scope/",
9589
- "https://csrc.nist.gov/glossary/term/least_privilege",
9590
- "https://owasp.org/www-project-top-ten/",
9591
- "https://csrc.nist.gov/pubs/sp/800/207/final"
10290
+ "https://martinfowler.com/bliki/TestCoverage.html",
10291
+ "https://martinfowler.com/articles/mocksArentStubs.html",
10292
+ "https://istanbul.js.org/docs/tutorials/coverage/",
10293
+ "https://jestjs.io/docs/configuration",
10294
+ "https://docs.pytest.org/en/stable/how-to/assert.html"
9592
10295
  ],
9593
- "security_notes": "Read-only advisory. Works from sanitized access inventories only; never requests, collects, or echoes credential values, API keys, tokens, or secrets. If a real credential is pasted, the agent treats it as compromised and recommends rotation.",
10296
+ "security_notes": "Static review only \u2014 reads test source and coverage reports, never executes tests or runs a coverage tool. Never requests credentials, fixtures with real customer data, or production database snapshots.",
9594
10297
  "last_verified": "2026-05-17",
9595
- "path": "agents/marketing/martech-access-governance-review-agent/",
9596
- "harness_variants": {
9597
- "codex": "agents/marketing/martech-access-governance-review-agent/harnesses/codex.toml",
9598
- "copilot": "agents/marketing/martech-access-governance-review-agent/harnesses/copilot.agent.md",
9599
- "claude-code": "agents/marketing/martech-access-governance-review-agent/harnesses/claude-code.agent.md",
9600
- "cursor": "agents/marketing/martech-access-governance-review-agent/harnesses/cursor.agent.md",
9601
- "gemini": "agents/marketing/martech-access-governance-review-agent/harnesses/gemini.agent.md",
9602
- "kiro-ide": "agents/marketing/martech-access-governance-review-agent/harnesses/kiro-ide.agent.md",
9603
- "kiro-cli": "agents/marketing/martech-access-governance-review-agent/harnesses/kiro-cli.agent.json"
9604
- },
10298
+ "path": "agents/qa/test-coverage-quality-review-agent",
9605
10299
  "author": "github: Raishin",
9606
10300
  "version": "0.1.0"
9607
10301
  },
9608
10302
  {
9609
- "id": "marketing-maestro-agent",
9610
- "name": "Marketing Maestro",
10303
+ "id": "test-flakiness-triage-agent",
10304
+ "name": "Test Flakiness Triage Agent",
9611
10305
  "type": "agent",
9612
- "provider": "marketing",
10306
+ "provider": "generic",
9613
10307
  "harnesses": [
9614
10308
  "codex",
9615
10309
  "copilot",
@@ -9618,430 +10312,18 @@
9618
10312
  "gemini",
9619
10313
  "kiro"
9620
10314
  ],
9621
- "summary": "Route marketing-governance review tasks to the narrowest specialist across all 13 domains: consent and data-collection, advertising-pixel data-leakage, martech access-governance, GPC signal-honoring, email sender authentication, programmatic supply-chain integrity, AI ad-targeting fairness, EU AI Act marketing-system classification, lookalike audience upload compliance, email list retention, influencer disclosure, conversion-flow dark patterns, and analytics data minimization. Dispatches single or parallel teams (max 4); requires human gate for any mutation intent.",
10315
+ "summary": "Triage flaky tests across any framework into root-cause categories, assign a quarantine or fix path per test, and audit CI retry configuration and quarantine policy.",
9622
10316
  "source_type": "original",
9623
10317
  "official_docs": [
9624
- "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
9625
- "https://oag.ca.gov/privacy/ccpa",
9626
- "https://developers.google.com/tag-platform/security/guides/consent"
10318
+ "https://playwright.dev/docs/test-retries",
10319
+ "https://docs.cypress.io/guides/guides/test-retries",
10320
+ "https://jestjs.io/docs/cli",
10321
+ "https://docs.pytest.org/en/stable/how-to/flaky.html",
10322
+ "https://martinfowler.com/articles/nonDeterminism.html"
9627
10323
  ],
9628
- "security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly \u2014 all artifact review delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet.",
10324
+ "security_notes": "Static review only \u2014 analyzes failure logs, rerun history, and test source; never executes or re-runs tests. Never requests CI credentials, dashboard API tokens, or production data embedded in logs.",
9629
10325
  "last_verified": "2026-05-17",
9630
- "path": "agents/marketing/marketing-maestro-agent",
9631
- "author": "github: Raishin",
9632
- "version": "0.1.0",
9633
- "companion_skills": [
9634
- "marketing-maestro"
9635
- ],
9636
- "execution_tier": "read-only-runtime",
9637
- "lifecycle": "experimental",
9638
- "harness_variants": {
9639
- "codex": "agents/marketing/marketing-maestro-agent/harnesses/codex.toml",
9640
- "claude-code": "agents/marketing/marketing-maestro-agent/harnesses/claude-code.agent.md",
9641
- "copilot": "agents/marketing/marketing-maestro-agent/harnesses/copilot.agent.md",
9642
- "cursor": "agents/marketing/marketing-maestro-agent/harnesses/cursor.agent.md",
9643
- "gemini": "agents/marketing/marketing-maestro-agent/harnesses/gemini.agent.md",
9644
- "kiro-ide": "agents/marketing/marketing-maestro-agent/harnesses/kiro-ide.agent.md",
9645
- "kiro-cli": "agents/marketing/marketing-maestro-agent/harnesses/kiro-cli.agent.json"
9646
- }
9647
- },
9648
- {
9649
- "id": "ai-advertising-targeting-fairness-review-agent",
9650
- "name": "AI Advertising Targeting Fairness Review Agent",
9651
- "type": "agent",
9652
- "provider": "marketing",
9653
- "harnesses": [
9654
- "codex",
9655
- "copilot",
9656
- "claude-code",
9657
- "cursor",
9658
- "gemini",
9659
- "kiro"
9660
- ],
9661
- "summary": "Review ad-platform audience targeting configurations and declared AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5 \u2014 proxy segments, algorithmic disparate impact, and missing Special Ad Category declarations.",
9662
- "companion_skills": [
9663
- "ai-advertising-targeting-fairness-review"
9664
- ],
9665
- "source_type": "original",
9666
- "official_docs": [
9667
- "https://www.ftc.gov/business-guidance/blog/2023/02/ftcs-ai-related-enforcement-actions",
9668
- "https://www.hud.gov/program_offices/fair_housing_equal_opp/fair_housing_act_overview",
9669
- "https://www.consumerfinance.gov/about-us/blog/cfpb-issues-guidance-on-credit-denials-by-lenders-using-artificial-intelligence/",
9670
- "https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai",
9671
- "https://www.federalregister.gov/documents/2023/07/13/2023-14625/civil-rights-principles-for-the-use-of-artificial-intelligence"
9672
- ],
9673
- "security_notes": "Read-only advisory. Works from sanitized audience spec exports and declared AI feature annotations only; never requests live campaign credentials, ad-account access tokens, or real audience membership data. Legal determination of FHA, ECOA, or EU AI Act violations is routed to qualified counsel and compliance teams.",
9674
- "last_verified": "2026-05-17",
9675
- "path": "agents/marketing/ai-advertising-targeting-fairness-review-agent/",
9676
- "harness_variants": {
9677
- "codex": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/codex.toml",
9678
- "copilot": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/copilot.agent.md",
9679
- "claude-code": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/claude-code.agent.md",
9680
- "cursor": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/cursor.agent.md",
9681
- "gemini": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/gemini.agent.md",
9682
- "kiro-ide": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/kiro-ide.agent.md",
9683
- "kiro-cli": "agents/marketing/ai-advertising-targeting-fairness-review-agent/harnesses/kiro-cli.agent.json"
9684
- },
9685
- "author": "github: Raishin",
9686
- "version": "0.1.0"
9687
- },
9688
- {
9689
- "id": "analytics-data-minimization-review-agent",
9690
- "name": "Analytics Data-Minimization Review Agent",
9691
- "type": "agent",
9692
- "provider": "marketing",
9693
- "harnesses": [
9694
- "codex",
9695
- "copilot",
9696
- "claude-code",
9697
- "cursor",
9698
- "gemini",
9699
- "kiro"
9700
- ],
9701
- "summary": "Review analytics platform configuration \u2014 GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations \u2014 for data-minimization violations, excessive collection, and storage-period over-retention under GDPR Article 5(1)(c) and 5(1)(e) and EU DPA enforcement on GA4.",
9702
- "companion_skills": [
9703
- "analytics-data-minimization-review"
9704
- ],
9705
- "source_type": "original",
9706
- "official_docs": [
9707
- "https://gdpr-info.eu/art-5-gdpr/",
9708
- "https://www.cnil.fr/en/use-google-analytics-and-data-transfers-united-states-cnil-orders-website-manageroperator-comply/",
9709
- "https://www.cnil.fr/en/google-analytics-and-data-transfers-how-make-your-analytics-tool-compliant-gdpr",
9710
- "https://www.garanteprivacy.it/home/docweb/-/docweb-display/docweb/9782874",
9711
- "https://support.google.com/analytics/answer/9019185"
9712
- ],
9713
- "security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification \u2014 the agent surfaces that possibility and routes legal assessment to qualified privacy counsel rather than deciding it.",
9714
- "last_verified": "2026-05-17",
9715
- "path": "agents/marketing/analytics-data-minimization-review-agent/",
9716
- "harness_variants": {
9717
- "codex": "agents/marketing/analytics-data-minimization-review-agent/harnesses/codex.toml",
9718
- "copilot": "agents/marketing/analytics-data-minimization-review-agent/harnesses/copilot.agent.md",
9719
- "claude-code": "agents/marketing/analytics-data-minimization-review-agent/harnesses/claude-code.agent.md",
9720
- "cursor": "agents/marketing/analytics-data-minimization-review-agent/harnesses/cursor.agent.md",
9721
- "gemini": "agents/marketing/analytics-data-minimization-review-agent/harnesses/gemini.agent.md",
9722
- "kiro-ide": "agents/marketing/analytics-data-minimization-review-agent/harnesses/kiro-ide.agent.md",
9723
- "kiro-cli": "agents/marketing/analytics-data-minimization-review-agent/harnesses/kiro-cli.agent.json"
9724
- },
9725
- "author": "github: Raishin",
9726
- "version": "0.1.0"
9727
- },
9728
- {
9729
- "id": "email-sender-authentication-review-agent",
9730
- "name": "Email Sender Authentication Review Agent",
9731
- "type": "agent",
9732
- "provider": "marketing",
9733
- "harnesses": [
9734
- "codex",
9735
- "copilot",
9736
- "claude-code",
9737
- "cursor",
9738
- "gemini",
9739
- "kiro"
9740
- ],
9741
- "summary": "Review DNS sender-authentication records (SPF, DKIM, DMARC, BIMI) for a marketing domain to identify policy gaps exposing campaigns to rejection, spoofing, or inbox displacement.",
9742
- "companion_skills": [
9743
- "email-sender-authentication-review"
9744
- ],
9745
- "source_type": "original",
9746
- "official_docs": [
9747
- "https://datatracker.ietf.org/doc/html/rfc7489",
9748
- "https://support.google.com/mail/answer/81126",
9749
- "https://www.pcisecuritystandards.org/document_library/",
9750
- "https://www.cisa.gov/sites/default/files/publications/bod-18-01.pdf",
9751
- "https://datatracker.ietf.org/doc/html/rfc7208"
9752
- ],
9753
- "security_notes": "Read-only advisory. Works from sanitized DNS TXT record exports only; never requests ESP account credentials, DMARC aggregate report XML, or sending-platform API keys. DNS records are public data; this agent does not perform live DNS lookups against production infrastructure.",
9754
- "last_verified": "2026-05-17",
9755
- "path": "agents/marketing/email-sender-authentication-review-agent/",
9756
- "harness_variants": {
9757
- "codex": "agents/marketing/email-sender-authentication-review-agent/harnesses/codex.toml",
9758
- "copilot": "agents/marketing/email-sender-authentication-review-agent/harnesses/copilot.agent.md",
9759
- "claude-code": "agents/marketing/email-sender-authentication-review-agent/harnesses/claude-code.agent.md",
9760
- "cursor": "agents/marketing/email-sender-authentication-review-agent/harnesses/cursor.agent.md",
9761
- "gemini": "agents/marketing/email-sender-authentication-review-agent/harnesses/gemini.agent.md",
9762
- "kiro-ide": "agents/marketing/email-sender-authentication-review-agent/harnesses/kiro-ide.agent.md",
9763
- "kiro-cli": "agents/marketing/email-sender-authentication-review-agent/harnesses/kiro-cli.agent.json"
9764
- },
9765
- "author": "github: Raishin",
9766
- "version": "0.1.0"
9767
- },
9768
- {
9769
- "id": "eu-ai-act-marketing-system-review-agent",
9770
- "name": "EU AI Act Marketing System Review Agent",
9771
- "type": "agent",
9772
- "provider": "marketing",
9773
- "harnesses": [
9774
- "codex",
9775
- "copilot",
9776
- "claude-code",
9777
- "cursor",
9778
- "gemini",
9779
- "kiro"
9780
- ],
9781
- "summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria \u2014 classify the system, flag documentation obligations (Articles 11, 13, 14, 43), and identify deployment-readiness gaps before the August 2, 2026 full-enforcement date.",
9782
- "companion_skills": [
9783
- "eu-ai-act-marketing-system-review"
9784
- ],
9785
- "source_type": "original",
9786
- "official_docs": [
9787
- "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024R1689",
9788
- "https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai",
9789
- "https://www.europarl.europa.eu/topics/en/article/20230601STO93804/eu-ai-act-first-regulation-on-artificial-intelligence",
9790
- "https://edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022023-technical-scope-art-22-gdpr_en",
9791
- "https://artificialintelligenceact.eu/the-act/"
9792
- ],
9793
- "security_notes": "Read-only advisory. Works from sanitized AI system description cards only; never requests model weights, training datasets, internal performance logs, or vendor system-access credentials. Article 5 prohibited-practice determination is routed to qualified legal counsel rather than decided by the agent.",
9794
- "last_verified": "2026-05-17",
9795
- "path": "agents/marketing/eu-ai-act-marketing-system-review-agent/",
9796
- "harness_variants": {
9797
- "codex": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/codex.toml",
9798
- "copilot": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/copilot.agent.md",
9799
- "claude-code": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/claude-code.agent.md",
9800
- "cursor": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/cursor.agent.md",
9801
- "gemini": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/gemini.agent.md",
9802
- "kiro-ide": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/kiro-ide.agent.md",
9803
- "kiro-cli": "agents/marketing/eu-ai-act-marketing-system-review-agent/harnesses/kiro-cli.agent.json"
9804
- },
9805
- "author": "github: Raishin",
9806
- "version": "0.1.0"
9807
- },
9808
- {
9809
- "id": "influencer-disclosure-compliance-review-agent",
9810
- "name": "Influencer Disclosure Compliance Review Agent",
9811
- "type": "agent",
9812
- "provider": "marketing",
9813
- "harnesses": [
9814
- "codex",
9815
- "copilot",
9816
- "claude-code",
9817
- "cursor",
9818
- "gemini",
9819
- "kiro"
9820
- ],
9821
- "summary": "Review influencer campaign audit packs \u2014 brief, contract, post descriptions, and disclosure placement specs \u2014 for FTC Endorsement Guide violations: undisclosed material connections, inadequate disclosure placement, and brand liability exposure.",
9822
- "companion_skills": [
9823
- "influencer-disclosure-compliance-review"
9824
- ],
9825
- "source_type": "original",
9826
- "official_docs": [
9827
- "https://www.ftc.gov/legal-library/browse/rules/endorsement-guides",
9828
- "https://www.ecfr.gov/current/title-16/chapter-I/subchapter-B/part-255",
9829
- "https://www.ftc.gov/system/files/ftc_gov/pdf/ftc-endorsement-guides-final-rule.pdf",
9830
- "https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
9831
- "https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
9832
- ],
9833
- "security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only \u2014 brief, contract excerpt, post descriptions, and disclosure spec. Never requests raw personal data about creators, unpublished financial negotiations, or live platform credentials. Does not generate campaign content or creator instructions. A finding of systematic non-disclosure may warrant legal escalation before campaign continuation.",
9834
- "last_verified": "2026-05-17",
9835
- "path": "agents/marketing/influencer-disclosure-compliance-review-agent/",
9836
- "harness_variants": {
9837
- "codex": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/codex.toml",
9838
- "copilot": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/copilot.agent.md",
9839
- "claude-code": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/claude-code.agent.md",
9840
- "cursor": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/cursor.agent.md",
9841
- "gemini": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/gemini.agent.md",
9842
- "kiro-ide": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/kiro-ide.agent.md",
9843
- "kiro-cli": "agents/marketing/influencer-disclosure-compliance-review-agent/harnesses/kiro-cli.agent.json"
9844
- },
9845
- "author": "github: Raishin",
9846
- "version": "0.1.0"
9847
- },
9848
- {
9849
- "id": "lookalike-audience-upload-compliance-review-agent",
9850
- "name": "Lookalike Audience Upload Compliance Review Agent",
9851
- "type": "agent",
9852
- "provider": "marketing",
9853
- "harnesses": [
9854
- "codex",
9855
- "copilot",
9856
- "claude-code",
9857
- "cursor",
9858
- "gemini",
9859
- "kiro"
9860
- ],
9861
- "summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok \u2014 catching underhashed identifiers, consent-scope mismatches, and re-identification surfaces.",
9862
- "companion_skills": [
9863
- "lookalike-audience-upload-compliance-review"
9864
- ],
9865
- "source_type": "original",
9866
- "official_docs": [
9867
- "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679",
9868
- "https://oag.ca.gov/privacy/ccpa",
9869
- "https://www.ftc.gov/reports/data-brokers-call-transparency-accountability",
9870
- "https://developers.facebook.com/docs/marketing-api/audiences/guides/custom-audiences/",
9871
- "https://support.google.com/google-ads/answer/6334160"
9872
- ],
9873
- "security_notes": "Read-only advisory. Works from sanitized field-mapping specifications, declared hashing methods, and consent-basis documentation only; never requests actual audience files, real customer records, or platform API credentials. Legal determination of breach, unauthorized sharing, or unlawful transfer is routed to qualified counsel and the privacy compliance team.",
9874
- "last_verified": "2026-05-17",
9875
- "path": "agents/marketing/lookalike-audience-upload-compliance-review-agent/",
9876
- "harness_variants": {
9877
- "codex": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/codex.toml",
9878
- "copilot": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/copilot.agent.md",
9879
- "claude-code": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/claude-code.agent.md",
9880
- "cursor": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/cursor.agent.md",
9881
- "gemini": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/gemini.agent.md",
9882
- "kiro-ide": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/kiro-ide.agent.md",
9883
- "kiro-cli": "agents/marketing/lookalike-audience-upload-compliance-review-agent/harnesses/kiro-cli.agent.json"
9884
- },
9885
- "author": "github: Raishin",
9886
- "version": "0.1.0"
9887
- },
9888
- {
9889
- "id": "marketing-conversion-flow-dark-pattern-review-agent",
9890
- "name": "Marketing Conversion Flow Dark-Pattern Review Agent",
9891
- "type": "agent",
9892
- "provider": "marketing",
9893
- "harnesses": [
9894
- "codex",
9895
- "copilot",
9896
- "claude-code",
9897
- "cursor",
9898
- "gemini",
9899
- "kiro"
9900
- ],
9901
- "summary": "Review marketing conversion flow specifications \u2014 subscription sign-up, upsell interstitial, free-trial enrollment, and cancellation path \u2014 for dark-pattern practices that invalidate consent or constitute unfair or deceptive acts under FTC Section 5, the FTC Negative Option Rule, CPRA, and EU AI Act Article 5(1)(b).",
9902
- "companion_skills": [
9903
- "marketing-conversion-flow-dark-pattern-review"
9904
- ],
9905
- "source_type": "original",
9906
- "official_docs": [
9907
- "https://www.ftc.gov/legal-library/browse/rules/negative-option-rule",
9908
- "https://www.ftc.gov/system/files/ftc_gov/pdf/P214800+Dark+Patterns+Report+9.14.2022+-+FINAL.pdf",
9909
- "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.140.",
9910
- "https://oag.ca.gov/privacy/ccpa",
9911
- "https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
9912
- ],
9913
- "security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure \u2014 the agent surfaces that possibility and routes enforcement-risk assessment to qualified legal counsel rather than quantifying penalties.",
9914
- "last_verified": "2026-05-17",
9915
- "path": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/",
9916
- "harness_variants": {
9917
- "codex": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/codex.toml",
9918
- "copilot": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/copilot.agent.md",
9919
- "claude-code": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/claude-code.agent.md",
9920
- "cursor": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/cursor.agent.md",
9921
- "gemini": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/gemini.agent.md",
9922
- "kiro-ide": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/kiro-ide.agent.md",
9923
- "kiro-cli": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/harnesses/kiro-cli.agent.json"
9924
- },
9925
- "author": "github: Raishin",
9926
- "version": "0.1.0"
9927
- },
9928
- {
9929
- "id": "marketing-email-list-retention-review-agent",
9930
- "name": "Marketing Email List Retention Review Agent",
9931
- "type": "agent",
9932
- "provider": "marketing",
9933
- "harnesses": [
9934
- "codex",
9935
- "copilot",
9936
- "claude-code",
9937
- "cursor",
9938
- "gemini",
9939
- "kiro"
9940
- ],
9941
- "summary": "Review marketing email list segment metadata, consent-record completeness, suppression-list coverage, and data-retention schedules for GDPR, CASL, and CCPA deletion-right compliance.",
9942
- "companion_skills": [
9943
- "marketing-email-list-retention-review"
9944
- ],
9945
- "source_type": "original",
9946
- "official_docs": [
9947
- "https://gdpr-info.eu/art-5-gdpr/",
9948
- "https://gdpr-info.eu/art-17-gdpr/",
9949
- "https://laws-lois.justice.gc.ca/eng/acts/C-28.65/page-1.html",
9950
- "https://oag.ca.gov/privacy/ccpa",
9951
- "https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
9952
- ],
9953
- "security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only \u2014 placeholder values for all subscriber PII; never requests real email addresses, subscriber IDs, CRM credentials, or ESP API keys. Findings of ongoing deletion-SLA breaches or broken CASL consent chains are routed to legal counsel and incident response, not resolved by the agent.",
9954
- "last_verified": "2026-05-17",
9955
- "path": "agents/marketing/marketing-email-list-retention-review-agent/",
9956
- "harness_variants": {
9957
- "codex": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/codex.toml",
9958
- "copilot": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/copilot.agent.md",
9959
- "claude-code": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/claude-code.agent.md",
9960
- "cursor": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/cursor.agent.md",
9961
- "gemini": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/gemini.agent.md",
9962
- "kiro-ide": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/kiro-ide.agent.md",
9963
- "kiro-cli": "agents/marketing/marketing-email-list-retention-review-agent/harnesses/kiro-cli.agent.json"
9964
- },
9965
- "author": "github: Raishin",
9966
- "version": "0.1.0"
9967
- },
9968
- {
9969
- "id": "marketing-gpc-signal-honoring-review-agent",
9970
- "name": "Marketing GPC Signal Honoring Review Agent",
9971
- "type": "agent",
9972
- "provider": "marketing",
9973
- "harnesses": [
9974
- "codex",
9975
- "copilot",
9976
- "claude-code",
9977
- "cursor",
9978
- "gemini",
9979
- "kiro"
9980
- ],
9981
- "summary": "Review the technical signal path by which a Global Privacy Control opt-out travels through the CMP and tag stack to confirm ad tags, server-side conversion APIs, and CAPI forwarding actually cease firing on opt-out.",
9982
- "companion_skills": [
9983
- "marketing-gpc-signal-honoring-review"
9984
- ],
9985
- "source_type": "original",
9986
- "official_docs": [
9987
- "https://cppa.ca.gov/regulations/pdf/cppa_regs.pdf",
9988
- "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?sectionNum=1798.135.&lawCode=CIV",
9989
- "https://globalprivacycontrol.org/",
9990
- "https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
9991
- "https://oag.ca.gov/privacy/ccpa"
9992
- ],
9993
- "security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding \u2014 legal determinations are routed to qualified privacy counsel, not decided by this agent.",
9994
- "last_verified": "2026-05-17",
9995
- "path": "agents/marketing/marketing-gpc-signal-honoring-review-agent/",
9996
- "harness_variants": {
9997
- "codex": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/codex.toml",
9998
- "copilot": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/copilot.agent.md",
9999
- "claude-code": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/claude-code.agent.md",
10000
- "cursor": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/cursor.agent.md",
10001
- "gemini": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/gemini.agent.md",
10002
- "kiro-ide": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/kiro-ide.agent.md",
10003
- "kiro-cli": "agents/marketing/marketing-gpc-signal-honoring-review-agent/harnesses/kiro-cli.agent.json"
10004
- },
10005
- "author": "github: Raishin",
10006
- "version": "0.1.0"
10007
- },
10008
- {
10009
- "id": "programmatic-supply-chain-integrity-review-agent",
10010
- "name": "Programmatic Supply Chain Integrity Review Agent",
10011
- "type": "agent",
10012
- "provider": "marketing",
10013
- "harnesses": [
10014
- "codex",
10015
- "copilot",
10016
- "claude-code",
10017
- "cursor",
10018
- "gemini",
10019
- "kiro"
10020
- ],
10021
- "summary": "Review ads.txt, app-ads.txt, and sellers.json files for a publisher or advertiser's programmatic supply chain to detect unauthorized resellers, domain-spoofing exposure, and SupplyChain Object gaps.",
10022
- "companion_skills": [
10023
- "programmatic-supply-chain-integrity-review"
10024
- ],
10025
- "source_type": "original",
10026
- "official_docs": [
10027
- "https://iabtechlab.com/ads-txt/",
10028
- "https://iabtechlab.com/sellers-json/",
10029
- "https://iabtechlab.com/supplychain-object/",
10030
- "https://mediaratingcouncil.org/sites/default/files/Standards/MRC%20Invalid%20Traffic%20Detection%20and%20Filtration%20Guidelines%20Addendum.pdf",
10031
- "https://iabtechlab.com/app-ads-txt/"
10032
- ],
10033
- "security_notes": "Read-only advisory. Works from raw pasted text of ads.txt, app-ads.txt, and sellers.json files only; never requests DSP credentials, exchange account tokens, bid-stream logs, or revenue reports. These files are publicly resolvable at domain roots; no live crawl of production endpoints is performed.",
10034
- "last_verified": "2026-05-17",
10035
- "path": "agents/marketing/programmatic-supply-chain-integrity-review-agent/",
10036
- "harness_variants": {
10037
- "codex": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/codex.toml",
10038
- "copilot": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/copilot.agent.md",
10039
- "claude-code": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/claude-code.agent.md",
10040
- "cursor": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/cursor.agent.md",
10041
- "gemini": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/gemini.agent.md",
10042
- "kiro-ide": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/kiro-ide.agent.md",
10043
- "kiro-cli": "agents/marketing/programmatic-supply-chain-integrity-review-agent/harnesses/kiro-cli.agent.json"
10044
- },
10326
+ "path": "agents/qa/test-flakiness-triage-agent",
10045
10327
  "author": "github: Raishin",
10046
10328
  "version": "0.1.0"
10047
10329
  }