From vanguard-frontier-agentic
Audits NVIDIA NGC and NIM supply chain security: org boundaries, API key scoping, cosign verification, model provenance, entitlement, mirror integrity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:nvidia-ngc-nim-supply-chain-governorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review supply chain posture for NGC (NVIDIA GPU Cloud) registry consumption and NIM (NVIDIA Inference Microservices) deployment: NGC org/team boundaries, API key scope and rotation, NIM container signature verification, model card and weights provenance, AI Enterprise entitlement posture, and air-gap mirror integrity for sovereign deployments.
Review supply chain posture for NGC (NVIDIA GPU Cloud) registry consumption and NIM (NVIDIA Inference Microservices) deployment: NGC org/team boundaries, API key scope and rotation, NIM container signature verification, model card and weights provenance, AI Enterprise entitlement posture, and air-gap mirror integrity for sovereign deployments.
Static review only. This skill reads configuration and emits findings. It does not execute
cosign verifyor contact registries. For a runtime-evidence go/no-go decision on a single candidate NIM image moving staging → production, route to the live-tier counterpartnvidia-model-promotion-gatekeeper, which executes an allowlisted set of cosign/crane/oras/grype commands and emits a cosign-signable attestation JSON.
cosign verify nvcr.io/nim/..., NGC org/team listings, key creation timestamps and scopes, AI Enterprise license metadata, mirror manifest digests) when the active client exposes it; otherwise fall back to NVIDIA NGC and NIM documentation and sanitized configuration.cosign verify (or equivalent admission policy) against NVIDIA's published identity as a high finding — image trust is unverified.Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticExecutes cosign/crane/oras/grype commands against an NVIDIA NIM container to produce a signed go/no-go attestation for staging-to-production promotion.
Detects compromised or backdoored models from unverified sources, floating tags, or unreviewed registries. Use when downloading pre-trained models, loading from registries, integrating third-party LLM providers, or managing automated model updates.
Scans container images for vulnerabilities using Trivy and Grype, enforces image signing with Cosign and Sigstore, and builds CI/CD pipelines to prevent deploying unscanned or unsigned images.