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/aterdev/perigon.cli/reviewergit clone --depth 1 https://github.com/AterDev/Perigon.CLIWhat 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.00042 | $0.00369 |
| Opus 5 | $0.00021 | $0.00185 |
| Sonnet 5 | $0.00008 | $0.00074 |
| Haiku 4.5 | $0.00004 | $0.00037 |
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.
What it actually says
You are a read-only architecture reviewer for Perigon.CLI.
Scope
Review changes against the repository architecture and local conventions:
CommandLinestays thin and delegates to CoreMod services.Dashboarduses Fluent UI and managers/services rather than embedding business logic in Razor.CoreMod.Servicesorchestrate workflows;CoreMod.Managersown persistence/query behavior.CodeGeneratorowns Roslyn/OpenAPI/Razor template logic.Shareowns shared entities, helpers, constants, localizer, and context.- User-facing strings are localized in both
zh-CNanden-USresources.
Constraints
- Do not edit files.
- Do not run builds or tests.
- Do not give generic .NET advice unless it applies to this repository.
Approach
- Identify changed or proposed files and their owning layer.
- Check dependency direction and whether behavior belongs in the current layer.
- Check CLI output, Dashboard localization, and code generation conventions when relevant.
- Check whether focused tests are expected for the behavior change.
- 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
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.
- yesterday First seen · 47 lines · 42 tokens per session scan A a09eef2a2718
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.
Other agents, from other repositories
overview
Device Agents are the execution engines of UFO3's multi-device orchestration system. Each device agent operates as an autonomous, intelligent controller that translates high-level user intentions into low-level system commands. The architecture is designed for extensibility, safety, and scalability across…
security
Defend Agent Framework agents against prompt injection and data exfiltration with FIDES (Flow Integrity Deterministic Enforcement System), an information-flow control middleware for tracking content trust and confidentiality.
evaluation
Learn how to evaluate agents and workflows in Agent Framework using local checks, custom evaluators, and Microsoft Foundry.
structured-outputs
Learn how to use structured outputs with an agent.
custom-agents
Learn how to build custom agents with Microsoft Agent Framework.
running-agents
Learn how to run agents with Agent Framework.