dotnet-spectre-console
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official and well-known NuGet packages, specifically
Spectre.Console(v0.54.0) andSpectre.Console.Cli(v0.53.1). These are widely used, reputable libraries for building rich terminal interfaces in the .NET ecosystem. - [PROMPT_INJECTION]: There are no instructions or patterns that attempt to override agent behavior, bypass safety filters, or extract system prompts.
- [DATA_EXFILTRATION]: No sensitive file access or unauthorized network operations were detected. The inclusion of a
Secret()prompt example is a standard UI pattern for masking user input during password entry and does not pose a risk of data exposure. - [REMOTE_CODE_EXECUTION]: The skill does not contain any patterns for downloading and executing remote scripts or performing unsafe dynamic code execution. All provided code snippets are static examples for library usage.
- [COMMAND_EXECUTION]: The skill demonstrates how to build a CLI application using
Spectre.Console.Cli, but it does not invoke arbitrary system commands or perform dangerous subprocess operations.
Audit Metadata