Agents Shipgate

Agents Shipgate

Deterministic merge verdicts for AI-generated agent PRs.

62/100MonitorFreeFree

Agents Shipgate fits a real niche: pre-merge static analysis of agent tool surfaces with a deterministic verdict. Local-first and zero-telemetry, it complements runtime guardrails. Early-stage (v0.15.0, pre-1.0) but actively iterating; pair it with runtime enforcement for full coverage.

Verified 10d ago · liveness 62/100 · cite: rightaichoice.com/tools/agents-shipgate

Best for
  • AI engineers shipping tool-using agents needing deterministic PR-time capability review
  • Platform teams building agent CI/CD pipelines with merge gates that don't require running agents
  • Security/GRC reviewers who want audit trails and release evidence without importing user code
  • Teams using multiple agent frameworks that need a single pre-merge check for tool-surface changes
Not ideal for
  • Teams relying on runtime guardrails or call-time policy enforcement
  • Projects without AI-generated agent code or tool surface changes in PRs
  • Teams needing LLM evaluation or evals frameworks
Visit Website

IntermediateFor a single PR, you can be up and running in under 30 minutes: install the CLI, create a basic shipgate.yaml, and run verify --ci-mode advisory. Full integration as a GitHub Action with strict mode and SARIF might take 2-4 hours including testing. Teams with multiple agent frameworks may need extra time to configure all tool sources.CLINo public APIVerified 10d ago
Pricing
Free
FreeFree tier4 hidden costs
Learning curve
Intermediate
For a single PR, you can be up and running in under 30 minutes: install the CLI, create a basic shipgate.yaml, and run verify --ci-mode advisory. Full integration as a GitHub Action with strict mode and SARIF might take 2-4 hours including testing. Teams with multiple agent frameworks may need extra time to configure all tool sources.
Runs on
CLI
No public API · 14 integrations
Who it's for
AI engineer shipping a tool-using agentPlatform engineer building agent CI/CDSecurity/GRC analyst reviewing AI agent releases
Live sentiment
Is Agents Shipgate actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip Agents Shipgate if you need runtime guardrails, call-time policy enforcement, or LLM evaluation — it only covers the pre-merge capability review slot, and it requires a shipgate.yaml manifest and a CI pipeline to be useful.

The 30-second take
Biggest gripe

Requires a checked-in shipgate.yaml manifest; teams without one must invest in setup before seeing value.

Price reality

Agents Shipgate is free and open source (Apache-2.0), which makes it attractive for teams that need a deterministic pre-merge gate without per-seat fees. There are no paid tiers, so the only cost is the engineering time to adopt and maintain it. This pricing fits startups and enterprises alike, but it's not a hosted service — you must run it in your own CI.

In short

Agents Shipgate — Deterministic merge verdicts for AI-generated agent PRs. Best for AI engineers shipping tool-using agents needing deterministic PR-time capability review, Platform teams building agent CI/CD pipelines with merge gates that don't require running agents, Security/GRC reviewers who want audit trails and release evidence without importing user code. Free to use.

What's new in Agents Shipgate

Checked 8 days ago

Across the latest 4 updates: 2 feature updates and 2 news mentions.

What people actually say about Agents Shipgate — is it worth it?

We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.

2 mentions across 1 source (GitHub) · researched Jul 4, 2026.

70% positive30% critical

Average across the 1 source that answered — each source counts once, not each post.

Recurring strengths
  • +Deterministic merge verdicts prevent unsafe agent code from landing.
  • +Local-first design: no network calls, no LLM, no telemetry by default.
  • +Supports MCP, OpenAPI 3.x, and multiple agent SDKs out-of-the-box.
  • +Capability lock and diff artifacts create clear audit trails.
  • +GitHub Action offers multiple enforcement modes (advisory, strict).
Recurring frustrations
  • Too early for production trust—only 104 GitHub stars.
  • No community discussion outside GitHub—lack of third-party validation.
  • Only one documented issue, a demo rehearsal, not real bug reports.
  • Static analysis cannot catch all runtime agent misbehaviors.
  • Learning curve for writing shipgate.yaml manifests and interpreting diffs.
Patterns worth knowing
Early-stage project with promise but limited validation
Seen on GitHub
Local-first, privacy-friendly design viewed positively
Seen on GitHub
Broad SDK support valued for cross-platform agent work
Seen on GitHub
Learning curve
beginnerProductive in ~A few hours
Hidden costs people mention
  • No hidden costs—entirely free open-source tool.

Viability Score

62/100
Monitor

How well maintained and how widely used is Agents Shipgate? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
90
Traction
42
Site health
95
User sentiment
70
What the vendor publishes
40

Last calculated: September 2026

How we score →

Key Features

  • Static analysis of MCP tool exports
  • OpenAPI 3.x spec analysis
  • OpenAI Agents SDK Python entrypoint checks
  • Anthropic Messages API artifact support
  • Google ADK Python and YAML config analysis
  • LangChain/LangGraph static Python input checks
  • CrewAI static Python input checks
  • OpenAI API artifact support
  • Codex repo config and plugin package analysis
  • Claude Code plugin marketplace detection (v0.15.0)
  • n8n workflow JSON and source-control stub analysis
  • Deterministic merge verdict: mergeable, human review, insufficient evidence, blocked
  • Capability lock and diff artifacts (capabilities.lock.json, capability-lock-diff.json/.md)
  • SARIF output for GitHub code-scanning integration
  • GitHub Action with advisory, baseline, strict, and governance modes (v0.14.0)

About Agents Shipgate

FreeIntermediateNo APICLI

Agents Shipgate is an open-source, local-first CLI and GitHub Action from Three Moons Lab that verifies AI-generated agent capability changes and returns a deterministic merge verdict before code lands. It reads a shipgate.yaml manifest, declared local tool sources, policy/trust-root files, and PR diffs, then produces verifier artifacts that tell reviewers (or an autonomous coding agent) whether the change merges, needs human review, lacks evidence, or is blocked. Run it on PRs where Codex, Claude Code, Cursor, or a human adds or changes MCP tools, OpenAPI operations, framework-declared tools, prompts, permission scopes, approval policies, prohibited actions, shipgate.yaml, or CI release gates. Targeted at AI engineers, platform engineers building agent CI/CD, and security/GRC teams who need audit trails without importing user code. It's not an LLM eval framework, runtime guardrail, or security audit; it owns the pre-merge capability-review slot. While static and non-calling by default — no LLM calls, no MCP server connections, and zero telemetry — the v0.15.0 release adds fail-closed config handling, config-bound dynamic-toolkit checks, and Claude Code plugin marketplace detection. For teams shipping tool-using agents through CI/CD, it offers a deterministic, auditable alternative to ad-hoc code review, complementing runtime guardrails and evals rather than replacing them.

Behind the Verdict

Most agent-safety tools stop at design-time advice or runtime monitoring. Agents Shipgate targets the gap before merge: a static, deterministic check that says merge, human review, insufficient evidence, or blocked. If your CI pipeline handles hundreds of AI-generated PRs, this gives reviewers a data point grounded in local policy, not vibes. We'd reach for it when Codex or Claude Code is touching tool surfaces daily. It reads MCP exports, OpenAPI 3.x specs, and a dozen framework SDKs without making network calls. No LLM calls, no MCP server connections, zero telemetry by default. That quiet profile is a feature for teams that can't leak code to a third party. The outputs are structured: agent-handoff.json, verifier.json, report.json, a capability lock and diff, SARIF, and even a content-addressed attestation. A coding agent can switch on decision and completion_allowed directly. But the tool doesn't certify safety. It's static analysis, not a runtime guardrail. You still need observability and runtime policy checks. And the verdict is only as good as the manifest. If shipgate.yaml or policies are wrong, the gate is wrong. Early adopters should run it in advisory mode first, then move to strict governance. Compared to Agent Shipcheck — actual product name confusion — Shipgate is independent and focused on capability review. It's not an eval framework; don't use it to measure LLM quality.

Researching Agents Shipgate? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas Agents Shipgate actually fits — and what changes day-one when you adopt it.

AI engineer shipping a tool-using agent

You've created a PR that adds a new MCP server to your agent. You want to make sure it doesn't introduce wildcard paths or missing scopes before a human reviews.

Outcome: Run agents-shipgate verify --ci-mode advisory. The tool scans the MCP export, flags any wildcard paths or missing scopes, and outputs a report with severity counts. You get a PR comment summarizing the semantic capability diff, helping you catch issues early.

Platform engineer building agent CI/CD

You manage a repository where Codex and Claude Code generate PRs that modify agent tools and prompts. You need to enforce a deterministic merge gate.

Outcome: Add Agents Shipgate as a GitHub Action with strict mode. It checks every PR against shipgate.yaml, computes a merge verdict (mergeable, human review, insufficient evidence, blocked), and posts it as a PR comment. Non-compliant PRs are blocked automatically, providing a consistent gate across all agent-generated

Security/GRC analyst reviewing AI agent releases

You need audit evidence that agent capability changes were reviewed before release, without running the agents themselves.

Outcome: Configure Agents Shipgate to generate attestation.json (content-addressed) and a release report (report.json) for each verified PR. These artifacts provide a deterministic record of the merge verdict and findings, satisfying audit trail requirements without executing untrusted code.

Use Cases

Limitations

  • Agents Shipgate is an open-source, local-first CLI and GitHub Action that verifies AI-generated agent capability changes.
  • It requires a declared shipgate.yaml manifest and does not run the agent or import user code by default, and static analysis can miss dynamic tool registrations or runtime-derived schemas.
  • As of v0.15.0, it is pre-1.0 and subject to contract changes, and v0.14.0 replaced the legacy agent-json format with codex-boundary-json.

as of 2026-08-20

Verification history

We have re-verified Agents Shipgate 5 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  4. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it

Free to cite with attribution — this page re-verifies continuously.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly
Free
Billed monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Plans compared

For each published Agents Shipgate tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Open Source

$0/mo

Ideal for

AI engineers, platform engineers, and security teams that want a deterministic pre-merge gate for agent PRs and are comfortable running a CLI/GitHub Action in their own CI without vendor support.

What this tier adds

Free, Apache-2.0 licensed; includes all features (CLI, GitHub Action, static analysis for multiple frameworks, SARIF output). No paid tiers; you run it yourself.

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • Requires a checked-in shipgate.yaml manifest; teams without one must invest in setup before seeing value.
  • Static analysis can miss dynamic tool registrations, so you may need additional review processes for runtime-derived schemas.
  • As a pre-1.0 tool (v0.15.0), contract changes like the v0.14.0 agent-json removal can break existing workflows and require migration effort.
  • To get SARIF-based code scanning, you must also configure GitHub code scanning for your repository, which has its own overhead.

Where the pricing makes sense

The company stage and team size where Agents Shipgate's pricing actually pencils out — and where peers do it cheaper.

Agents Shipgate is free and open source (Apache-2.0), which makes it attractive for teams that need a deterministic pre-merge gate without per-seat fees. There are no paid tiers, so the only cost is the engineering time to adopt and maintain it. This pricing fits startups and enterprises alike, but it's not a hosted service — you must run it in your own CI.

Setup time & first value

How long it actually takes to get something useful out of Agents Shipgate — broken out by persona, not the marketing-page minute.

For a single PR, you can be up and running in under 30 minutes: install the CLI, create a basic shipgate.yaml, and run verify --ci-mode advisory. Full integration as a GitHub Action with strict mode and SARIF might take 2-4 hours including testing. Teams with multiple agent frameworks may need extra time to configure all tool sources.

Switching to or from Agents Shipgate

How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.

Migrating in
  • From manual review processes: adopt Agents Shipgate as an automated pre-merge check by creating shipgate.yaml and adding the GitHub Action to your CI pipeline.
  • From agent-json format (v0.14.0): replace with codex-boundary-json; update any scripts that parsed the old format.
Migrating out
  • To a runtime guardrail: if you need call-time enforcement, you'll need a separate tool like an MCP gateway or guardrail service; Agents Shipgate only covers pre-merge review.
  • To a hosted CI solution: if you prefer managed CI, you'll need to wrap Agents Shipgate in your CI pipeline or use a service that runs it for you.

Integrations

GitHub ActionsMCPOpenAPIOpenAI Agents SDKAnthropic Messages APIGoogle ADKLangChainLangGraphCrewAICodexClaude CodeCursorn8nGitHub Code Scanning (SARIF)

Resources & Guides

Tutorials & Learning

Tools that pair well with Agents Shipgate

Common stack mates teams adopt alongside Agents Shipgate, with the specific reason each pairing earns its keep.

Featured Head-to-Head Comparisons

Alternatives to Agents Shipgate

View all
Pixee

Pixee

Agentic security engineering platform that triages, fixes vulnerabilities, and ships PRs developers merge.

Contact SalesTry
Cycode

Cycode

Secure and govern AI-generated code from prompt to runtime with agentic development security.

Contact SalesTry
Checkmarx

Checkmarx

Agentic application security platform governing AI-generated code from creation to runtime.

Contact SalesTry

Frequently Asked Questions

Used Agents Shipgate? Help shape our editorial sentiment research.