Merge gates and safety checks for AI coding agents via MCP.
is a merge gate for AI-generated code. It checks that AI changes match expectations before you merge. 🎯 Scope validation — AI only touches allowed files ✅ Test verification — tests must pass 🔍 Drift detection — catches parallel abstractions, interface changes 🛡 Protected paths — critical files stay untouched 🔒 Security hygiene — warns on hardcoded secrets, unsafe patterns, sensitive file…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
is a merge gate for AI-generated code. It checks that AI changes match expectations before you merge. 🎯 Scope validation — AI only touches allowed files ✅ Test verification — tests must pass 🔍 Drift detection — catches parallel abstractions, interface changes 🛡 Protected paths — critical files stay untouched 🔒 Security hygiene — warns on hardcoded secrets, unsafe patterns, sensitive file changes 📊 Trust score — 0-100 composite score with graduated verdicts 🔧 Auto-fix — Tier-1 issues fixed…