traceability

A documentation rule that uses doc/product/registry.yml as the machine-readable map between agent contracts, implementation code, and tests. An agent contract is the agreed definition of what an agent feature must do.

In plain words
What is it for?
Use it to map requirements to code and tests, document which contract owns an integration, and track behavior such as external MCP access, permissions, identity, and OAuth.
Why use it?
It makes ownership and proof easier to trace, especially when several contracts or integrations are involved.

Agent

Install

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.

agentmods
npx agentmods add agents/undertone0809/rudder/traceability
Clone the repo
git clone --depth 1 https://github.com/Undertone0809/rudder
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 713 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00713
Opus 5 $0.00000 $0.00357
Sonnet 5 $0.00000 $0.00143
Haiku 4.5 $0.00000 $0.00071

Measured 2d ago against content hash f7d75ad43cee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

traceability 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 2d 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.

doc/product/domains/agents/traceability.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Traceability

Use doc/product/registry.yml as the machine-readable source for agent contract to code/test mappings.

Managed MCP OAuth Integrations

The approved doc/plans/2026-07-23-managed-mcp-oauth-integrations.md change spans three active agent contracts:

  • AGENT.CUSTOM.INTEGRATIONS.001 owns organization-managed connection, provider OAuth, discovery, agent binding, dispatch audit, custom STDIO/HTTP, and legacy_manual compatibility behavior.
  • AGENT.CONTROL.TOOLS.001 owns the separation between external MCP proxies and the first-party rudder-tools server plus the provider-neutral managedExternalMcpBindings runtime contract.
  • AGENT.RUNTIME.PERMISSIONS.001 owns OAuth token, run identity, network, STDIO process, and environment-variable boundaries.

The approved doc/plans/2026-07-25-managed-mcp-access-and-interactions.md refinement keeps the same ownership split while adding official-provider canonical identity, Supabase account scope, Discover/Manage modal behavior, coarse Agent access, server-derived fail-closed capability policy, run-start policy snapshots, and two-phase OAuth replacement.

The approved doc/plans/2026-07-27-managed-mcp-connection-scopes.md refinement adds immutable Organization and Agent connection targets, independent OAuth credentials, target-specific official uniqueness, automatic Organization inheritance, Agent-first runtime resolution, explicit-deny behavior, and revocation fallback. Primary implementation evidence lives in packages/db/src/schema/mcp_connections.ts, server/src/services/mcp/managed-connections.ts, server/src/services/mcp/managed-bindings.ts, ui/src/pages/OrganizationMcpSettings.tsx, and ui/src/pages/AgentDetail.integrations.tsx. Regression evidence lives in the managed MCP connection/binding service tests, both integration page tests, and the managed MCP connection-scope E2E workflow.

The approved doc/plans/2026-08-07-github-managed-mcp.md and doc/plans/2026-08-07-github-mcp-pat.md additions extend the same ownership split with curated GitHub PAT setup. createMcpConnectionSchema and the generic connection route are Custom-only; GitHub uses the provider-specific connect/reconnect lifecycle, account scope, fixed endpoint, encrypted managed credential, and provider-neutral runtime forwarding. Regression evidence lives in the shared validator, provider registry, connection service/routes, binding, runtime, UI, migration, and managed MCP E2E tests listed in the registry.

Read the full file on GitHub · 71 lines

Changes

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.

  1. 2d ago First seen · 71 lines · 0 tokens per session scan A f7d75ad43cee

Subscribe to this mod's changes

traceability is an agent published in the GitHub repository Undertone0809/rudder (287 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 713 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.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

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.

github/awesome-copilot · 61 tokens

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.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens