cispectre — GitHub Actions waste and hygiene auditor. Part of SpectreHub.
- Scans GitHub Actions workflows for waste: long runners, redundant jobs, stale workflows
- Identifies unused secrets and oversized artifacts
- Estimates wasted CI minutes
- Outputs text, JSON, and SpectreHub formats
- Not a CI/CD platform — audits existing workflows
- Not a remediation tool — reports only, never modifies workflows
- Not a security scanner — checks efficiency, not supply chain attacks
brew tap ppiankov/tap
brew install cispectregit clone https://github.com/ppiankov/cispectre.git
cd cispectre
make buildcispectre scan --org ppiankov --format json| Command | Description |
|---|---|
cispectre scan |
Audit GitHub Actions workflows for waste |
cispectre version |
Print version |
cispectre feeds CI/CD waste findings into SpectreHub for unified visibility across your infrastructure.
spectrehub collect --tool cispectrecispectre operates in read-only mode. It inspects and reports — never modifies, deletes, or alters your workflows.
MIT — see LICENSE.
Built by Obsta Labs