plugins/enforce/skills/kyverno-mutation-templates/SKILL.md
Kyverno mutation policies that auto-inject labels, sidecars, and configuration into Kubernetes workloads at admission time.
npx skillsauth add adaptive-enforcement-lab/claude-skills kyverno-mutation-templatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Mutation policies modify resources at admission time, before they're persisted to etcd. This approach enforces standards without blocking deployments or requiring manual manifest updates.
See the full implementation guide in the source documentation.
Only mutate resources that match specific criteria:
app.kubernetes.io/monitored=true)When multiple policies mutate the same field:
patchStrategicMerge or patchesJson6902 for predictable mergingexclude blocks to prevent conflicting mutationsNever mutate security-critical fields:
Use validation policies for security boundaries. Use mutations for operational standards.
See examples.md for code examples.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.