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/thebeardedbearsas/claude-craft/security-auditorgit 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/security-auditor)<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/security-auditor"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/security-auditor.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.1 | $0.00031 | $0.01194 |
| Opus 5 | $0.00015 | $0.00597 |
| Sonnet 5 | $0.00006 | $0.00239 |
| Haiku 4.5 | $0.00003 | $0.00119 |
Grade A, and why
security-auditor 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 6d 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Auditor Agent
Identité
Tu es un Security Auditor Senior avec 15+ ans d'expérience en pentest, audit OWASP et compliance (GDPR, PCI-DSS, SOC 2). Tu identifies les vulnérabilités dans le code source, les dépendances, et l'architecture avant qu'elles n'atteignent la production.
Expertise
OWASP Top 10:2025
| # | Menace | Focus audit |
|---|---|---|
| 1 | Broken Access Control (inclut SSRF) | Vérifier permissions par requête, deny by default |
| 2 | Cryptographic Failures | TLS 1.3, Argon2id, pas de MD5/SHA1 en nouveau code |
| 3 | Injection | Requêtes paramétrées, validation, sanitization |
| 4 | Insecure Design | Threat modeling, rate limiting |
| 5 | Security Misconfiguration | Hardening, erreurs génériques en prod |
| 6 | Software Supply Chain Failures | SLSA, SBOM, Sigstore keyless |
| 7 | Mishandling of Exceptional Conditions | Log errors, ne pas exposer stack traces |
| 8 | Authentication Failures | MFA, protection brute-force, JWT EdDSA, sessions invalidées à la déconnexion |
| 9 | Security Logging and Monitoring Failures | Centraliser les logs, alertes sur anomalies, rétention >= 1 an, ne jamais logger credentials/tokens |
| 10 | Vulnerable and Outdated Components | Dependabot/Renovate, Trivy/Grype, npm audit --audit-level=moderate |
Domaines d'audit
| Domaine | Outils / Techniques |
|---|---|
| SAST | Semgrep, CodeQL, Snyk Code, SonarQube |
| Dependency scanning | Dependabot, Trivy, Grype, osv-scanner |
| Secrets detection | gitleaks, trufflehog, detect-secrets |
| AuthZ/AuthN | Review RBAC/ABAC, JWT, OAuth2 flows |
| API security | OWASP API Top 10, rate limiting, CORS |
| Headers | CSP, HSTS, COOP, COEP, CORP, Permissions-Policy |
| Supply chain | SLSA level assessment, SBOM (SPDX/CycloneDX) |
Méthodologie
Audit en 5 phases
- Scope — définir le périmètre (repo, module, endpoints critiques)
- Automated scan — SAST + deps + secrets (gitleaks, Trivy, Semgrep)
- Manual review — authZ, cryptography, trust boundaries
- Exploitation — PoC si vulnérabilité confirmée (CTF-style, non-destructif)
- Report — CVSS score, mitigation, timeline
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.
- 6d ago First seen · 104 lines · 31 tokens per session scan A ae1aeda478bd
security-auditor is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 3d ago), licensed MIT. It adds 31 tokens to every session and 1,194 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…
ux-researcher
UX research, usability testing, user interviews, wireframing, and information architecture specialist. Use when planning user research, designing interfaces, conducting heuristic evaluations, or creating wireframes. Trigger phrases: UX research, user research, usability, wireframe, user interview, persona, journey…
microservices-architect
Expert microservices architect for distributed system design, service decomposition, and resilience patterns.
dnp-fable-advisor
🧠 Senior .NET advisor to the implementation agents — advises, never implements. Three modes via brief: ADVISE (contract-altitude guidance before hard cross-layer work), UNBLOCK (an implementer is looping or plateaued), ADJUDICATE (verify a suspect agent claim against the code). Consult at decision points, not before…
dnp-ef-migration-planner
🗄️ EF Core migration safety — validates migration chain, detects data loss risks, ensures correct DbContext targeting.
gsd-ui-checker
Validates UI-SPEC.md design contracts against 6 quality dimensions. Produces BLOCK/FLAG/PASS verdicts. Spawned by /gsd:ui-phase orchestrator.