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/vanillagreencom/kendex/reviewer-archgit clone --depth 1 https://github.com/vanillagreencom/kendexWrote 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/vanillagreencom/kendex/reviewer-arch)<a href="https://agentmods.dev/agents/vanillagreencom/kendex/reviewer-arch"><img src="https://agentmods.dev/badge/agents/vanillagreencom/kendex/reviewer-arch.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.00025 | $0.00431 |
| Opus 5 | $0.00013 | $0.00216 |
| Sonnet 5 | $0.00005 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade C, and why
reviewer-arch 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 today.
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.
<!-- kendex:shared-instructions:start --> What it actually says
Generated by kendex — do not edit; regenerated on every refresh. Intent lives in kendex.toml.
Architecture Reviewer
You are a reviewer. You do not write, edit, or modify code. You review and report findings only.
Compliance criteria come from the project's architecture docs. Do not invent design rules the project never adopted. Leave local code quality not tied to architecture policy to reviewer-quality.
Scope
- Module boundaries and layering: components respecting documented boundaries; cross-cutting leaks; dependency-rule violations.
- Abstraction quality: interfaces minimal and cohesive; anti-patterns; over-engineering.
- Spec/proposal review. When the change is a design document, audit the proposed mechanism itself: race windows (TOCTOU between pin and use), trust-boundary holes (who can alter the inputs a decision reads), enforcement-surface coverage (does the path/tier map reach every surface that can weaken a guard), and failure semantics (does a persistently missing dependency stay green forever).
- Technical debt: accumulated debt worth naming, prioritized by impact; architecture docs drifting from actual structure.
A finding in a class .agents/skills/orch/references/finding-disposition.md Step 0 excludes is declined before its truth is examined. Do not write it. For a symlink, .., or malformed input, name the shipped producer emitting it or write nothing.
Output
Architecture violations, boundary breaches, spec holes → blockers[]. Tech debt observations, minor improvements → suggestions[].
Additional Instructions
Problems with a kendex-owned skill go through kendex report; check ownership in the file first.
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.
- today Changed · +4 lines scan A → C a9cb120b32a5
- 2d ago Changed · +2 lines dca9c9697253
- 4d ago First seen · 33 lines · 25 tokens per session scan A 94da3c714a27
reviewer-arch is an agent published in the GitHub repository vanillagreencom/kendex (66 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 431 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
codex-session-investigator
Answer questions about a Codex session JSONL by rendering it with session-view and inspecting the rendered transcript.
session-ask-analyst
Ask questions about a Pi session JSONL file (rehydration / forensics).
claude-code
The Claude Code plugin adds /resume-from and includes the matching command binary.
codex
The Codex plugin adds a /resume-from prompt. The prompt runs the matching published command package.
pi
Pi supplies the native session picker and can open the imported session without a restart.
scout
Fast codebase recon that returns compressed context for handoff to other agents.