dotnet-benchmark
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Uses the .NET CLI (
dotnet build,dotnet run) to manage the lifecycle of benchmarking projects and runner hosts. - [COMMAND_EXECUTION]: Executes a local PowerShell discovery script (
scripts/check-benchmark-requirements.ps1) to inspect the local environment for prerequisite SDKs and repository configurations. - [EXTERNAL_DOWNLOADS]: References the official NuGet.org API to dynamically resolve stable versions of BenchmarkDotNet and related engineering packages.
- [SAFE]: Implements a 'yolo mode' as a convenience for skipping routine confirmation steps; the skill explicitly states this mode does not authorize full performance runs or bypass safety protocols.
Audit Metadata