Agentless architecture. No installation. Runs locally with kubectl.
curl -sL wozz.io/audit.sh | bashThe script downloads and executes locally on your machine. Nothing is installed in your cluster.
Using your existing kubectl configuration, the script reads:
All data stays on your machine. We never receive your cluster credentials.
The script analyzes resource allocation patterns:
Over-Provisioned Memory
When limits are more than 2x requests
Over-Provisioned CPU
When limits are more than 3x requests
Unbound Storage
PVs that aren't attached to any pod
Orphaned Load Balancers
Services with no backend pods
The terminal displays your total annual waste and high-level breakdown.
Add --push to save results to your dashboard for tracking over time.
Sent to dashboard:
Never sent:
No agents = no new attack surface
One command, instant results
Data stays local unless you push it
Review the code on GitHub