DepRadar.Tool 0.9.0

dotnet tool install --global DepRadar.Tool --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DepRadar.Tool --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DepRadar.Tool&version=0.9.0
                    
nuke :add-package DepRadar.Tool --version 0.9.0
                    

DepRadar.Tool (depradar)

A dependency-health CLI for .NET: scan a NuGet package or project for security, license and maintenance risk, fail CI on policy violations, and remediate.

It runs the whole analysis in-process against live data (NuGet, OSV.dev, GitHub) — no server and no database — so it works standalone in CI.

dotnet tool install --global DepRadar.Tool

# Scan a package or a project; exit code 1 fails the build on a policy breach
depradar scan WindowsAzure.Storage --fail-on high --no-deprecated
depradar scan ./MyApp.csproj --forbid copyleft --sbom sbom.json --sarif results.sarif

# Compare two versions (added/removed deps + CVEs introduced or cleared)
depradar diff Newtonsoft.Json 12.0.3 13.0.3

# Auto-fix: bump vulnerable dependencies to the minimal safe version (incl. transitive)
depradar fix ./MyApp.csproj                  # patch in place
depradar fix ./MyApp.csproj --open-pr --repo owner/name   # open a PR (needs GITHUB_TOKEN)

Exit codes: 0 policy passed · 1 policy violated · 2 usage error.

Part of DepRadar — a full dependency-health platform (dashboard, SBOM/SARIF, drift monitoring, multi-channel alerts). MIT licensed.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.9.0 104 7/3/2026
0.8.0 89 7/3/2026
0.7.2 101 7/3/2026
0.7.1 94 7/3/2026
0.7.0 106 7/3/2026
0.6.0 101 7/2/2026
0.5.0 98 7/1/2026
0.4.0 87 7/1/2026
0.3.0 97 7/1/2026
0.2.0 106 7/1/2026
0.1.1 102 6/28/2026