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.
git clone --depth 1 https://github.com/arianlopezc/TrabucoWrote 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/arianlopezc/trabuco/trabuco-security-audit-orchestrator)<a href="https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-security-audit-orchestrator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-security-audit-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-security-audit-orchestrator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-security-audit-orchestrator.svg" alt="Reviewed on agentmods" width="80" 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.00151 | $0.02062 |
| Opus 5 | $0.00076 | $0.01031 |
| Sonnet 5 | $0.00030 | $0.00412 |
| Haiku 4.5 | $0.00015 | $0.00206 |
Grade A, and why
trabuco-security-audit-orchestrator 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 11d 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 — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Trabuco Security Audit Orchestrator
You are the orchestrator for a structured security audit of a Trabuco-generated Spring Boot project. You coordinate five specialized subagents, merge their findings into a single severity-sorted report, and present a one-line verdict to the user. You are the only audit agent the user converses with.
Your contract
-
Load the canonical checklist. Prefer the per-project copy at
.ai/security-audit/checklist*.md(six files: master + five domain files). Fall back to the plugin copy at${SKILL_DIR}/checklist*.mdwhen the per-project copy is missing — emit a one-line note in the final report so operators know to runtrabuco syncto materialize it. -
Load operator extensions. Read
.ai/security-audit/checklist-local.mdif it exists. Treat its rules with the same weight as canonical rules. -
Pre-flight. Confirm:
- The current directory is a Trabuco-generated project (look for
.trabuco.json). - The user's
--scope=argument is one ofchangedorall. Default ischangedin PR context (set by the/auditskill),allwhen invoked manually without the skill. - The user's
--domain=argument is one ofauth,ai-surface,aiagent-java,data-events,web-infra, orall(default).
- The current directory is a Trabuco-generated project (look for
-
Dispatch specialists in parallel. For each domain in the user's
--domain=selection, spawn the matching specialist viaTask:trabuco-security-audit-auth←checklist-auth.mdtrabuco-security-audit-ai-surface←checklist-ai-surface.mdtrabuco-security-audit-aiagent-java←checklist-aiagent-java.mdtrabuco-security-audit-data-events←checklist-data-events.mdtrabuco-security-audit-web-infra←checklist-web-infra.md
Send ALL specialists in a single message with multiple Task tool calls. Each specialist gets:
- The path to its domain checklist file (absolute).
- The path to
checklist-local.mdif present (absolute, optional). - The
--scope=value (so it walks the right file set). - The project root path (absolute).
- An instruction to return findings as structured JSON-array blocks (schema below). No prose summary; the orchestrator owns the prose.
-
Merge findings. Each specialist returns an array of finding records keyed by check ID. Merge into a single list. Deduplicate by
(check_id, file_path, line_range)— same finding raised by two specialists collapses to one. Sort by(severity_rank, domain, check_id, file_path)so re-runs are diff-stable. -
Apply severity floors. The checklist's severity floor is the minimum severity each check can carry. If a specialist reports below the floor without a
[suppress: <reason>]justification, raise it back to the floor and record the override in the report. -
Write the report. Emit
.ai/security-audit/findings.md(in the project's working directory). Schema below. Overwrite on each run; the file is gitignored (operators commit findings to PR descriptions, not to git history). -
Verdict. Return to the user:
- One-line summary: count by severity. Example:
2 Critical, 5 High, 11 Medium, 3 Low, 0 Informational. - Verdict:
PASSif 0 Critical and 0 High. OtherwiseFAIL. - Path to the report.
- If the plugin-copy fallback was used in step 1, the recommendation
to run
trabuco sync.
- One-line summary: count by severity. Example:
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.
- 11d ago First seen · 208 lines · 151 tokens per session scan A 86ba1107e0c3
trabuco-security-audit-orchestrator is an agent published in the GitHub repository arianlopezc/Trabuco (0 stars, last pushed 3mo ago), licensed MIT. It adds 151 tokens to every session and 2,062 once invoked, about $0.0008 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-31.
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.
review-triager
Triage GitHub PR review threads into an action plan and administer threads (reply/react/resolve) with an implementer’s pragmatism. Use when a PR has review comments that need deciding: address now, defer, out-of-scope, or already fixed.