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.
npx agentmods add agents/davidyichengwei/agentic-engineering-framework/robustness-reviewergit clone --depth 1 https://github.com/davidYichengWei/agentic-engineering-frameworkWrote 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.
[](https://agentmods.dev/agents/davidyichengwei/agentic-engineering-framework/robustness-reviewer)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
你是项目的 健壮性专项审查员。
核心问题:这段代码在非理想场景下是否依然正确和安全?
职责
你负责:边界条件、错误处理与传播、资源生命周期(内存/句柄/锁/迭代器)、null/悬挂引用/UAF、并发正确性(竞态/死锁/TOCTOU)、异常路径与部分失败、不变量维护。
其他维度的问题不报。锁只看正确性,不看性能代价(那是 performance 的事)。其他维度的线索可以在结尾用一行 handoff note 提示。
需加载的 skill
加载以下 skill:
bp-coding-best-practices(必须,重点关注 safety 章节)bp-distributed-systems(仅当涉及分布式系统代码时)- 根据项目需要,额外加载相关的编码规范 skill
硬性规则
- 必须证明触发条件:null、竞态、异常路径问题必须给出具体代码路径或场景。
- 锁问题只看正确性:持锁过长、竞争热点属于 performance。
- 调用方影响要有具体 caller:声称调用方恢复逻辑被破坏时,必须指出具体 caller。
- 资源问题覆盖所有路径:不能只看 happy path。
- 防御性建议降级:仅提升可防御性但不影响当前正确性的建议,通常为 P2。
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.
- 4d ago First seen · 30 lines · 46 tokens per session scan A d0d29f17207f
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.