aahan-pat/chaosify
GitHub: aahan-pat/chaosify
Stars: 1 | Forks: 0
# Chaosify
[](https://www.npmjs.com/package/chaosify-kubernetes)
Chaosify is a safe, namespace-scoped execution environment for Kubernetes security verification. It proves whether your Kubernetes guardrails actually work — not just whether they are configured — and serves as the controlled execution sandbox for AI-driven pentesting.
All execution is confined to a dedicated, RBAC-enforced test namespace. Chaosify structurally cannot touch any other namespace in the cluster.
## Installation
Requires Node.js ≥ 22.16.0.
npm install -g chaosify-kubernetes
To try without installing:
npx chaosify-kubernetes --help
## Docs
- [Architecture](docs/architecture.md) — system design, safety model, and multi-cluster model
- [Reference](docs/reference.md) — complete command reference, flags, and exit codes
- [Scenarios](docs/scenarios.md) — full scenario library with control objectives and remediation
- [Case Study: Kubernetes Goat](docs/case-study-kubernetes-goat.md) — end-to-end run against a deliberately vulnerable cluster
标签:自动化攻击