Skip to content

Evidence request lists

CNCF Security Technical Advisory Group (TAG)

Evidence request list. 24 controls, 24 carrying auditor artefact guidance. Generated from the compliance knowledge graph on 11 September 2026. Published by The Art of Service.

CNCF: Cloud Native Layers (4C)

CNCF-4C-CLOUD
Cloud Layer Security

Secure the cloud/infrastructure layer (the trusted computing base): provider account security, infrastructure configuration, network controls and the environment hosting clusters, per the 4Cs of Cloud Native Security.

Artefacts an auditor will ask for
  • Cloud provider account/security baseline
  • Infrastructure configuration hardening evidence
  • Network controls around the cluster environment
Where this commonly fails
  • Misconfigured cloud account/infrastructure
  • Cluster exposed by the cloud layer
CNCF-4C-CLUSTER
Cluster Layer Security

Secure the orchestration/cluster layer: API server access control, RBAC, network policy, component configuration and securing the workloads running in the cluster.

Artefacts an auditor will ask for
  • Cluster RBAC + API server access controls
  • Network policy enforcement
  • Cluster component hardening
Where this commonly fails
  • Over-permissive cluster RBAC
  • No network policy
CNCF-4C-CODE
Code Layer Security

Secure the application code layer: secure coding, dependency management, secrets handling and application-level controls (the layer with the most direct control for the organisation).

Artefacts an auditor will ask for
  • Secure coding standards
  • Dependency/SCA management
  • Secrets-in-code prevention
Where this commonly fails
  • Vulnerable dependencies
  • Secrets committed to code
CNCF-4C-CONTAINER
Container Layer Security

Secure the container layer: image provenance and hardening, runtime privileges, isolation and container configuration.

Artefacts an auditor will ask for
  • Container image hardening + provenance
  • Runtime privilege/isolation configuration
Where this commonly fails
  • Privileged/unhardened containers
  • Untrusted images

CNCF: Compliance

CNCF-COMP-AUDITS
Regulatory Audits

Support regulatory audits for cloud-native environments: evidence collection, compliance automation and continuous control monitoring mapped to applicable regimes.

Artefacts an auditor will ask for
  • Compliance evidence collection / automation for cloud-native controls
  • Mapping of cloud-native controls to applicable regulations
Where this commonly fails
  • Manual/ad-hoc audit evidence
  • No control-to-regulation mapping
CNCF-COMP-INDUSTRY
Industry-Specific Compliance

Address industry-specific compliance obligations (e.g. financial-sector EU regulations) when running cloud-native workloads, mapping sector requirements to cloud-native controls.

Artefacts an auditor will ask for
  • Sector-specific requirement mapping (e.g. financial regulations)
  • Evidence of sector controls in the cloud-native estate
Where this commonly fails
  • Sector obligations not mapped to cloud-native controls

CNCF: Lifecycle - Deploy

CNCF-DEP-ARTIFACTS
Artifact and Image Verification

Verify artifacts and images at deploy time: signature verification, provenance/attestation checks and trusted-registry enforcement.

Artefacts an auditor will ask for
  • Artifact signature verification at deploy
  • Trusted-registry allowlist
Where this commonly fails
  • Deploying unverified artifacts
  • Pulling from untrusted registries
CNCF-DEP-INCIDENT
Incident Response and Mitigation

Prepare incident response and mitigation for cloud-native workloads: playbooks, isolation/quarantine capability and rollback.

Artefacts an auditor will ask for
  • Cloud-native incident response playbook
  • Workload isolation/quarantine + rollback capability
Where this commonly fails
  • No IR plan for cluster workloads
CNCF-DEP-OBSERVABILITY
Observability and Metrics

Establish observability for deployed workloads: logging, metrics and tracing to support detection and response.

Artefacts an auditor will ask for
  • Centralised logging/metrics/tracing for workloads
  • Security-relevant event collection
Where this commonly fails
  • No workload observability
  • Security events not collected
CNCF-DEP-PREFLIGHT
Pre-Flight Deployment Checks

Validate workloads at deployment via admission control: verify image provenance/signatures, policy compliance and configuration before admitting to the cluster.

Artefacts an auditor will ask for
  • Admission control policy (e.g. policy-as-code) verifying signatures + config
  • Pre-deployment validation records
Where this commonly fails
  • No admission control
  • Unsigned/unverified images admitted

CNCF: Lifecycle - Develop

CNCF-DEV-CHECKS
Security Checks in Development

Integrate security into development: threat-informed requirements, IDE/security-plugin checks, secret detection and security gates so issues are found early in the Develop phase.

Artefacts an auditor will ask for
  • Security checks integrated in the development workflow (linting, secret scanning, pre-commit)
  • Developer security tooling
Where this commonly fails
  • No security gates in development
  • Secrets not detected pre-commit
CNCF-DEV-TESTING
Security Testing

Perform security testing during development: SAST, DAST, dependency/SCA scanning and unit/integration security tests before artifacts are built.

Artefacts an auditor will ask for
  • SAST/DAST results
  • Software composition analysis (SCA) reports
  • Security test coverage
Where this commonly fails
  • No automated security testing
  • Dependencies not scanned

CNCF: Lifecycle - Distribute

CNCF-DIST-IMGHARDEN
Image Hardening

Harden container images: minimal base images, removal of unnecessary packages, non-root users and reduced attack surface.

Artefacts an auditor will ask for
  • Hardened/minimal base-image standard
  • Non-root and least-package image policy
Where this commonly fails
  • Bloated images with unnecessary packages
  • Containers running as root
CNCF-DIST-IMGSCAN
Image Scanning

Scan container images for known vulnerabilities and misconfigurations before distribution, with policy on acceptable findings.

Artefacts an auditor will ask for
  • Image vulnerability scan reports
  • Policy gating on scan results
Where this commonly fails
  • Images distributed without scanning
  • No remediation policy on findings
CNCF-DIST-MANIFESTHARDEN
Container Application Manifest Hardening

Harden deployment manifests: drop capabilities, set security contexts, resource limits and least-privilege specifications.

Artefacts an auditor will ask for
  • Hardened manifest baselines (security contexts, dropped capabilities, resource limits)
Where this commonly fails
  • Manifests grant excessive privileges/capabilities
CNCF-DIST-MANIFESTSCAN
Container Application Manifest Scanning

Scan deployment manifests (Kubernetes YAML, Helm charts, IaC) for insecure settings before deployment.

Artefacts an auditor will ask for
  • Manifest/IaC security scan results
  • Policy on insecure manifest settings
Where this commonly fails
  • Manifests not scanned
  • Insecure defaults deployed
CNCF-DIST-PIPELINE
Build Pipeline Security

Secure the build pipeline (CI): isolated/ephemeral build environments, controlled build inputs, provenance generation and protection of pipeline credentials, supporting software supply chain integrity.

Artefacts an auditor will ask for
  • Hardened CI build pipeline configuration
  • Build provenance/attestation generation
  • Pipeline credential protection
Where this commonly fails
  • Shared/persistent build agents
  • No build provenance

CNCF: Lifecycle - Runtime

CNCF-RT-ACCESS
Runtime Access (Identity, Authentication, Authorization)

Enforce runtime access controls: workload and human identity, authentication, authorization (RBAC), service-to-service auth (mTLS/service mesh) and least privilege.

Artefacts an auditor will ask for
  • Workload + human identity and RBAC configuration
  • Service-to-service authentication (mTLS/service mesh)
Where this commonly fails
  • Static/shared workload credentials
  • No service-to-service auth
CNCF-RT-AVAILABILITY
Runtime Availability

Protect runtime availability: resource limits/quotas, denial-of-service protection, autoscaling and resilience of cloud-native workloads.

Artefacts an auditor will ask for
  • Resource limits/quotas + autoscaling configuration
  • DoS protection at ingress
Where this commonly fails
  • No resource limits enabling resource exhaustion
  • No DoS protection
CNCF-RT-COMPUTE
Runtime Compute Security (Orchestration, Hosts, Containers)

Secure runtime compute: host/node hardening, orchestrator security, container runtime isolation (sandboxing, seccomp/AppArmor) and microservice protection.

Artefacts an auditor will ask for
  • Node/host hardening baselines
  • Container runtime isolation (seccomp/AppArmor/sandbox) config
  • Orchestrator runtime security settings
Where this commonly fails
  • Unhardened nodes
  • No runtime isolation profiles
CNCF-RT-STORAGE
Runtime Storage Security

Secure runtime storage: encryption of data at rest, secrets management, volume access control and persistent-data protection.

Artefacts an auditor will ask for
  • Encryption at rest for volumes/data
  • Secrets management solution (not plaintext)
  • Storage access controls
Where this commonly fails
  • Unencrypted persistent volumes
  • Secrets stored in plaintext/env

CNCF: Security Assurance

CNCF-SA-PRINCIPLES
Security Principles

Apply cloud-native security principles: defense in depth, least privilege, zero trust, immutability, and secure-by-default across the 4C layers and lifecycle.

Artefacts an auditor will ask for
  • Documented security principles adopted (least privilege, zero trust, immutability)
  • Evidence principles are applied across layers
Where this commonly fails
  • Principles stated but not enforced
CNCF-SA-STACK
Security Stack and Tooling

Maintain a cloud-native security stack mapped to lifecycle phases (scanning, policy-as-code, runtime detection, secrets, observability) and keep tooling current.

Artefacts an auditor will ask for
  • Inventory of the security stack mapped to lifecycle phases
  • Tooling maintenance/currency evidence
Where this commonly fails
  • Gaps in security tooling coverage
CNCF-SA-THREATMODEL
Threat Modeling

Conduct cloud-native threat modeling: enumerate assets, trust boundaries and threats (including the v2 ransomware use case) to drive control selection.

Artefacts an auditor will ask for
  • Threat models for cloud-native systems covering trust boundaries
  • Threat-driven control selection
Where this commonly fails
  • No threat modeling
  • Trust boundaries undocumented
Assembled from the framework's own control set. Every line traces to a control in the graph, so this pack is regenerated rather than written, and stays current as the graph does.

Assembled from the framework’s own control set, so this list is regenerated rather than written and stays current as the graph does. See the CNCF Security Technical Advisory Group (TAG) framework page.