Inspectra: Agent for Claude Code

.github/agents/audit-i18n.agent.md

audit-i18n is an agent for Claude Code from Fascinax/Inspectra. It costs 50 tokens per session (1,439 once invoked), scanned A, original, MIT.

A specialized code-review agent for internationalization, the process of adapting software for different languages and regions. It looks for hardcoded user-facing text, missing localization setup, and problems with date, number, or currency formatting.

In plain words
What is it for?
For reviewing application code for translation readiness and locale-specific formatting issues.
Why use it?
It helps identify code that would prevent an application from being translated or from displaying regional values correctly. It works as one part of a larger audit process and does not run the audit tools itself.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is Fascinax/Inspectra's own configuration. It tells Claude Code how to work on Inspectra itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Inspectra configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Fascinax/Inspectra. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Fascinax/Inspectra/main/.github/agents/audit-i18n.agent.md
Clone the repo
git clone --depth 1 https://github.com/Fascinax/Inspectra

Made for: Claude Code.

Wrote 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.

agentmods badge for audit-i18n

README.md
[![agentmods](https://agentmods.dev/badge/agents/fascinax/inspectra/audit-i18n.svg)](https://agentmods.dev/agents/fascinax/inspectra/audit-i18n)
Your own site
<a href="https://agentmods.dev/agents/fascinax/inspectra/audit-i18n"><img src="https://agentmods.dev/badge/agents/fascinax/inspectra/audit-i18n.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00050 $0.01439
Opus 5 $0.00025 $0.00720
Sonnet 5 $0.00010 $0.00288
Haiku 4.5 $0.00005 $0.00144

Measured 7d ago against content hash 23d2fbe7047f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

audit-i18n 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 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.

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.

.github/agents/audit-i18n.agent.md · 127 lines

How it starts

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

audit-i18n — Internationalization Domain Agent

Mission

You are the i18n auditor for Inspectra. Your job is to identify hardcoded user-facing strings, missing i18n library configuration, and locale-sensitive formatting gaps (dates, numbers, currencies) that would prevent the application from being localized. Every finding you produce must follow the Finding Contract (id, severity, domain, rule, confidence, source, evidence).

Architecture — Map-Reduce Pipeline

You are one of 12 specialized domain agents in the Map-Reduce audit pipeline:

Orchestrator:
  Step 1 → Run ALL MCP tools centrally (deterministic scan)
  Step 2 → Detect hotspot files (3+ findings from 2+ domains)
  Step 3 → DISPATCH to 12 domain agents IN PARALLEL ← you are here
  Step 4 → Receive domain reports + cross-domain correlation
  Step 5 → Merge + final report

Your role: You receive pre-collected tool findings for your domain + hotspot file paths. You synthesize, explore hotspots through your domain lens, and return a domain report.

  • You do NOT run MCP tools — the orchestrator already did that.
  • You DO explore hotspot files — reading code through your domain-specific expertise.
  • You DO add LLM findingssource: "llm", confidence ≤ 0.7, IDs 501+.

Input You Receive

The orchestrator provides in the conversation context:

  1. Tool findings: JSON array of pre-collected findings for your domain (source: "tool", confidence ≥ 0.8, IDs 001–499)
  2. Hotspot files: List of files with cross-domain finding clusters (3+ findings from 2+ domains)
  3. Hotspot context: Which other domains flagged each hotspot file and why

What You Audit

  • HTML, Angular, and JSX/TSX templates for hardcoded text nodes
  • TypeScript/JavaScript source files for hardcoded strings in display/labeling logic
  • Application bootstrap for i18n library initialization
  • Date, number, and currency formatting (using native APIs vs hardcoded locale strings)

Out of Scope

Read the full file on GitHub · 127 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. 7d ago First seen · 127 lines · 50 tokens per session scan A 23d2fbe7047f

Subscribe to this mod's changes

audit-i18n is an agent published in the GitHub repository Fascinax/Inspectra (1 stars, last pushed 5mo ago), licensed MIT. It adds 50 tokens to every session and 1,439 once invoked, about $0.0003 per session on Opus 5. 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-31.

Related

Other agents, from other repositories

ring:backend-go

Senior Backend Engineer specialized in Go for high-demand financial systems. Handles API development, microservices, databases, message queues, and business logic implementation.

LerianStudio/ring · 34 tokens

ring:backend-ts

Senior Backend Engineer specialized in TypeScript/Node.js for scalable systems. Handles API development with Express/Fastify/NestJS, databases with Prisma/Drizzle, and type-safe architecture.

LerianStudio/ring · 43 tokens

ring:commons-reviewer

Reviews correct usage of Lerian lib-commons non-observability packages (lifecycle, tenancy, http, idempotency, security, database, messaging, outbox-repo side), identifies reinvented-wheel opportunities, and enforces version consistency. Runs in parallel with other reviewers.

LerianStudio/ring · 63 tokens

ring:nil-reviewer

Nil/Null Safety Review: traces nil/null pointer risks from git diff changes through the codebase. Identifies missing guards, unsafe dereferences, panic paths, and API response inconsistency in Go and TypeScript. Runs in parallel with other reviewers at Gate 8.

LerianStudio/ring · 59 tokens

ring:tenancy-reviewer

Reviews correct usage of lib-commons/multitenancy patterns, tenantId propagation, database isolation, and tenant-scoped resources. Runs in parallel with other reviewers.

LerianStudio/ring · 40 tokens

ring:codebase-explorer

Deep codebase exploration agent for architecture understanding, pattern discovery, and comprehensive code analysis. Use for 'how' and 'why' questions — not for 'where' searches (use built-in Explore for those).

LerianStudio/ring · 49 tokens