Picket.linux-x64 0.2.3

dotnet add package Picket.linux-x64 --version 0.2.3
                    
NuGet\Install-Package Picket.linux-x64 -Version 0.2.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Picket.linux-x64" Version="0.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Picket.linux-x64" Version="0.2.3" />
                    
Directory.Packages.props
<PackageReference Include="Picket.linux-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Picket.linux-x64 --version 0.2.3
                    
#r "nuget: Picket.linux-x64, 0.2.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Picket.linux-x64@0.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Picket.linux-x64&version=0.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Picket.linux-x64&version=0.2.3
                    
Install as a Cake Tool

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.

Scan staged, unstaged, and untracked non-ignored Git changes together:

picket scan --git-changes . --report-format jsonl --redact=100

Scan a Hugging Face model, dataset, Space, or bucket with a read-only token stored in an environment variable:

picket scan --huggingface-model owner/model --huggingface-token-env HF_TOKEN --report-format jsonl --redact=100

Scan GitLab issues, comments, releases, and release assets:

picket scan --gitlab-project owner/project --gitlab-include-issues --gitlab-include-releases --gitlab-include-release-assets --gitlab-token-env GITLAB_TOKEN --report-format jsonl --redact=100

CI Integrations

Use the Picket Secret Scanner GitHub Action:

- uses: actions/checkout@v7.0.1
- uses: willibrandon/picket@v0
  with:
    upload-sarif: true

Azure Pipelines can install Picket from the Visual Studio Marketplace and use the PicketScan@1 task:

- task: PicketScan@1
  inputs:
    target: "$(Build.SourcesDirectory)"
    failOn: "findings"

See GitHub Action and Azure DevOps for permissions, inputs, reports, and failure behavior.

Coding Agent Guards

picket agent guard inspects Codex and Claude PreToolUse and UserPromptSubmit hook events from standard input. It returns 0 for clean input and 2 to block findings or input that could not be safely inspected. See Coding Agent Guards for setup.

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/
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.3 8 7/29/2026
0.2.2 36 7/28/2026
0.2.1 35 7/28/2026
0.2.0 40 7/28/2026
0.1.13 89 7/27/2026
0.1.12 86 7/27/2026
0.1.11 86 7/26/2026
0.1.10 82 7/26/2026
0.1.9 83 7/26/2026
0.1.8 79 7/26/2026
0.1.7 88 7/26/2026
0.1.6 86 7/26/2026
0.1.4 86 7/26/2026