build-perf-baseline
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- Standard Build Operations: The skill utilizes documented .NET CLI commands such as
dotnet build,dotnet clean, anddotnet restore. These are standard tools provided by the vendor for managing build lifecycles. - Artifact Management: Instructions for cleaning build outputs (
binandobjfolders) use standard shell commands appropriate for local development environments to ensure a clean state for performance baselining. - Configuration Best Practices: The skill recommends enabling built-in MSBuild features like
UseArtifactsOutput,Deterministicbuilds, andMSBuild Server. These are official optimization strategies designed to improve build reliability and speed. - Resource Scoping: All operations are scoped to the local project directory and standard build processes. There are no attempts to access sensitive system files, hardcode credentials, or perform unexpected network communication.
Audit Metadata