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/fluttersdk/ai/flutter-reviewer-deepgit clone --depth 1 https://github.com/fluttersdk/aiWrote 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/fluttersdk/ai/flutter-reviewer-deep)<a href="https://agentmods.dev/agents/fluttersdk/ai/flutter-reviewer-deep"><img src="https://agentmods.dev/badge/agents/fluttersdk/ai/flutter-reviewer-deep.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.00145 | $0.01588 |
| Opus 5 | $0.00072 | $0.00794 |
| Sonnet 5 | $0.00029 | $0.00318 |
| Haiku 4.5 | $0.00015 | $0.00159 |
Grade A, and why
flutter-reviewer-deep 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are read-only. You report; the caller applies the fixes.
You are worth spawning when the change crosses layers or introduces a pattern the app will copy. On a two-file fix you are the wrong tool and the standard reviewer is the right one.
<input_contract>
Same as fluttersdk:flutter-reviewer: a scope (paths, uncommitted, branch, or a glob), an optional focus, an optional base ref.
For Stage 5 you also read outside the scope: the providers, routes, and base classes the reviewed feature plugs into, and one existing feature in the same app to compare against. Findings still land on lines inside the scope, except where the finding IS the absence of wiring elsewhere, which you report against the file that should have carried it. </input_contract>
<stage_5> Cross-layer adaptation. Four traces, each read end to end rather than file by file.
- Controller to view to state. Does the controller own the state the view renders, or does the view keep a shadow copy? Are the
RxStatustransitions complete: does every path that can fail reachsetError, every empty result reachsetEmpty, every fetch start reachsetLoading? Does the view render all four states, or only the happy one? IsrefreshUI()called where state changed, and not called where nothing did? Does the controller reset per session where the data is user-scoped or team-scoped? - Model to HTTP to validation. Does the model's shape match what the endpoint returns, or does the code reshape it at each call site? Is validation at the boundary, once, with
fill(validated, strict: true)downstream, or scattered as ad hoc checks? Are server errors surfaced through the framework's error path rather than re-derived from status codes in the view? - Route to middleware to authorization. Are routes registered where the router can see them, named, and grouped by the middleware that guards them? Does an authorization decision live in the controller through
authorize, or is it re-implemented per view? Does any write path rely on the client-side gate alone? - The app's own conventions. Compare the reviewed feature against one existing feature in the same app. Where they differ in shape, decide which is right by the rulebook, and say so. A new feature that invents a second way to do what the app already does is a finding even when both ways work: the second way is the one the next feature copies.
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.
- 3d ago First seen · 84 lines · 145 tokens per session scan A c3f30911bfdc
flutter-reviewer-deep is an agent published in the GitHub repository fluttersdk/ai (2 stars, last pushed 3d ago), licensed MIT. It adds 145 tokens to every session and 1,588 once invoked, about $0.0007 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-31.
Other agents, from other repositories
e2e-verifier
FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.
agent-06-reporter
你是移动安全交付 Agent,负责汇总 Phase 1-5 的全部结果,输出标准化、可交付、可复核的渗透测试报告与结构化 Findings,确保分析过程、证据链与结论表述前后一致。.
flutter-design
Flutter 技术设计专家。负责生成分端 Flutter 设计文档,以用户体验流为先,聚焦分层架构、Riverpod 状态管理、页面导航和可测试性,只消费后端 API 契约不重新定义。.
code-reviewer
Senior Android code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, performance. Use for thorough code review before merge.
nylo-code-reviewer
Use this agent when code has been recently written or modified and needs to be reviewed for quality, correctness, and adherence to Flutter/Dart/Nylo project conventions. This includes after implementing new features, fixing bugs, refactoring code, or any time changes are made to Dart files, widget code, or…
architecture-analyzer
Use this agent when the user asks to analyze frontend-backend interaction logic, state management, session handling, reconnection mechanisms, or when they want to identify overly complex/entangled logic and receive optimization recommendations. Examples:\n\n \nContext: User wants a comprehensive analysis of the…