{"slug": "show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes", "title": "Show HN: Release-gate – a CLI that checks AI-agent PRs for risky changes", "summary": "A developer has released release-gate, a Python CLI that checks AI-agent pull requests for risky changes by comparing a PR branch against a base ref and reporting only introduced modifications. The tool aims to address the difficulty of reviewing AI-agent PRs where changes to prompts, models, tool configs, or model output reaching eval/exec paths may not be obvious in a normal diff. The creator is seeking feedback on whether PR-scoped gating is useful and on reducing noise in static analysis.", "body_md": "I built this after noticing that AI-agent PRs are hard to review. There are many tools available but it does not show the reason why the code can be problematic in case of agent.\n\nA normal diff can show code changes, but it may not make it obvious that a prompt changed, a model changed, a tool config changed, or model output now reaches an eval/exec path.\n\nrelease-gate is a Python CLI that compares a PR branch against a base ref and reports only what the PR introduced.\n\nExample:\n\npip install release-gate release-gate pr --base origin/main\n\nIt can also create a lockfile for prompts/model/tool config:\n\nrelease-gate lock . release-gate audit . --lock\n\nThis is early. I’m mainly looking for feedback on whether PR-scoped gating is useful, and where the static analysis is still too noisy.\n\nComments URL: [https://news.ycombinator.com/item?id=49067759](https://news.ycombinator.com/item?id=49067759)\n\nPoints: 1\n\n# Comments: 0", "url": "https://wpnews.pro/news/show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes", "canonical_source": "https://news.ycombinator.com/item?id=49067759", "published_at": "2026-07-27 11:01:39+00:00", "updated_at": "2026-07-27 11:22:26.079784+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents", "ai-safety"], "entities": ["release-gate"], "alternates": {"html": "https://wpnews.pro/news/show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes", "markdown": "https://wpnews.pro/news/show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes.md", "text": "https://wpnews.pro/news/show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes.txt", "jsonld": "https://wpnews.pro/news/show-hn-release-gate-a-cli-that-checks-ai-agent-prs-for-risky-changes.jsonld"}}