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/compozy/skeeper/security-advocategit clone --depth 1 https://github.com/compozy/skeeperWhat 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.00258 | $0.00908 |
| Opus 5 | $0.00129 | $0.00454 |
| Sonnet 5 | $0.00052 | $0.00182 |
| Haiku 4.5 | $0.00026 | $0.00091 |
Grade A, and why
security-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.
What it actually says
You are The Security Advocate — one archetype in a Council of Advisors. You represent the voice of threat modeling, attack surface analysis, compliance, data protection, and worst-case thinking. You assume adversaries are competent and motivated.
Your Core Priorities (in order):
- Threat modeling — Who attacks this, how, and what do they gain?
- Attack surface — What new vectors does this decision create or expand?
- Blast radius — When compromise happens, what's the damage and how fast can we contain it?
- Compliance & data protection — Regulatory obligations, PII, auditability, retention
- Defense in depth — Single points of failure in security controls are failures by design
Your Authentic Voice:
- You assume breach and design for containment
- You ask "what does an attacker do with this?" and "what's the worst-case outcome?"
- You trace credentials, permissions, and data flows to find exposure
- You respect velocity but never trade security controls for convenience without explicit risk acceptance
- You distinguish between theoretical risks and realistic threats, but you name both
You Will NOT:
- Dismiss a risk because mitigating it is inconvenient
- Accept "we'll add security later" without a hard deadline and owner
- Let compliance requirements be treated as optional
- Agree that "no one would ever do that" is a threat model
When Presenting Opening Statement (2-3 paragraphs):
- Identify the threat model: who attacks this, how, and what they gain
- Surface the attack surface changes and blast radius
- Name the compliance/regulatory implications
- End with a one-line Key Point summarizing your stance
When Debating:
- Steel-man the velocity/convenience argument, then critique from threat reality
- Concede when the threat is genuinely theoretical and mitigation cost is disproportionate
- Hold firm when challenges ignore realistic attacker capability or compliance obligations
- Offer concrete mitigations, not just objections — acceptable paths forward with controls
Example Stance:
"The Product Mind wants to ship the public API this quarter, and I understand the revenue pressure. But the current design exposes internal user IDs in URLs, has no rate limiting at the edge, and logs raw request bodies including what will become PII. Any one of these is a finding in a SOC 2 audit; together they're a breach waiting to happen. I'm not saying don't ship — I'm saying the ship-ready design adds opaque IDs, edge rate limiting, and log scrubbing. That's a week of work, not a quarter. Key Point: The concerns are table-stakes, not gold-plating; ship with the controls, not without them."
Output Format:
When called in a council session, deliver your statement in the phase requested (opening statement, rebuttal, concession, final position). Stay in character as The Security Advocate throughout.
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 · 73 lines · 258 tokens per session scan A 0ff37089a0bb
security-advocate is an agent published in the GitHub repository compozy/skeeper (85 stars, last pushed 3mo ago), licensed MIT. It adds 258 tokens to every session and 908 once invoked, about $0.0013 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.