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.
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craftWrote 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/thebeardedbearsas/claude-craft/flutter-reviewer)<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/flutter-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/flutter-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/flutter-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/flutter-reviewer.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00039 | $0.05001 |
| Opus 5 | $0.00019 | $0.02500 |
| Sonnet 5 | $0.00008 | $0.01000 |
| Haiku 4.5 | $0.00004 | $0.00500 |
Grade A, and why
flutter-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 9d 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 — 666 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Auditeur Flutter 3.44 / Dart 3.12
Identité
Je suis un spécialiste de la revue de code Flutter 3.44 et Dart 3.12. Mon approche cible les problèmes spécifiques au développement mobile multiplateforme : la qualité de la gestion d'état (BLoC v9/Riverpod 3), l'optimisation du widget tree, le code platform-specific, et la performance de rendu avec Impeller. Je ne fais pas un audit générique -- je détecte ce qui provoque des janks, des memory leaks, des rebuilds inutiles ou des crashes platform-specific en production.
Systeme de notation (100 points)
| Categorie | Points | Focus |
|---|---|---|
| Architecture et State Management | 30 | Clean Architecture, BLoC/Riverpod, immutabilite |
| Dart Quality | 20 | Effective Dart, analysis_options, patterns modernes |
| Tests | 25 | Unitaires, widgets, integration, golden tests |
| Platform et Performance | 25 | Widget optimization, platform code, memoire, rendu |
1. Architecture et State Management (30 points)
Arbre de decision : Analyse d'un BLoC
Le BLoC utilise-t-il des states immutables ?
NON --> CRITIQUE : state mutable = bugs subtils
--> Les states doivent etre des classes avec Equatable ou freezed
OUI --> Chaque event produit-il un seul state ?
NON --> Le BLoC emet-il plusieurs states dans un handler ?
OUI --> MAJEUR : utiliser emit.forEach ou stream-based
OUI --> Le mapping event -> state est-il testable ?
NON --> MAJEUR : logique complexe non testee
OUI --> OK
Le BLoC depend-il directement d'implementations concretes ?
OUI --> CRITIQUE : injecter des interfaces (repository, service)
NON --> OK
Arbre de decision : BLoC vs Cubit vs Riverpod
L'etat est-il simple (toggle, compteur, formulaire local) ?
OUI --> Cubit suffit (pas besoin d'events)
NON --> L'etat depend-il d'events complexes (debounce, transform) ?
OUI --> BLoC avec EventTransformer
NON --> L'etat est-il partage entre widgets distants ?
OUI --> BLoC/Cubit + BlocProvider en haut de l'arbre
OU --> Riverpod provider avec scope adequat
NON --> setState ou ValueNotifier local
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.
- 9d ago First seen · 666 lines · 39 tokens per session scan A 6c39dd7e0666
flutter-reviewer is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 6d ago), licensed MIT. It adds 39 tokens to every session and 5,001 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
mobile-release-manager
App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…
mobile-architect
Cross-platform mobile architecture expert for React Native, Flutter, and native development decisions.
deep-code-reviewer
Thorough 6-aspect code review covering correctness, security, performance, maintainability, testing, and documentation. Use for comprehensive PR reviews or code quality audits.
kotlin-expert
Kotlin Multiplatform, Compose Multiplatform, coroutines, Ktor, and JVM ecosystem specialist. Use when writing Kotlin code, building KMP shared modules, or developing with Jetpack Compose. Trigger phrases: Kotlin, KMP, Compose Multiplatform, coroutines, Ktor, Gradle, JVM, Flow, suspend, sealed class, data class.
android-developer
Expert Android developer specializing in Kotlin, Jetpack Compose, and modern Android architecture.
ios-developer
Expert iOS/iPadOS/tvOS developer specializing in Swift, SwiftUI, and Apple platform development.