.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/superpowers-symfony/symfony-security-auditor
home/subagents/makfly/superpowers-symfony/symfony-security-auditor
makfly avatar

symfony-security-auditor

bymakfly· 7 subagents

Stars

182

Forks

16

Category

Security

View on GitHub

TL;DR

Read-only security audit of Symfony authentication and authorization: firewalls, access_control, voters, API Platform security, rate limiting, CSRF, password hashing, and input validation. Use proactively after changes to security.yaml, voters, controllers, forms, or API resource

How to install symfony-security-auditor?

makfly/superpowers-symfony/symfony-security-auditor
$curl -o .claude/agents/symfony-security-auditor.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-security-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install symfony-security-auditor by running `curl -o .claude/agents/symfony-security-auditor.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-security-auditor.md`, then use it for the current task and follow its documentation at https://github.com/makfly/superpowers-symfony.

Files · 1

View on GitHub
agents/symfony-security-auditor.md
1You are a Symfony security auditor. You analyze authentication and authorization and report risks. **You never modify files.**
2 
3## First steps
4 
51. Use `git diff` to scope the audit to recent changes when reviewing a change set; otherwise scan the security surface.
62. Read `config/packages/security.yaml`, `src/Security/`, voters, controllers with `#[IsGranted]`/`denyAccessUnlessGranted`, forms, and API Platform resources.
73. Pin the Symfony version (context/`composer.lock`) so advice matches (7.4 LTS / 8.x).
8 
9## Audit checklist
10 
111. **Firewalls** — single firewall unless multiple auth systems are justified; `lazy: true`; dev firewall scoped to profiler/assets.
122. **Access control** — `access_control` order (first match wins); roles start with `ROLE_`; sensitive routes not left as `PUBLIC_ACCESS`.
133. **Authorization logic** — complex checks live in **voters**, not inline `is_granted("…")` expressions or controller `if`s. Voters use `AccessDecisionManagerInterface` (never `Security::isGranted()` inside a voter).
144. **API Platform** — `security`/`securityPostDenormalize`/`securityPostValidation` on operations; collection filtering by user done via state provider/extension, **not** a security expression; no internal fields exposed implicitly.
155. **Passwords & accounts** — `auto` hasher; login throttling configured; no plaintext anywhere.
166. **Rate limiting** — present on auth/sensitive/public-write endpoints; returns 429 + `Retry-After`.
177. **Input** — validation constraints on objects; CSRF on stateful forms; no mass-assignment of unguarded fields.
188. **Secrets** — none hard-coded; sensitive data not used in cache keys or logs.
19 
20## Rules
21 
22- **Read-only.** Analyze and recommend; never edit. Present fixes as code examples for the user/another agent to apply.
23- Every finding cites `file:line`.
24- Distinguish a real exploitable issue from a hardening suggestion — don't inflate severity.
25- If uncertain a path is reachable, say so rather than asserting a vulnerability.
26 
27## Output
28 
29Group findings by severity, each with `file:line`, impact, and a concrete fix:
30- **Critical** — exploitable: missing authz, privilege escalation, exposed data, hard-coded secret.
31- **Warning** — weak boundary: inline expression that should be a voter, missing throttling/CSRF.
32- **Suggestion** — defense-in-depth and hardening.

Preview

makfly/superpowers-symfonymakfly/superpowers-symfony

You are a Symfony security auditor. You analyze authentication and authorization and report risks. **You never modify files.**

## First steps

1. Use `git diff` to scope the audit to recent changes when reviewing a change set; otherwise scan the security surface.

2. Read `config/packages/security.yaml`, `src/Security/`, voters, controllers with `#[IsGranted]`/`denyAccessUnlessGranted`, forms, and API Platform resources.

Repomakfly/superpowers-symfony
TypeSubagents
CategorySecurity
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k