Picket 0.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Picket --version 0.1.7
                    
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 Picket --version 0.1.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Picket&version=0.1.7
                    
nuke :add-package Picket --version 0.1.7
                    

Picket

Picket is a MIT-licensed secrets scanner for .NET. It provides a Gitleaks-compatible command surface, a Picket-native scanning surface, Native AOT release binaries, dotnet tool packages, and embeddable AOT-safe libraries for rules, scanning, reporting, and endpoint safety.

Tools

Install the command-line scanner:

dotnet tool install --global Picket

Install the interactive terminal report triage companion:

dotnet tool install --global Picket.Tui.Cli

The release archives are direct Native AOT executable downloads. The dotnet tool packages are RID-specific Native AOT NuGet tool packages selected by the .NET CLI during install for Windows, Linux, and macOS x64/Arm64.

Libraries

Picket publishes these embeddable packages:

  • Picket.Rules
  • Picket.Engine
  • Picket.Compat
  • Picket.Report
  • Picket.Security

The public library surface is intentionally narrow and AOT-safe. See docs/EMBEDDING.md for examples and the package roles.

Documentation

Project documentation is published at:

https://willibrandon.github.io/picket/
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.2.12 145 8/14/2026
0.2.11 121 8/13/2026
0.2.10 118 8/13/2026
0.2.9 202 8/3/2026
0.2.8 149 8/2/2026
0.2.7 145 8/2/2026
0.2.6 157 7/31/2026
0.2.5 144 7/31/2026
0.2.4 140 7/30/2026
0.2.3 141 7/29/2026
0.2.2 141 7/28/2026
0.2.1 144 7/28/2026
0.2.0 138 7/28/2026
0.1.13 154 7/27/2026
0.1.12 140 7/27/2026
0.1.11 160 7/26/2026
0.1.10 149 7/26/2026
0.1.9 139 7/26/2026
0.1.8 145 7/26/2026
0.1.7 154 7/26/2026
Loading failed