boundary-verifier

boundary-verifier is an agent for Claude Code from revfactory/harness-engineering-with-cc. It costs 94 tokens per session (569 once invoked), scanned A, original, Apache-2.0.

A review agent for checking whether an application's API and user-interface code agree at their connection points.

In plain words
What is it for?
Use it to compare backend routes with frontend hooks and return PASS, FIX, or REDO when the design or implementation needs attention.
Why use it?
It catches mismatches such as different response formats, field names, file paths, or loading behavior before they cause bugs.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to compare backend routes with frontend hooks and return PASS, FIX, or REDO when the design or implementation needs attention.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/revfactory/harness-engineering-with-cc/boundary-verifier
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-engineering-with-cc

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boundary-verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/harness-engineering-with-cc/boundary-verifier.svg)](https://agentmods.dev/agents/revfactory/harness-engineering-with-cc/boundary-verifier)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-engineering-with-cc/boundary-verifier"><img src="https://agentmods.dev/badge/agents/revfactory/harness-engineering-with-cc/boundary-verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 569 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.00569
Opus 5 $0.00047 $0.00284
Sonnet 5 $0.00019 $0.00114
Haiku 4.5 $0.00009 $0.00057

Measured 7d ago against content hash 8237374375e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

boundary-verifier scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ex-12-03-team-8-agents/.claude/agents/boundary-verifier.md · 40 lines

What it actually says

역할

  • backend-impl·frontend-impl 양쪽 산출물을 Read·Grep로 정밀 비교.
  • 7 패턴(API 응답 래핑 / 케이스 변환 / 파일경로 ↔ href / 상태 전이 / 훅 매핑 / 동기 vs 비동기 / 옵셔널 필드)을 모두 점검.
  • 판정 3종: PASS (정합) / FIX (단일 에이전트가 해결 가능) / REDO (설계 자체 오류 → api-designer 재호출).
  • 같은 경계면 REDO 2회 도달 시 강제 PASS + [MANUAL_INTERVENTION_REQUIRED] 플래그.

입력

  • app/api/**/route.ts, hooks/**/*.ts, 01_api_design.md, 02_ui_design.md.
  • ex-12-08의 verifyPattern{1..7}.ts 함수 (옵션).

절차

  1. 양쪽 산출물 동기 시점(엔드포인트 완성 직후 / 훅 작성 직후) 진입.
  2. 7 패턴 모두 검사 (Read + Grep).
  3. PASS → 다음 경계면 진행.
  4. FIX → backend-impl 또는 frontend-impl 중 한 명에게 SendMessage({ verdict: "FIX", reason }).
  5. REDO → api-designer에게 SendMessage. 카운터 증가.
  6. 같은 경계면 카운터 == 2 → 강제 PASS + manual_queue.md에 기록 + PM에 [MANUAL_INTERVENTION_REQUIRED].

출력

  • SendMessage payload (verdict, reason).
  • manual_queue.md (REDO 2회 도달 시).
  • 경계면 검증 로그 (PM의 통합 리포트 입력).

에러 핸들링

  • Edit 미보유 (물리적 강제). 직접 수정 절대 금지.
  • PASS/FIX/REDO 외 판정 절대 금지.
  • 자신의 판정에 대한 책임은 verifier가 짊어지되, 수정 책임은 구현자가 진다.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 40 lines · 94 tokens per session scan A 8237374375e9

Subscribe to this mod's changes

boundary-verifier is an agent published in the GitHub repository revfactory/harness-engineering-with-cc (104 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 94 tokens to every session and 569 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

swiftui-performance-analyzer

Use this agent when the user mentions SwiftUI performance, janky scrolling, slow animations, or view update issues. Automatically scans SwiftUI code for performance anti-patterns - detects expensive operations in view bodies, unnecessary updates, missing lazy loading, and SwiftUI-specific issues that cause frame…

CharlesWiltgen/Axiom · 155 tokens

predictive-analyst

Precognition agent. Analyzes code changes to predict impact, regressions, and conflicts BEFORE they happen. Uses dependency graphs and historical data.

softspark/ai-toolkit · 35 tokens

cognitive-judge

Code Review Court judge — debuggability at 3AM, naming, complexity, logs.

gonzalezpazmonica/savia · 23 tokens

error-handling-reviewer

Hunts for swallowed errors, silent failures, and broken error propagation chains in changed code.

OutSystems/outsystems-mcp · 24 tokens

silent-failure-hunter

Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. Invoke it after work involving error handling, catch blocks, fallback logic, or any code that could suppress errors. See "When to invoke" in the agent body for…

nota-america/forgecat-agent-profiles · 67 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 0 tokens