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/SalesforceAIResearch/agentforce-adlcWrote 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/salesforceairesearch/agentforce-adlc/adlc-qa)<a href="https://agentmods.dev/agents/salesforceairesearch/agentforce-adlc/adlc-qa"><img src="https://agentmods.dev/badge/agents/salesforceairesearch/agentforce-adlc/adlc-qa.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.1 | $0.00017 | $0.01607 |
| Opus 5 | $0.00009 | $0.00804 |
| Sonnet 5 | $0.00003 | $0.00321 |
| Haiku 4.5 | $0.00002 | $0.00161 |
Grade A, and why
adlc-qa 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 8d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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.
- 8d ago First seen · 245 lines · 17 tokens per session scan A 9305225395e7
adlc-qa is an agent published in the GitHub repository SalesforceAIResearch/agentforce-adlc (105 stars, last pushed 1mo ago), with no licence file. It adds 17 tokens to every session and 1,607 once invoked, about $0.0001 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
tui-tester
Drives a TUI or CLI program like a real user in a local tmux pty. - Use when a TUI or CLI needs a real run in a terminal: black-box, drives the built binary, never its unit tests. Read-only on source; builds or launches the target itself, reports pass/fail with captured screens. Spawn one per program or flow.
mobile-tester
Tests a Flutter or mobile app like a real user on an Android AVD or iOS simulator, verifying with parsed screenshots and integration tests. - Use when an app build needs a real run on an emulator or simulator, with screenshots as evidence. Read-only on source; reports pass/fail with evidence paths. Spawn one per app…
rust-pro
Implements or refactors Rust against the repo's conventions, verifying with its build/test/clippy/fmt gate; returns a change report with verbatim gate output. - Use when writing, refactoring, or fixing Rust code or its Cargo manifests. Spawn one per module-sized task. Not for reviewing a diff (rust-reviewer).
webapp-tester
Tests a running local web app via Playwright: smoke tests, behavior verification, every checkpoint screenshot read and judged for visual breakage, design-contract checks on request. - Use when a local web app needs a real browser run: smoke, a flow, or design-contract checks. Read-only on source; reports pass/fail…
prober
Runs a build, test, lint, or any command and returns a pass/fail probe (exit code, warn/error counts) instead of the full log. - Use when only the pass/fail outcome matters, not the log, or to double-check a gate result. Never mutates; no analysis, no fixes. Spawn one per check.
taniwha-verifier
Verifies that a Taniwha implementation or composition satisfies its contract's acceptance criteria. Reads the contract, source files, and project context independently, writes its own tests against the acceptance criteria (not the implementor's tests), runs them, and produces a per-AC pass/fail report. Invoked by the…