Open-source tools, each built from a real problem on the platform — not demos.
Linux · Security audit
maintained
Linux Fleet Audit
Agentless auditing for Linux fleets. One read-only SSH pass per host produces a single formatted Excel report: full inventory, hardening findings ranked by severity with a recommended fix for each, and ~30 CIS-style pass/fail checks. Parallel, key- or password-based, and graceful — unreachable hosts are logged with a reason and the run carries on. Report cells are written formula-safe so a compromised host can't smuggle a payload into your spreadsheet.
Linux · Remediation
maintained
Linux Fleet Harden
Interactive, human-approved remediation driven by a Linux Fleet Audit plan. It re-verifies each finding on the live host, applies only the fixes you approve, backs up every file first, and supports full rollback. Its sshd guard — validate, watchdog, fresh-session check — makes it structurally impossible to lock yourself out. Dry-run by default; disruptive changes require a typed confirmation.
OpenShift · FinOps
maintained
corepair
Size OpenShift subscriptions from measured demand — and show how much of a multi-year “saving” is an enforceable contract term versus just a forecast.
$pipx install corepair
Kubernetes · Storage
maintained
pvdoctor
Diagnoses Kubernetes PersistentVolumes stuck in Terminating, Released, or Failed, identifies the real backend cause (orphaned vSphere snapshots, stale claimRefs, dangling volume attachments, backup finalizers, and more), and prints the safe fix next to the destructive finalizer-removal hack it talks you out of. Read-only by construction, a single static binary, with offline triage from JSON dumps.