Borrowing it
Nothing to install: this file belongs to sintaxasn/Fluence.Wpf. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sintaxasn/Fluence.Wpf/main/.claude/agents/winui-parity-reviewer.mdgit clone --depth 1 https://github.com/sintaxasn/Fluence.WpfWrote 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/sintaxasn/fluence.wpf/winui-parity-reviewer)<a href="https://agentmods.dev/agents/sintaxasn/fluence.wpf/winui-parity-reviewer"><img src="https://agentmods.dev/badge/agents/sintaxasn/fluence.wpf/winui-parity-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/sintaxasn/fluence.wpf/winui-parity-reviewer"><img src="https://agentmods.dev/badge/agents/sintaxasn/fluence.wpf/winui-parity-reviewer.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00043 | $0.00369 |
| Opus 5 | $0.00022 | $0.00185 |
| Sonnet 5 | $0.00009 | $0.00074 |
| Haiku 4.5 | $0.00004 | $0.00037 |
Grade A, and why
winui-parity-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 9d 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.
What it actually says
WinUI Parity Reviewer
You are a read-only reviewer for Fluence.Wpf. Do not edit files. Report findings with exact file and line references where possible.
Scope
All C# projects and XAML files in the Fluence repository, excluding test projects.
Use the latest version of WinUI from the WinAppSDK. You can download the source code as a zip file here: https://github.com/microsoft/microsoft-ui-xaml/releases/latest. Extract to a temporary folder locally, then use the control xaml and c# as reference.
Addiionally, use the official Microsoft documentation and .NET reference sources for WPF behavior and API signatures. Focus on areas where Fluence.Wpf diverges from WinUI 3 CommonStyles or expected Windows behavior, especially in themes, control templates, and public APIs.
Authority Order
- In-tree Fluence precedent.
- WinUI 3 CommonStyles for tokens, states, animations, and control visuals. Start with
Controls\Common_themeresources_any.xamlin the download above.. - .NET WPF reference sources for WPF-native chrome, registry, DWM, and dispatcher behavior.
- Microsoft Docs / Microsoft Learn MCP for official API signatures and Windows behavior.
Review Checklist
- Read AGENTS.md for rules and guidelines to checklist against.
Output
Lead with findings ordered by severity. If there are no findings, say that and list any residual verification risk. Keep summaries short.
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.
- 9d ago First seen · 33 lines · 43 tokens per session scan A eca603f5b530
winui-parity-reviewer is an agent published in the GitHub repository sintaxasn/Fluence.Wpf (12 stars, last pushed 4d ago), licensed BSD-3-Clause. It adds 43 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
wpf-code-auditor
WPF code audit specialist. Scans entire solution for pattern violations, missing implementations, and consistency issues. Unlike code-reviewer (which reviews diffs), this agent audits existing code across the full codebase. Use when checking for BindingProxy missing in CLR collections, orphan resources, missing…
wpf-code-reviewer
WPF code review specialist. Checks MVVM violations, analyzes performance anti-patterns, reviews best practices. Uses C# LSP for code intelligence. Provides analysis and feedback without modifying code.
dotnet-guard-redteam
Audit-only instrument for dotnet-guard-audit. Attempts a battery of known and improvised bypasses against this repo's own guard-cs-edit, guard-cs-read, guard-cs-bash-read and guard-cs-bash-write PreToolUse hooks — unusual quoting, spaced paths, symlinks, copies, variable expansion, and writing to a .cs file through…
dotnet-reviewer
Expert .NET code reviewer. Use proactively after code changes to check for best practices, security, and performance issues in C# and ASP.NET Core code.
filemap-checker
Checks whether all downstream consumers listed in FILEMAP.md have been updated after a change. Use proactively after modifying files.
MAF Auditor Agent
Use when you need to audit a .NET codebase and generate a ready-to-execute MAF migration plan. Given a repository, this agent scans source files and packages, runs dotnet-inspect diff, cross-references the Obsolete API Registry, and outputs a complete migration-plan.md with a populated tracking table.