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/contrast-security-oss/mcp-contrast/issue-trackergit clone --depth 1 https://github.com/Contrast-Security-OSS/mcp-contrastWrote 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/contrast-security-oss/mcp-contrast/issue-tracker)<a href="https://agentmods.dev/agents/contrast-security-oss/mcp-contrast/issue-tracker"><img src="https://agentmods.dev/badge/agents/contrast-security-oss/mcp-contrast/issue-tracker.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.01044 |
| Opus 5 | $0.00000 | $0.00522 |
| Sonnet 5 | $0.00000 | $0.00209 |
| Haiku 4.5 | $0.00000 | $0.00104 |
Grade A, and why
issue-tracker 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.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Issue tracker (beads + Jira)
Issues for this repo run on a dual model. Beads (br) is the working issue store and Jira (the AIML project, component Contrast MCP Server) is the external reference. The gh CLI is used for pull requests, not for issues. GitHub Issues is not the tracker for this repo.
When a skill says "the issue tracker", it means beads first, with Jira as the linked external ticket for anything that needs one. Most code changes need a Jira ticket and a feature branch (AIML-<id>-<desc>) before merging.
The bead-workflow skill governs every bead mutation and the jira-workflow skill governs ticket creation, bead-to-Jira parity, and status transitions. This doc is the quick reference.
Beads is the primary store
The database lives in this repo's .beads/, which is gitignored and local-only. This is a public repository, never commit anything under .beads/.
- Create:
br create "Title" --description "..." --type task --priority 2 --labels "repo:mcp-contrast". For multi-line content use a quoted heredoc through$()to keep markdown, backticks, and$(vars)literal. For the design field usescripts/br-set-design <bead-id> <file>. - Start work:
br update <bead-id> --claimsets assignee and status atomically. Falls back to--status in_progress --assignee <you>when a stacked-branch blocks edge makes the bead "blocked" (see thebead-workflowskill). - Find work:
br readylists unblocked open beads.br listandbr show <bead-id>for detail.br search "keyword"for full text. - Comment:
br comments add <bead-id> --message "..."for one line, orbr comments add <bead-id> -f /tmp/comment.txtfor multi-line. Notebr comment(singular) does not exist. - Label:
br label add <bead-id> -l <label>/br label remove <bead-id> -l <label>. Seetriage-labels.mdfor the vocabulary. - Dependencies:
br dep add <dependent> <prerequisite>for a blocks edge,br dep add <child> <parent> --type parent-childfor hierarchy. - Close:
br close <bead-id> --reason "why it's done". The--reason/-rflag is required. Ask the user before closing a bead, and close child beads before their parent. - Sync:
br sync --flush-onlyexports the DB to the local JSONL after mutations and before ending a session.
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 · 44 lines · 0 tokens per session scan A b004e851aa6e
issue-tracker is an agent published in the GitHub repository Contrast-Security-OSS/mcp-contrast (23 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,044 tokens. 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.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.