Add guardrails for AI coding agents to catch loops, regressions, and test tampering.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.zengxzh/buer" MCP server from askskill: Run: claude mcp add 'io-github-zengxzh-buer' -- npx -y buer
Enable buer in my AI coding agent workflow to monitor repeated rewrites of the same file, recurring patches, or stalled progress; if a loop is detected, stop execution and report the reason and related files.
A loop-risk alert explaining the trigger, listing affected files, and stopping further unproductive agent edits.
Before the agent submits a fix, use buer to check whether the new changes introduce regressions; assess risk using test results, change scope, and past behavior, and flag high-risk submissions.
A regression risk assessment highlighting suspicious changes, affected tests or modules, and whether the submission should be blocked.
Use buer to review changes the agent made to pass tests, detecting removed assertions, weakened conditions, skipped cases, or test edits that hide defects, and produce an audit summary.
An audit report on test tampering that lists suspicious test changes, risk levels, and recommended manual review items.
Add deterministic security checks, host audits, and diagnostics to AI workflows.
Audit AI agent code for pre-deploy security risks missed by generic SAST.
Keep AI coding agents aligned with shared contracts, intent, and change alerts.
Govern AI coding agents with task framing, change review, and signed decisions.
Find breaking lines after dependency upgrades and verify AI code against installed APIs.
Provide persistent, verified memory and guardrails for AI coding agents.