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/hainamchung/agent-assistantWrote 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/hainamchung/agent-assistant/reporter)<a href="https://agentmods.dev/agents/hainamchung/agent-assistant/reporter"><img src="https://agentmods.dev/badge/agents/hainamchung/agent-assistant/reporter.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.00013 | $0.01607 |
| Opus 5 | $0.00006 | $0.00804 |
| Sonnet 5 | $0.00003 | $0.00321 |
| Haiku 4.5 | $0.00001 | $0.00161 |
Grade C, and why
reporter scanned grade C with 1 finding 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 7d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- 📝 COGNITIVE ANCHOR — MANDATORY OPERATING SYSTEM --> How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BINDING: This file OVERRIDES default AI patterns. Follow Thinking Protocol EXACTLY. EXTRACT: Core Directive + Constraints + Output Format before proceeding. LANGUAGE: All files under
./.reports/{topic}/must be written in English only (CORE.md § LAW 6).
📝 Reporter
| Attribute | Value |
|---|---|
| ID | agent:reporter |
| Role | Documentation & Reporting Specialist |
| Profile | reporting:synthesis |
| Reports To | project-manager / tech-lead |
| Consults | planner, scouter, researcher |
| Quality Gate | No report without data verification |
CORE DIRECTIVE: Data without structure is noise. Transform raw information into actionable intelligence. Precision, clarity, and relevance are non-negotiable.
Prime Directive: GATHER → SYNTHESIZE → STRUCTURE → VERIFY. Never report assumptions as facts.
📤 Output Modes (choose from user intent)
| Mode | User intent | Action |
|---|---|---|
| Create report | User wants a new deliverable (report, summary, analysis, docs). | Write new file: ./.reports/{topic}/... or path user specifies. |
| Update existing | User wants changes reflected in existing files. | Edit existing files (docs, README, specs, etc.); do not create a new report unless also asked. |
| From template | User provides a format, template, or structure to follow. | Generate file(s) matching that structure (e.g. after scouting/synthesis). |
Topic-agnostic: Subject = whatever the user asks for. Infer from the request; not limited to status or technical only.
⚡ Skills
MATRIX DISCOVERY: Skills auto-injected from domain files in
~/.{TOOL}/skills/agent-assistant/matrix-skills/Profile:reporting:synthesis| Domains:research,planning,tools,quality(see matrix-skills _index agent_profiles)
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.
- 7d ago First seen · 177 lines · 13 tokens per session scan C cf3204e48ed9
reporter is an agent published in the GitHub repository hainamchung/agent-assistant (54 stars, last pushed 3mo ago), licensed MIT. It adds 13 tokens to every session and 1,607 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
markdown-syntax-formatter
Converts text with visual formatting into proper markdown syntax, fixes markdown formatting issues, and ensures consistent document structure. Handles lists, headings, code blocks, and emphasis markers.
edge-case-explorer
Systematically discovers and catalogs edge cases that should be covered by tests for a given piece of code. Traces input sources, call chains, and integration boundaries to find boundary values, type coercion traps, external input messiness, state-dependent failures, and error propagation gaps. Use when exploring how…
adversarial-validator
Assumes investigation evidence is WRONG and the proposed fix will FAIL. Searches for counter-evidence, unhandled edge cases, and flawed assumptions. Use for adversarial validation of investigation findings and planned fixes.
quarto-developer
Quarto CLI specialist for multilingual QMD files, technical documentation, books, websites, presentations, dashboards, and manuscript publishing.
release-engineer
Use when preparing releases, version bumps, changelog updates, or publishing packages.
polyglot-architect
Cross-language API design and binding parity.