Credential access
Reads manifest files that may include secret references or generated values.
brew
FAST Kubernetes manifests validator, with support for Custom Resources! Version 0.8.0 via Homebrew; verified 2026-06-04.
agent safety
kubeconform validates Kubernetes manifests and may read deployment configuration.
Reads manifest files that may include secret references or generated values.
Validation is local and does not mutate clusters.
Can validate deployable artifacts before cluster application.
Gate only when scanning secret-bearing files or feeding apply pipelines.
Allow local validation; require approval before passing output into deployment commands.
install
brew install kubeconformlocal Homebrew formula metadata
sudo port install kubeconformMacPorts ports tree · sysutils/kubeconform/Portfile · source: api.github.com
sudo apk add kubeconformAlpine Linux edge package indexes · kubeconform · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#kubeconformnixpkgs package indexes · pkgs/by-name/ku/kubeconform/package.nix · source: api.github.com
sudo pacman -S kubeconformArch Linux sync databases · kubeconform · source: geo.mirror.pkgbuild.com
sudo zypper install kubeconformopenSUSE Tumbleweed package metadata · kubeconform · source: download.opensuse.org
scoop install main/kubeconformScoop official bucket manifest trees · bucket/kubeconform.json · source: api.github.com
winget install --id YannHamon.kubeconform -eWindows Package Manager source index · YannHamon.kubeconform · source: cdn.winget.microsoft.com
overview
FAST Kubernetes manifests validator, with support for Custom Resources!
history
Kubeconform is a Kubernetes manifest validator that grew out of the Kubeval lineage: its own documentation says it is inspired by, contains code from, and is designed to stay close to Kubeval while adding higher-throughput validation, configurable schema locations, CRD support, offline validation, and a schema registry fork for recent Kubernetes versions.
The GitHub repository was created on 2020-05-30. The public documentation feed dates the overview, installation, usage, CRD support, JSON Schema conversion, GitHub Action, and Go-module documentation pages to 2021-07-02, which matches the period when the project presented itself as a standalone replacement for common Kubeval workflows.
Kubeconform kept the Unix-style single-binary validator shape that made Kubeval popular in CI, but its distinguishing evolution was schema flexibility: users can validate against Kubernetes versions, local or remote schema locations, and converted CRD schemas rather than only core Kubernetes resources.
Adoption has been strongest in CI/CD and GitOps-adjacent workflows where teams want to fail manifest changes before applying them to a cluster. The tool's package-manager footprint across Homebrew, Linux distributions, Windows package managers, and Nix reflects a cross-platform CLI audience rather than a cluster-installed controller audience.
The repository metadata observed on 2026-07-01 showed more than 3000 GitHub stars, making it one of the better-known third-party Kubernetes manifest validators outside kubectl itself.
Typical use is to pass files, directories, or stdin to `kubeconform`, optionally choosing output such as text, JSON, JUnit, or TAP and enabling summary output for CI logs. For custom resources, users point `-schema-location` at local or HTTP(S) JSON schemas, or convert CRDs to JSON Schema with the project-provided conversion tooling.
The package matters in validation pipelines because it gives maintainers a fast, scriptable check for Kubernetes resource structure without needing live cluster access.
For package-manager users, Kubeconform is the kind of small Go CLI that fits neatly into `brew install`, CI images, pre-commit hooks, and reproducible Nix shells. Its significance is not a broad runtime platform but a sharp replacement-class tool for a once-common Kubernetes validation gap.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kubeconform | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/yannh/kubeconform
install metadata
| Package key | brew:kubeconform |
|---|---|
| Version | 0.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kubeconform |
| Homepage | https://github.com/yannh/kubeconform |
| Repository | https://github.com/yannh/kubeconform |
| Upstream docs | https://github.com/yannh/kubeconform#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/yannh/kubeconform/archive/refs/tags/v0.8.0.tar.gz |
| Last updated | 2026-06-04T22:29:59Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kubeconform |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kubeconform
nix profile install nixpkgs#kubeconformkubeconform 0.7.0-r8
A FAST Kubernetes manifests validator, with support for Custom Resources!
https://github.com/yannh/kubeconform
sudo apk add kubeconformkubeconform 0.7.0-2
FAST Kubernetes manifests validator, with support for Custom Resources!
https://github.com/yannh/kubeconform
sudo pacman -S kubeconformkubeconform 0.8.0-1.1
A fast Kubernetes manifests validator, with support for custom resources
https://github.com/yannh/kubeconform/
sudo zypper install kubeconformkubeconform
sudo port install kubeconformmain/kubeconform
scoop install main/kubeconformYannHamon.kubeconform
winget install --id YannHamon.kubeconform -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.