Picket.Tui.Cli
0.2.2
See the version list below for details.
dotnet tool install --global Picket.Tui.Cli --version 0.2.2
dotnet new tool-manifest
dotnet tool install --local Picket.Tui.Cli --version 0.2.2
#tool dotnet:?package=Picket.Tui.Cli&version=0.2.2
nuke :add-package Picket.Tui.Cli --version 0.2.2
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.RulesPicket.EnginePicket.CompatPicket.ReportPicket.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 | Versions 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. |
This package has no dependencies.