@raishin/vanguard-frontier-agentic 1.3.0 → 1.4.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 (155) hide show
  1. package/README.md +23 -1
  2. package/agents/kubernetes/kubernetes-live-admission-policy-guard-agent/metadata.json +2 -1
  3. package/agents/kubernetes/kubernetes-live-argocd-sync-guard-agent/metadata.json +2 -1
  4. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/metadata.json +2 -1
  5. package/agents/kubernetes/kubernetes-live-network-policy-guard-agent/metadata.json +2 -1
  6. package/agents/kubernetes/kubernetes-live-velero-restore-guard-agent/metadata.json +2 -1
  7. package/agents/kubernetes/kubernetes-psa-review-agent/metadata.json +2 -1
  8. package/agents/terraform/terraform-reviewer/AGENT.md +2 -1
  9. package/catalog/skill-manifest.json +414 -414
  10. package/package.json +23 -4
  11. package/schemas/AGENTS.md +14 -0
  12. package/schemas/agent.frontmatter.schema.json +89 -0
  13. package/schemas/agent.schema.json +8 -0
  14. package/schemas/skill.frontmatter.schema.json +95 -0
  15. package/scripts/apply-skill-allowed-tools.py +142 -0
  16. package/scripts/backfill-skill-metadata.py +410 -0
  17. package/scripts/export-marketplace-agents.mjs +175 -0
  18. package/skills/argocd/argo-rollouts-progressive-delivery-review/SKILL.md +3 -0
  19. package/skills/argocd/argocd-gitops-review/SKILL.md +3 -0
  20. package/skills/aws/aws-agentcore/SKILL.md +3 -0
  21. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +3 -0
  22. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +3 -0
  23. package/skills/aws/aws-change-impact-advisor/SKILL.md +3 -0
  24. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +3 -0
  25. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +3 -0
  26. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +3 -0
  27. package/skills/aws/aws-cost-optimization-governor/SKILL.md +3 -0
  28. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +3 -0
  29. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +3 -0
  30. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +3 -0
  31. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +3 -0
  32. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +3 -0
  33. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +3 -0
  34. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +3 -0
  35. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +3 -0
  36. package/skills/aws/aws-eks-platform-operator/SKILL.md +3 -0
  37. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +3 -0
  38. package/skills/aws/aws-generative-ai-developer/SKILL.md +3 -0
  39. package/skills/aws/aws-iac-change-safety-review/SKILL.md +3 -0
  40. package/skills/aws/aws-iac-patch-executor/SKILL.md +3 -0
  41. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +3 -0
  42. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +3 -0
  43. package/skills/aws/aws-landing-zone-governor/SKILL.md +3 -0
  44. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +3 -0
  45. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +3 -0
  46. package/skills/aws/aws-live-iac-change-guard/SKILL.md +3 -0
  47. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +3 -0
  48. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +3 -0
  49. package/skills/aws/aws-maestro/SKILL.md +3 -0
  50. package/skills/aws/aws-migration-cutover-architect/SKILL.md +3 -0
  51. package/skills/aws/aws-network-architect/SKILL.md +3 -0
  52. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +3 -0
  53. package/skills/aws/aws-observability-incident-responder/SKILL.md +3 -0
  54. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +3 -0
  55. package/skills/aws/aws-private-ca-issuer-review/SKILL.md +3 -0
  56. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +3 -0
  57. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +3 -0
  58. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +3 -0
  59. package/skills/aws/aws-security-posture-hardening/SKILL.md +3 -0
  60. package/skills/aws/aws-serverless-production-readiness/SKILL.md +3 -0
  61. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +3 -0
  62. package/skills/aws/aws-solution-architect/SKILL.md +3 -0
  63. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +3 -0
  64. package/skills/azure/azure-ai-foundry-ops-governor/SKILL.md +3 -0
  65. package/skills/azure/azure-aks-platform-operator/SKILL.md +3 -0
  66. package/skills/azure/azure-app-service-production-readiness/SKILL.md +3 -0
  67. package/skills/azure/azure-cosmosdb-application-developer/SKILL.md +3 -0
  68. package/skills/azure/azure-cosmosdb-performance-investigator/SKILL.md +3 -0
  69. package/skills/azure/azure-cosmosdb-platform-operator/SKILL.md +3 -0
  70. package/skills/azure/azure-cost-estimation-review/SKILL.md +3 -0
  71. package/skills/azure/azure-cost-optimization-governor/SKILL.md +3 -0
  72. package/skills/azure/azure-entra-id-specialist/SKILL.md +3 -0
  73. package/skills/azure/azure-governance-policy-guardrails/SKILL.md +3 -0
  74. package/skills/azure/azure-identity-governance-review/SKILL.md +3 -0
  75. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/SKILL.md +3 -0
  76. package/skills/azure/azure-keyvault-certificate-issuer-review/SKILL.md +3 -0
  77. package/skills/azure/azure-landing-zone-architect/SKILL.md +3 -0
  78. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +3 -0
  79. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +3 -0
  80. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +3 -0
  81. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +3 -0
  82. package/skills/azure/azure-live-entra-role-assignment-guard/SKILL.md +3 -0
  83. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +3 -0
  84. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +3 -0
  85. package/skills/azure/azure-maestro/SKILL.md +3 -0
  86. package/skills/azure/azure-migrate-landing-zone-cutover/SKILL.md +3 -0
  87. package/skills/azure/azure-network-topology-review/SKILL.md +3 -0
  88. package/skills/azure/azure-observability-investigator/SKILL.md +3 -0
  89. package/skills/azure/azure-platform-automation-devops/SKILL.md +3 -0
  90. package/skills/azure/azure-private-endpoint-adoption-planner/SKILL.md +3 -0
  91. package/skills/azure/azure-rbac-review/SKILL.md +3 -0
  92. package/skills/azure/azure-resilience-bcdr-review/SKILL.md +3 -0
  93. package/skills/azure/azure-resource-health-incident-triage/SKILL.md +3 -0
  94. package/skills/azure/azure-role-selector/SKILL.md +3 -0
  95. package/skills/azure/azure-security-posture-hardening/SKILL.md +3 -0
  96. package/skills/azure/azure-subscription-resource-organization/SKILL.md +3 -0
  97. package/skills/backstage/backstage-scaffolder-template-review/SKILL.md +3 -0
  98. package/skills/cert-manager/cert-manager-issuer-trust-review/SKILL.md +3 -0
  99. package/skills/cilium/cilium-network-policy-review/SKILL.md +3 -0
  100. package/skills/falco/falco-runtime-threat-rules-review/SKILL.md +3 -0
  101. package/skills/finops/finops-cloud-price-advisor/SKILL.md +3 -0
  102. package/skills/fluxcd/fluxcd-kustomization-helmrelease-review/SKILL.md +3 -0
  103. package/skills/istio/istio-ambient-mesh-review/SKILL.md +3 -0
  104. package/skills/kubernetes/external-secrets-operator-review/SKILL.md +3 -0
  105. package/skills/kubernetes/kubecost-chargeback-allocation-review/SKILL.md +3 -0
  106. package/skills/kubernetes/kubernetes-live-rbac-mutation-guard/SKILL.md +3 -0
  107. package/skills/kubernetes/kubernetes-maestro/SKILL.md +3 -0
  108. package/skills/kubernetes/kubernetes-pod-security-admission-review/SKILL.md +3 -0
  109. package/skills/kubernetes/kubernetes-pod-spec-review/SKILL.md +3 -0
  110. package/skills/kubernetes/kubernetes-rbac-review/SKILL.md +3 -0
  111. package/skills/kubernetes/kubernetes-workload-identity-review/SKILL.md +3 -0
  112. package/skills/kyverno/kyverno-policy-review/SKILL.md +3 -0
  113. package/skills/oci/oci-autonomous-database-architect/SKILL.md +3 -0
  114. package/skills/oci/oci-certificates-issuer-review/SKILL.md +3 -0
  115. package/skills/oci/oci-cloud-guard-responder/SKILL.md +3 -0
  116. package/skills/oci/oci-compute-instance-agent-operator/SKILL.md +3 -0
  117. package/skills/oci/oci-compute-platform-operator/SKILL.md +3 -0
  118. package/skills/oci/oci-cost-finops-analyst/SKILL.md +3 -0
  119. package/skills/oci/oci-database-platform-dba/SKILL.md +3 -0
  120. package/skills/oci/oci-dbtools-sql-analyst/SKILL.md +3 -0
  121. package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +3 -0
  122. package/skills/oci/oci-exadata-database-architect/SKILL.md +3 -0
  123. package/skills/oci/oci-exadata-platform-architect/SKILL.md +3 -0
  124. package/skills/oci/oci-fusion-apps-environment-operator/SKILL.md +3 -0
  125. package/skills/oci/oci-goldengate-replication-operator/SKILL.md +3 -0
  126. package/skills/oci/oci-identity-access-governor/SKILL.md +3 -0
  127. package/skills/oci/oci-iot-digital-twin-engineer/SKILL.md +3 -0
  128. package/skills/oci/oci-limits-capacity-planner/SKILL.md +3 -0
  129. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +3 -0
  130. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +3 -0
  131. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +3 -0
  132. package/skills/oci/oci-live-network-security-rule-guard/SKILL.md +3 -0
  133. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +3 -0
  134. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +3 -0
  135. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +3 -0
  136. package/skills/oci/oci-load-balancer-traffic-engineer/SKILL.md +3 -0
  137. package/skills/oci/oci-maestro/SKILL.md +3 -0
  138. package/skills/oci/oci-migration-cutover-architect/SKILL.md +3 -0
  139. package/skills/oci/oci-multi-cloud-architect/SKILL.md +3 -0
  140. package/skills/oci/oci-mysql-heatwave-ai-specialist/SKILL.md +3 -0
  141. package/skills/oci/oci-network-architect/SKILL.md +3 -0
  142. package/skills/oci/oci-observability-incident-responder/SKILL.md +3 -0
  143. package/skills/oci/oci-recovery-service-operator/SKILL.md +3 -0
  144. package/skills/oci/oci-registry-artifact-governor/SKILL.md +3 -0
  145. package/skills/oci/oci-resource-search-inventory-analyst/SKILL.md +3 -0
  146. package/skills/oci/oci-security-compliance-reviewer/SKILL.md +3 -0
  147. package/skills/oci/oci-solution-architect/SKILL.md +3 -0
  148. package/skills/oci/oci-storage-backup-steward/SKILL.md +3 -0
  149. package/skills/oci/oci-support-incident-coordinator/SKILL.md +3 -0
  150. package/skills/oci/oracle-oci-mcp-grounded-advisor/SKILL.md +3 -0
  151. package/skills/opentelemetry/opentelemetry-collector-config-review/SKILL.md +3 -0
  152. package/skills/prometheus/prometheus-alerting-cardinality-review/SKILL.md +3 -0
  153. package/skills/sigstore/sigstore-cosign-supply-chain-review/SKILL.md +3 -0
  154. package/skills/terraform/terraform-maestro/SKILL.md +3 -0
  155. package/skills/velero/velero-backup-restore-guard/SKILL.md +3 -0
package/README.md CHANGED
@@ -7,6 +7,17 @@
7
7
 
8
8
  <p><strong>A curated marketplace for cloud and zero-trust AI workflows.</strong></p>
9
9
 
10
+ <p>
11
+ <a href="https://www.npmjs.com/package/@raishin/vanguard-frontier-agentic"><img alt="npm version" src="https://img.shields.io/npm/v/@raishin/vanguard-frontier-agentic.svg?logo=npm" /></a>
12
+ <a href="LICENSE"><img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" /></a>
13
+ <a href="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/codeql.yml"><img alt="CodeQL" src="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/codeql.yml/badge.svg?branch=master" /></a>
14
+ <a href="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/install-paths-smoke.yml"><img alt="Install Paths Smoke" src="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/install-paths-smoke.yml/badge.svg?branch=master" /></a>
15
+ <a href="https://scorecard.dev/viewer/?uri=github.com/Raishin/vanguard-frontier-agentic"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/Raishin/vanguard-frontier-agentic/badge" /></a>
16
+ <a href="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/docs-quality.yml"><img alt="Docs Quality" src="https://github.com/Raishin/vanguard-frontier-agentic/actions/workflows/docs-quality.yml/badge.svg?branch=master" /></a>
17
+ <a href="https://docs.npmjs.com/generating-provenance-statements"><img alt="npm provenance" src="https://img.shields.io/badge/npm-provenance-26a566.svg?logo=npm" /></a>
18
+ <a href="CONTRIBUTING.md"><img alt="PRs welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
19
+ </p>
20
+
10
21
  <p>
11
22
  <a href="#get-started">Get Started</a> &nbsp;·&nbsp;
12
23
  <a href="#install-reference">Install Reference</a> &nbsp;·&nbsp;
@@ -14,7 +25,10 @@
14
25
  <a href="#agents">Agents</a> &nbsp;·&nbsp;
15
26
  <a href="https://github.com/Raishin/vanguard-frontier-agentic/issues">Issues</a> &nbsp;·&nbsp;
16
27
  <a href="#faq">FAQ</a> &nbsp;·&nbsp;
17
- <a href="#feedback">Feedback</a>
28
+ <a href="#feedback">Feedback</a> &nbsp;·&nbsp;
29
+ <a href="CONTRIBUTING.md">Contributing</a> &nbsp;·&nbsp;
30
+ <a href="SECURITY.md">Security</a> &nbsp;·&nbsp;
31
+ <a href="CODE_OF_CONDUCT.md">Code of Conduct</a>
18
32
  </p>
19
33
  </div>
20
34
 
@@ -60,6 +74,14 @@ npx vfa-export-agents --platform claude-code --role cloud-security-engineer --re
60
74
 
61
75
  **🗺️ Not sure which role or agent you need?** Jump to the [Install Reference](#install-reference) for the full map.
62
76
 
77
+ ### Install paths
78
+
79
+ There are three supported install paths — npm package, `vfa-export-agents` CLI, and the third-party `skills` CLI — each with different versioning, trust, and scope characteristics. See [`docs/integrations/skills-cli.md`](docs/integrations/skills-cli.md) for the full trust matrix, verified flag syntax, pinning guidance, and pre-install inspection steps.
80
+
81
+ ```bash
82
+ npm install @raishin/vanguard-frontier-agentic@latest
83
+ ```
84
+
63
85
  ---
64
86
 
65
87
  ## 🧠 Skills
@@ -32,5 +32,6 @@
32
32
  "kiro-cli": "agents/kubernetes/kubernetes-live-admission-policy-guard-agent/harnesses/kiro-cli.agent.json"
33
33
  },
34
34
  "author": "github: Raishin",
35
- "version": "0.1.0"
35
+ "version": "0.1.0",
36
+ "companion_skills": ["kyverno-policy-review"]
36
37
  }
@@ -32,5 +32,6 @@
32
32
  "kiro-cli": "agents/kubernetes/kubernetes-live-argocd-sync-guard-agent/harnesses/kiro-cli.agent.json"
33
33
  },
34
34
  "author": "github: Raishin",
35
- "version": "0.1.0"
35
+ "version": "0.1.0",
36
+ "companion_skills": ["argocd-gitops-review"]
36
37
  }
@@ -32,5 +32,6 @@
32
32
  "kiro-cli": "agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/kiro-cli.agent.json"
33
33
  },
34
34
  "author": "github: Raishin",
35
- "version": "0.1.0"
35
+ "version": "0.1.0",
36
+ "companion_skills": ["istio-ambient-mesh-review"]
36
37
  }
@@ -32,5 +32,6 @@
32
32
  "kiro-cli": "agents/kubernetes/kubernetes-live-network-policy-guard-agent/harnesses/kiro-cli.agent.json"
33
33
  },
34
34
  "author": "github: Raishin",
35
- "version": "0.1.0"
35
+ "version": "0.1.0",
36
+ "companion_skills": ["cilium-network-policy-review"]
36
37
  }
@@ -33,5 +33,6 @@
33
33
  "kiro-cli": "agents/kubernetes/kubernetes-live-velero-restore-guard-agent/harnesses/kiro-cli.agent.json"
34
34
  },
35
35
  "author": "github: Raishin",
36
- "version": "0.1.0"
36
+ "version": "0.1.0",
37
+ "companion_skills": ["velero-backup-restore-guard"]
37
38
  }
@@ -33,5 +33,6 @@
33
33
  "kiro-cli": "agents/kubernetes/kubernetes-psa-review-agent/harnesses/kiro-cli.agent.json"
34
34
  },
35
35
  "author": "github: Raishin",
36
- "version": "0.1.0"
36
+ "version": "0.1.0",
37
+ "companion_skills": ["kubernetes-pod-security-admission-review"]
37
38
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  metadata:
3
- author: github: Raishin
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
4
5
  ---
5
6
 
6
7
  # Terraform Reviewer