nuon-policy
Installation
SKILL.md
Nuon Policy Creator
Generate Nuon compliance and security policies using OPA Rego. Policies validate components at build time (container images) or deploy time (Terraform, Helm) and can block or warn on violations.
Key Concepts
- Policy types —
container_image(build-time),terraform_module(deploy-time),helm_chart(deploy-time) - Policy engine —
opa(Open Policy Agent using Rego) denyrules — block the build or deployment stepwarnrules — log a warning but allow the step to continuecomponents— list of component names to apply the policy to, or["*"]for all
Discovery Process
- What component types are in scope? (container images, Terraform modules, Helm charts)
- What should be enforced vs warned? (hard blocks vs advisory)
- Which specific components, or should it apply to all?
- What are the compliance requirements? (image signing, encryption, resource limits, tags, etc.)