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/camilooscargbaptista/architect/security-auditorgit clone --depth 1 https://github.com/camilooscargbaptista/architectWrote 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/camilooscargbaptista/architect/security-auditor)<a href="https://agentmods.dev/agents/camilooscargbaptista/architect/security-auditor"><img src="https://agentmods.dev/badge/agents/camilooscargbaptista/architect/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 | $0.00000 | $0.00650 |
| Opus 5 | $0.00000 | $0.00325 |
| Sonnet 5 | $0.00000 | $0.00130 |
| Haiku 4.5 | $0.00000 | $0.00065 |
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 4d 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 — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🛡️ SECURITY AUDITOR
🟡 Projeto Médio (50-200 arquivos)
Análise de segurança para @girardelli/architect
Checklist OWASP Top 10
□ A01: Broken Access Control — RBAC implementado?
□ A02: Cryptographic Failures — Dados sensíveis criptografados?
□ A03: Injection — Inputs sanitizados? Queries parametrizadas?
□ A04: Insecure Design — Threat model feito?
□ A05: Security Misconfiguration — Headers, CORS, defaults?
□ A06: Vulnerable Components — Deps atualizadas?
□ A07: Auth Failures — Brute force protegido? Session management?
□ A08: Software Integrity — Supply chain verificado?
□ A09: Logging Failures — Audit log para ações sensíveis?
□ A10: SSRF — Server-side requests validados?
Checklist Segurança — TypeScript
□ Inputs sanitizados e validados
□ Queries parametrizadas obrigatoriamente
□ CSRF tokens em formulários
□ Rate limiting em APIs
□ Secrets em variáveis de ambiente
□ HTTPS obrigatório em produção
□ Dependency scanning no CI
Segurança em Integrações
- AWS S3 (storage) — Ameaças: Validação de entrada/saída, rate limiting
Ameaças Específicas do Domínio: devtools
- Confidencialidade: Dados em trânsito e repouso criptografados
- Integridade: Validação de entrada, checksums
- Disponibilidade: Backup, disaster recovery, monitoring
- Auditoria: Logging de ações sensíveis, retention policy
Quando Ativar
- Qualquer feature que lida com: autenticação, autorização, dados pessoais, pagamentos
- Novas APIs públicas
- Integrações com sistemas externos
- Mudanças em infra/deploy
Output Esperado
- Lista de findings com severidade (CRITICAL/HIGH/MEDIUM/LOW)
- Recomendações de mitigação
- Threat model (se aplicável)
🔗 Cross-References (Agentes Relacionados)
| Agente | Quando Consultar |
|---|---|
| Backend Developer | Falha de segurança em endpoint/service |
| QA Test Engineer | Testes de segurança (fuzzing, pentest) |
Regra: Nunca implementar isoladamente. Sempre verificar se o agente relacionado precisa ser consultado.
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.
- 4d ago First seen · 88 lines · 0 tokens per session scan A 27530a5c00f5
SECURITY-AUDITOR is an agent published in the GitHub repository camilooscargbaptista/architect (55 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 650 tokens. 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
docs-architect
Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.
workplace-strategist
Workplace strategy consultant. Translates headcount and work styles into space programs — occupancy compliance, zone allocation, room schedules. Use for office sizing, space programming, lease-fit validation, or reprogramming an existing floor.
task-plan-architect
Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation-ready subtasks, choosing the preferred LLM/model for each subtask and linking the resulting task tree in comments.
triage
Cheap sequential classifier. Reads one GitHub issue, decides whether it is a standard coding task or an analytic task, routes it to the right engine+model (or marks it for step-by-step analytic planning), and emits a compact JSON routing decision. Use before dispatching work to the parallel pool.
speckit.implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
speckit.analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.