Skip to content

Releases: DaCameraGirl/gatekeeper

v1.0.0 — GateKeeper

27 May 19:35

Choose a tag to compare

v1.0.0 — GateKeeper

Autonomous AI DevOps release gate agent.

GateKeeper runs automatically on every pull request, evaluates 9 policy gates, and posts an official Release Readiness Certificate — blocking bad releases and clearing good ones with full explanations.

Policy Gates (scored 0–100)

  • Kill Switch — Emergency override to block all releases
  • Rollout Percentage — Validates safe rollout bounds and canary cross-checks
  • Environment Readiness — Ensures staging is validated before production
  • Test Coverage — Confirms code meets minimum threshold requirements
  • Error Rate — Monitors production error rates against SLO bounds
  • Canary Health — Checks canary deployment performance
  • Flag Staleness — Prevents feature flags older than 90 days
  • Blast Radius — Validates user impact and rollback plan existence
  • Dependency Vulnerabilities — Audits for critical CVEs

AI Stack

  • Claude — Qualitative risk assessment
  • DeepSeek — Schema validation and context pre-processing
  • Tavily — Web search for CVE and dependency lookups

Output

  • ✅ CLEARED / ⚠️ WITH-CAUTION / ❌ BLOCKED status posted to every PR
  • Full Release Readiness Certificate with score, risk level, blockers, warnings, and remediation steps
  • Persistent memory — GateKeeper remembers past decisions