Kyverno image validation: registry allowlists, digests, signatures, and CVE scanning gates for K8s supply chain security.
Enforces container image security by validating registries, digests, signatures, and CVEs. Use when deploying Kubernetes workloads to block untrusted images and supply chain vulnerabilities.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install enforce@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdscripts/example-1.shscripts/example-2.shscripts/example-3.shscripts/example-4.shscripts/example-5.shEnforce container image security controls before deployment. These policies validate image sources, require cryptographic signatures, enforce digest-based references, and block images with critical vulnerabilities.
Phased Rollout Recommended
Start with registry controls and digest requirements before adding signature verification and CVE scanning. This minimizes disruption while building security layers progressively.
Block untrusted registries before enforcing signatures or scans.
kubectl apply -f registry-allowlist-policy.yaml # Registry controls first
kubectl get clusterpolicy -w # Watch for Ready status
Enforce immutable image references.
kubectl apply -f digest-enforcement-policy.yaml # Digest enforcement
kubectl get clusterpolicy -w
Verify images come from trusted sources.
kubectl apply -f signature-verification-policy.yaml # Signature verification
kubectl get clusterpolicy -w
Block vulnerable images based on scan attestations.
kubectl apply -f cve-scanning-policy.yaml # CVE gates
kubectl get clusterpolicy -w
Standardize on approved, maintained base images.
kubectl apply -f base-image-policy.yaml # Base image enforcement
kubectl get clusterpolicy -w
See examples.md for code examples.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.