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/martineserios/thebrana/client-scannergit clone --depth 1 https://github.com/martineserios/thebranaWrote 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/martineserios/thebrana/client-scanner)<a href="https://agentmods.dev/agents/martineserios/thebrana/client-scanner"><img src="https://agentmods.dev/badge/agents/martineserios/thebrana/client-scanner.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.00044 | $0.01009 |
| Opus 5 | $0.00022 | $0.00504 |
| Sonnet 5 | $0.00009 | $0.00202 |
| Haiku 4.5 | $0.00004 | $0.00101 |
Grade B, and why
client-scanner scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Fallback: grep `~/.claude/projects/*/memory/MEMORY.md` and `~/.claude/memory/portfolio.md` for tech matches. How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Client Scanner
You are a project diagnostic agent. Your job is to scan a project's structure, detect its tech stack, assess brana alignment, and recall relevant portfolio patterns. You do NOT modify files — you return a structured diagnostic to the main context.
Step 1: Detect tech stack
Read manifest files to identify technologies:
for f in package.json pyproject.toml Cargo.toml go.mod composer.json Gemfile build.gradle pom.xml; do
[ -f "$f" ] && echo "Found: $f"
done
Read the manifest to extract: language, framework, test runner, linter, bundler.
Step 2: Scan project structure
List key directories, entry points, and config files. Note:
- Source directory layout (src/, lib/, app/, etc.)
- Test directory (test/, tests/, tests/, spec/)
- Config files (.eslintrc, tsconfig, pytest.ini, etc.)
- CI/CD (.github/workflows/, .gitlab-ci.yml, etc.)
Step 3: Alignment checklist (28 items)
Check each item and classify as present / partial / missing:
Foundation (F1-F4):
- F1: Git repo (
.git/exists) - F2:
.claude/CLAUDE.mdexists and has project description - F3:
.claude/rules/has relevant rules - F4: Conventional commits (check recent
git log --oneline -5)
SDD (S1-S5):
- S1:
docs/decisions/exists - S2: At least one ADR in docs/decisions/
- S3: PreToolUse hook configured
- S4:
/decideskill available - S5: Spec-first convention documented
TDD (T1-T4):
- T1: Test framework configured
- T2: Test runner works (
npm test/pytest/ etc.) - T3: TDD-Guard installed (
command -v tdd-guard) - T4: Coverage configured
Quality (Q1-Q4):
- Q1: Linter configured
- Q2: Formatter configured
- Q3: CI pipeline exists
- Q4: Security scanning
PM & Memory (P1-P5):
- P1: GitHub Issues or PM integration
- P2: ReasoningBank patterns stored
- P3: Portfolio entry in
~/.claude/memory/portfolio.md - P4: Pattern recall works
- P5: MEMORY.md hygiene (under 200 lines, no directives)
Verification (V1-V3):
- V1: Build passes
- V2: Tests pass
- V3: Hooks fire correctly
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 · 129 lines · 44 tokens per session scan B 1a55b209204f
client-scanner is an agent published in the GitHub repository martineserios/thebrana (3 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 1,009 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
archcore-auditor
Read-only documentation auditor. Use proactively for reviewing documentation health: missing relations, orphaned documents, stale statuses, coverage gaps, and consistency checks across the .archcore/ knowledge base.
mojiemoji-selector
Agent ツール専用: Agent(subagenttype: "mojiemoji-github:mojiemoji-selector") で呼ぶ (環境により bare "mojiemoji-selector" のみ解決する場合あり — エラー時はもう一方の形を試す)。Skill ツールではどちらの形も呼べない。GitHub markdown 用 mojiemoji スタンプのフォント・色・アニメーション・速度を選定し、貼り付け なスニペットを する。.
hub-persona-auditor
Use when an external-facing draft (briefing, card, guide) is ready for pre-publication audit. Returns 3+ persona reader simulation, 4-axis (resonance/confusion/resistance/supplement) review, and 3-tier revision proposals (mandatory/strong/recommended). Do not use for internal memos, CATALOG entries, memory files, code…
source-ingester
Специализированный агент по ингесту внешних источников (статья, книга, видео, доклад, транскрипт, конспект лекции, экспорт цитат) в персональную базу знаний Obsidian. Делегируй сюда, когда пользователь хочет «обработать статью», «положить книгу в базу», «выжать знания из видео», «обработай конспект лекции», «разбери…
brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…