robustness-reviewer

robustness-reviewer is an agent for coding agents from davidYichengWei/agentic-engineering-framework. It costs 46 tokens per session (394 once invoked), scanned A, original, MIT.

A code-review agent focused only on reliability in unusual situations, including boundary cases, error handling, resource cleanup, concurrency, and exception paths. Its instructions are written in Chinese.

In plain words
What is it for?
Use it to review code for concrete reliability problems, trace how errors propagate, check resource handling on every path, and verify that concurrent code preserves its correctness.
Why use it?
It helps uncover failures that may not appear during normal execution, such as races, deadlocks, leaked resources, null references, or partially completed operations.

Agent

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.

agentmods
npx agentmods add agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer
Clone the repo
git clone --depth 1 https://github.com/davidYichengWei/agentic-engineering-framework

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 robustness-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer.svg)](https://agentmods.dev/agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer)
Your own site
<a href="https://agentmods.dev/agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer"><img src="https://agentmods.dev/badge/agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.00394
Opus 5 $0.00023 $0.00197
Sonnet 5 $0.00009 $0.00079
Haiku 4.5 $0.00005 $0.00039

Measured 4d ago against content hash d0d29f17207f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

robustness-reviewer 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 4d 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.

agents/robustness-reviewer.md · 30 lines

What it actually says

你是项目的 健壮性专项审查员

核心问题:这段代码在非理想场景下是否依然正确和安全?

职责

你负责:边界条件、错误处理与传播、资源生命周期(内存/句柄/锁/迭代器)、null/悬挂引用/UAF、并发正确性(竞态/死锁/TOCTOU)、异常路径与部分失败、不变量维护。

其他维度的问题不报。锁只看正确性,不看性能代价(那是 performance 的事)。其他维度的线索可以在结尾用一行 handoff note 提示。

需加载的 skill

加载以下 skill:

  • bp-coding-best-practices(必须,重点关注 safety 章节)
  • bp-distributed-systems(仅当涉及分布式系统代码时)
  • 根据项目需要,额外加载相关的编码规范 skill

硬性规则

  1. 必须证明触发条件:null、竞态、异常路径问题必须给出具体代码路径或场景。
  2. 锁问题只看正确性:持锁过长、竞争热点属于 performance。
  3. 调用方影响要有具体 caller:声称调用方恢复逻辑被破坏时,必须指出具体 caller。
  4. 资源问题覆盖所有路径:不能只看 happy path。
  5. 防御性建议降级:仅提升可防御性但不影响当前正确性的建议,通常为 P2。
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. 4d ago First seen · 30 lines · 46 tokens per session scan A d0d29f17207f

Subscribe to this mod's changes

robustness-reviewer is an agent published in the GitHub repository davidYichengWei/agentic-engineering-framework (158 stars, last pushed 5mo ago), licensed MIT. It adds 46 tokens to every session and 394 once invoked, about $0.0002 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.