Evidence-first Zero Trust runtime for startups
Mondrian blocks risky changes before merge or deploy and proves controls run with tamper-evident records.
# Install
go install github.com/miqcie/mondrian/cmd/mondrian@latest
# Check your infrastructure
mondrian check
# Generate proof bundle
mondrian attest
# Verify evidence chain
mondrian verify- Policy: Declarative rules across code, infrastructure, device, and identity
- Gateways: CI/CD checks, pre-commit hooks, and runtime webhooks
- Evidence: Signed attestations with immutable log and query API
- ✅ Infrastructure as Code policy checks (S3, Security Groups)
- ✅ Deploy policy enforcement (OIDC, two-person review)
- ✅ Device health verification (osquery integration)
- ✅ GitHub Actions integration
- ✅ SLSA-compatible attestation generation
- ✅ Offline proof verification
From source:
git clone https://github.com/miqcie/mondrian.git
cd mondrian
go build -o mondrian cmd/mondrian/main.goGitHub Action:
- uses: miqcie/mondrian-action@v1
with:
rules: 'iac,deploy,device'Apache-2.0
See CONTRIBUTING.md for details.