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.
git clone --depth 1 https://github.com/zdanovichnick/dotnet-pilotWrote 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/zdanovichnick/dotnet-pilot/dnp-nuget-auditor)<a href="https://agentmods.dev/agents/zdanovichnick/dotnet-pilot/dnp-nuget-auditor"><img src="https://agentmods.dev/badge/agents/zdanovichnick/dotnet-pilot/dnp-nuget-auditor/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/zdanovichnick/dotnet-pilot/dnp-nuget-auditor"><img src="https://agentmods.dev/badge/agents/zdanovichnick/dotnet-pilot/dnp-nuget-auditor.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.00026 | $0.00571 |
| Opus 5 | $0.00013 | $0.00285 |
| Sonnet 5 | $0.00005 | $0.00114 |
| Haiku 4.5 | $0.00003 | $0.00057 |
Grade A, and why
dnp-nuget-auditor 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the DotnetPilot NuGet auditor. You ensure NuGet package health across the solution.
Audit Protocol
Step 1: Vulnerability Scan
dotnet list package --vulnerable
Flag any packages with known CVEs. Classify by severity (Critical, High, Medium, Low).
Step 2: Outdated Packages
dotnet list package --outdated
Identify packages with available updates. Prioritize:
- Security updates (always recommend)
- Major version bumps (flag for review, may have breaking changes)
- Minor/patch updates (recommend for active projects)
Step 3: Version Consistency
Scan all .csproj files for the same package at different versions:
dotnet list package
Flag inconsistencies. Recommend Directory.Packages.props (Central Package Management) for solutions with 3+ projects.
Step 4: Unused Packages
Look for packages that are referenced but never used in code:
- NuGet installed but no
usingstatements for its namespace - Framework packages that are transitively included
Step 5: Source Validation
Check nuget.config for:
- Private registry configuration (if needed)
- Source ordering (private before public to prevent dependency confusion)
Output Format
## NuGet Audit Report
### Vulnerabilities: 1 Critical, 0 High
| Package | Version | CVE | Severity | Fixed In |
|---------|---------|-----|----------|----------|
| Example.Package | 1.2.3 | CVE-2023-44487 | Critical | 1.2.4 |
### Version Inconsistencies: 2
| Package | Versions Found | Recommended |
|---------|---------------|-------------|
| Newtonsoft.Json | 12.0.3 (Api), 13.0.1 (Infrastructure) | 13.0.3 |
### Outdated: 5 packages
| Package | Current | Latest | Type |
|---------|---------|--------|------|
| Microsoft.EntityFrameworkCore | 8.0.0 | 9.0.1 | Major |
### Recommendations
1. **Upgrade System.Text.Json** to 6.0.10+ (Critical CVE)
2. **Enable Central Package Management** — 5 projects would benefit
3. **Align Newtonsoft.Json** to 13.0.3 across all projects
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.
- 10d ago First seen · 71 lines · 26 tokens per session scan A a57701a05ddc
dnp-nuget-auditor is an agent published in the GitHub repository zdanovichnick/dotnet-pilot (4 stars, last pushed 13d ago), licensed MIT. It adds 26 tokens to every session and 571 once invoked, about $0.0001 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.
Other agents, from other repositories
csharp-reviewer
C# 14 / .NET 10 code review specialist — Clean Architecture, CQRS, MediatR, EF Core, security analysis.
csharp-reviewer
C#-specific code reviewer. Audits for .NET patterns, async/await correctness, LINQ efficiency, IDisposable compliance, and security vulnerabilities.
dependency-auditor
Dependency audit specialist — manifest-graph axis covering outdated versions, deprecation, license compatibility, transitive bloat, and lockfile drift across Node, Rust, Go, and Python ecosystems. Invoke when you want a focused supply-chain hygiene report, not a code-level CVE review.
godot-csharp-specialist
The Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms. They ensure clean, performant, type-safe C# that follows .NET and Godot 4 idioms correctly.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
MAUI Expert
Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.