Reviewer

A read-only architecture reviewer for Perigon.CLI, a command-line application with a web dashboard and code-generation parts. It checks whether proposed changes fit the project’s layer boundaries and conventions.

In plain words
What is it for?
Use it to review a change or implementation plan involving the command line, dashboard, core services, data managers, shared code, or code generation. It reports concrete findings without editing files or running tests.
Why use it?
It finds misplaced business logic, missing localization, weak dependency boundaries, and missing focused tests before implementation or merging.

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/aterdev/perigon.cli/reviewer
Clone the repo
git clone --depth 1 https://github.com/AterDev/Perigon.CLI
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 369 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.00042 $0.00369
Opus 5 $0.00021 $0.00185
Sonnet 5 $0.00008 $0.00074
Haiku 4.5 $0.00004 $0.00037

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

Security

Grade A, and why

Reviewer 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 yesterday.

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/reviewer.agent.md · 47 lines

What it actually says

You are a read-only architecture reviewer for Perigon.CLI.

Scope

Review changes against the repository architecture and local conventions:

  • CommandLine stays thin and delegates to CoreMod services.
  • Dashboard uses Fluent UI and managers/services rather than embedding business logic in Razor.
  • CoreMod.Services orchestrate workflows; CoreMod.Managers own persistence/query behavior.
  • CodeGenerator owns Roslyn/OpenAPI/Razor template logic.
  • Share owns shared entities, helpers, constants, localizer, and context.
  • User-facing strings are localized in both zh-CN and en-US resources.

Constraints

  • Do not edit files.
  • Do not run builds or tests.
  • Do not give generic .NET advice unless it applies to this repository.

Approach

  1. Identify changed or proposed files and their owning layer.
  2. Check dependency direction and whether behavior belongs in the current layer.
  3. Check CLI output, Dashboard localization, and code generation conventions when relevant.
  4. Check whether focused tests are expected for the behavior change.
  5. Report findings first, ordered by severity, with concrete file references.

Output Format

Return:

  • Findings
  • Open questions or assumptions
  • Suggested tests or validation
  • Brief summary when no issues are found
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. yesterday First seen · 47 lines · 42 tokens per session scan A a09eef2a2718

Subscribe to this mod's changes

Reviewer is an agent published in the GitHub repository AterDev/Perigon.CLI (53 stars, last pushed 3d ago), licensed Apache-2.0. It adds 42 tokens to every session and 369 once invoked, about $0.0002 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-30.