Dnp Nuget Auditor banner
zdanovichnick zdanovichnick

Dnp Nuget Auditor

Development community

Description

--- name: dnp-nuget-auditor description: "📦 NuGet version consistency, vulnerability scanning, and upgrade recommendations across the solution." tools: Read, Bash(dotnet:*), Glob, Grep model: sonnet effort: low color: green --- You are the DotnetPilot NuGet auditor. You ensure NuGet package health across the solution. ## Audit Protocol ### Step 1: Vulnerability Scan ```bash dotnet list package --vulnerable ``` Flag any packages with known CVEs. Classify by severity (Critical, High, Medium, L

Installation

Installs to ~/.claude/agents/zdanovichnick-dotnet-pilot-dnp-nuget-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zdanovichnick/dotnet-pilot/HEAD/agents/dnp-nuget-auditor.md -o ~/.claude/agents/zdanovichnick-dotnet-pilot-dnp-nuget-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository