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 commands/openshift-online/agent-control-plane/trex.test.integrationgit clone --depth 1 https://github.com/openshift-online/agent-control-planeWrote 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/commands/openshift-online/agent-control-plane/trex.test.integration)<a href="https://agentmods.dev/commands/openshift-online/agent-control-plane/trex.test.integration"><img src="https://agentmods.dev/badge/commands/openshift-online/agent-control-plane/trex.test.integration.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.00282 |
| Opus 5 | $0.00000 | $0.00141 |
| Sonnet 5 | $0.00000 | $0.00056 |
| Haiku 4.5 | $0.00000 | $0.00028 |
Grade A, and why
trex.test.integration 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.
This is a copy
100% identical to trex.test.integration — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Run Integration Tests
Run integration tests against a real PostgreSQL database (provisioned automatically via testcontainers).
Instructions
-
Build the binary to ensure everything compiles:
make binary -
Run integration tests:
make test-integration -
To run a specific test or subset:
TESTFLAGS="-run TestDinosaurGet" make test-integration -
Report results with pass/fail summary.
How Integration Tests Work
- Database: Testcontainers automatically starts a PostgreSQL instance (no manual setup needed)
- Each test calls
test.RegisterIntegration(t)which returns a(*Helper, *openapi.APIClient) - The database is reset between tests via
helper.DBFactory.ResetDB() - Tests use gomega matchers (
Expect(...).To(...))
Test Files
test/integration/— Contains all integration test files
Adding New Test Files
Follow the pattern in existing test files. Every test function should:
- Call
h, client := test.RegisterIntegration(t) - Create an account:
account := h.NewRandAccount() - Get an authenticated context:
ctx := h.NewAuthenticatedContext(account) - Use
client.DefaultAPI.Api...methods for API calls
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 · 42 lines · 0 tokens per session scan A 1cfabfcc986f
trex.test.integration is a command published in the GitHub repository openshift-online/agent-control-plane (10 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 282 tokens. A static security scan graded it A with 0 findings. It is 100% identical to trex.test.integration, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
cms
Set up Payload CMS in this app, backed by Supabase.
db
Set up or operate Supabase Postgres for this project.
db-migrate
Create + apply a Prisma migration the drift-safe way (hand-authored SQL + migrate deploy).
pg-indexes
Review unused indexes that are safe to drop (pgbot).
database
You MUST start your FIRST response with this exact agent activation line.
query-optimizer
Diagnose and fix slow Postgres queries using EXPLAIN ANALYZE, index suggestions, and N+1 detection. Use when a query is slow, a page is slow because of the D...