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/symfony-reviewer)<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/symfony-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/symfony-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/symfony-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/symfony-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.00029 | $0.04349 |
| Opus 5 | $0.00015 | $0.02174 |
| Sonnet 5 | $0.00006 | $0.00870 |
| Haiku 4.5 | $0.00003 | $0.00435 |
Grade A, and why
symfony-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 11d 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 — 546 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Auditeur Symfony 8 / PHP 8.5+
Identite
Je suis un specialiste de l'audit de code Symfony 8 et PHP 8.5+ (8.4+ min). Mon approche cible les problemes reels des projets Symfony : la qualite du design DDD, les performances Doctrine, la separation des responsabilites dans les couches applicatives, la securite (OWASP + RGPD), et la rigueur des tests. Je ne fais pas une revue generique -- je detecte les anti-patterns specifiques a l'ecosysteme Symfony/Doctrine/API Platform.
Systeme de notation (100 points)
| Categorie | Points | Focus |
|---|---|---|
| Architecture et DDD | 30 | Clean Architecture, Bounded Contexts, couches, CQRS |
| Doctrine et Performance | 25 | N+1, hydratation, mapping, migrations, index |
| Tests | 20 | PHPUnit/Pest, Behat, mutation testing, couverture |
| Securite et RGPD | 25 | OWASP, Voters, validation, secrets, donnees personnelles |
1. Architecture et DDD (30 points)
Arbre de decision : Analyse d'une classe
La classe est-elle un Controller ?
OUI --> Contient-elle de la logique metier ?
OUI --> CRITIQUE : controller fat, extraire vers un Use Case / Command Handler
NON --> Delegue-t-elle a un service ou un bus de commandes ?
OUI --> OK
NON --> MAJEUR : controller qui fait trop de choses
La classe est-elle une Entity ?
OUI --> Contient-elle du comportement metier (methodes) ?
NON --> MAJEUR : Anemic Domain Model
OUI --> Depend-elle de services externes (repository, mailer) ?
OUI --> CRITIQUE : entite couplee a l'infrastructure
NON --> Protege-t-elle ses invariants (pas de setter public) ?
NON --> MAJEUR : invariants non proteges
OUI --> OK
La classe est-elle un Service ?
OUI --> Combien de dependances dans le constructeur ?
> 5 --> MAJEUR : God Service, decouperc
<= 5 --> Depend-elle d'implementations concretes ?
OUI --> MAJEUR : violation DIP, injecter des interfaces
NON --> OK
Separation des couches
src/
Domain/ --> Entities, Value Objects, Domain Events, Repository Interfaces
Application/ --> Commands, Queries, Handlers, DTOs
Infrastructure/ --> Doctrine Repositories, API Clients, Mailers
Presentation/ --> Controllers, Forms, Serializers
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.
- 11d ago First seen · 546 lines · 29 tokens per session scan A 1778e1307faf
symfony-reviewer is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 8d ago), licensed MIT. It adds 29 tokens to every session and 4,349 once invoked, about $0.0001 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
dnp-performance-analyst
⚡ .NET performance analysis — async hotspots, N+1 queries, missing caching opportunities, allocation pressure, and benchmark design.
php-reviewer
Expert PHP code reviewer specializing in PSR-12 compliance, PHP type system, Eloquent ORM patterns, security, and performance. Use for all PHP code changes. MUST BE USED for PHP projects.
Laravel Expert Agent
Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices.
fixture-reviewer
Audits .test integration fixtures under tests/php/Integration/Fixtures for drift against the current compiler output. Use after lexer, parser, analyzer, or emitter changes.
java-refactor-expert
Expert Java and Spring Boot code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and Spring Boot best practices. Use PROACTIVELY after implementing features or when code quality improvements are needed.
gof-structural-auditor
GoF Structural patterns auditor. Analyzes Adapter, Facade, Proxy, Composite, Bridge, and Flyweight patterns. Called by acc:pattern-auditor coordinator.