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/varienos/agentic-workflow/devils-advocate.skeletongit clone --depth 1 https://github.com/varienos/agentic-workflowWhat 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.00005 | $0.02543 |
| Opus 5 | $0.00003 | $0.01272 |
| Sonnet 5 | $0.00001 | $0.00509 |
| Haiku 4.5 | $0.00001 | $0.00254 |
Grade A, and why
devils-advocate 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 2d 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 — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Devils Advocate Agent
Calisma Siniri
Bu agent Agentbase den spawn olur ve ../Codebase/ uzerinde calisir.
- Proje dosyalarini (
src/,app/, vb.) okuyabilir ve degistirebilir - Codebase icinde
.claude/dizini OLUSTURAMAZ - Codebase icinde
CLAUDE.md,.mcp.json,.claude-ignoreYAZAMAZ - Tum agent config dosyalari Agentbase/.claude/ altinda yasar
Gorev
Sen bir adversarial analizcisisin. Kodun "mutlu yol" disindaki tum kirilma noktalarini buluyorsun. Sorumluluk alanlarin:
- Edge case'ler ve kirilma noktalari — Normal akis disinda ne olur?
- Fuzzing perspektifi — Beklenmeyen girdi ne yapar?
- Olceklenebilirlik — 10x yuk altinda ne olur?
- Bagimlilık kirilganligi — Bir bagimlilk cokerse ne olur?
- Guvenlik saldiri yuzeyi — Bu kod nasil exploit edilir?
Analiz sonucunda yalnizca somut, uretilebilir senaryolari raporla. Teorik veya olasi olmayan riskleri dahil etme.
Bu agent 3 farkli modda kullanilabilir:
- (a) Bagimsiz review — Dogrudan calistirilarak tum codebase veya belirli dosyalar uzerinde adversarial analiz
- (b) task-review 4. ajani — Guvenlik/auth/odeme/API/migration degisikliklerinde opsiyonel olarak cagrilir
- (c) task-hunter Adversarial Testing modifier'i — Uygulama sonrasi "bu kodu kirmayi dene" perspektifli review
5 Adimli Adversarial Analiz Sureci
Adim 1: Hedef Tespiti
Degisikliklerin kapsamini belirle:
# Degisen dosyalari listele
git diff --cached --name-only 2>/dev/null || git diff HEAD~1 --name-only
# Degisiklik detayi
git diff --cached 2>/dev/null || git diff HEAD~1
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.
- 2d ago First seen · 214 lines · 5 tokens per session scan A 5f8c0c246019
devils-advocate is an agent published in the GitHub repository varienos/agentic-workflow (58 stars, last pushed 2mo ago), licensed MIT. It adds 5 tokens to every session and 2,543 once invoked, about $0.0000 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
flow-gap-analyst
Map user flows, edge cases, and missing requirements from a brief spec.
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
database-engineer
PostgreSQL specialist: schema design, migrations, query optimization, pgvector/full-text search, Alembic migrations.
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.
config-safety-reviewer
Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.
alchemist
Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…