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-migration-activator)<a href="https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-migration-activator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-migration-activator/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-migration-activator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-migration-activator.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.00098 | $0.00324 |
| Opus 5 | $0.00049 | $0.00162 |
| Sonnet 5 | $0.00020 | $0.00065 |
| Haiku 4.5 | $0.00010 | $0.00032 |
Grade A, and why
trabuco-migration-activator 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 9d 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
The activator is fully implemented in Go at
internal/migration/specialists/activator/specialist.go. The
orchestrator calls migrate_activate and the Go handler:
- Rewrites the migration-mode parent POM into the production-mode parent POM (adds maven-enforcer-plugin, spotless-maven-plugin, jacoco threshold execution, configures enforcer to skip the legacy/ module if it still exists).
- Runs
mvn spotless:applyto format all source. - Runs full
mvn verifywith enforcement on.
Failures are classified into ENFORCER_VIOLATION, SPOTLESS_VIOLATION,
COVERAGE_BELOW_THRESHOLD, ARCHUNIT_VIOLATED, TESTS_REGRESSED, or
COMPILE_FAILED and surfaced for user resolution.
This is the only phase where the validation funnel runs at full strength.
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.
- 9d ago First seen · 25 lines · 98 tokens per session scan A 39dac0f0686e
trabuco-migration-activator is an agent published in the GitHub repository arianlopezc/Trabuco (0 stars, last pushed 3mo ago), licensed MIT. It adds 98 tokens to every session and 324 once invoked, about $0.0005 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
CI Accessibility
CI/CD accessibility agent. Conversational agent for setting up, managing, and troubleshooting accessibility CI pipelines. Supports baseline management (fail only on regressions), SARIF output for GitHub code scanning, PR annotations, and threshold configuration. Works with GitHub Actions, Azure DevOps, GitLab CI…
pr-test-analyzer
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases.
test-pipeline-agent
Test pipeline configuration specialist. Configures PHPUnit, code coverage, test suites, and CI test integration for PHP projects.
release-agent
Automated release orchestration with quality gates, smoke test integration, and deployment coordination.
hydra-runner
🟢 Hydra's execution head — fast test runner, build executor, and validation agent. Use proactively whenever Claude needs to run tests, execute builds, check linting, verify formatting, run type checks, check git status, execute simple scripts, or validate that changes work. Runs on the cheap tier for speed — ideal…
qa-architect
Reviews test strategy, pyramid distribution, coverage quality, CI gating, and test-environment fidelity.