build-perf-diagnostics
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard .NET CLI commands (
dotnet build,dotnet msbuild) and common utility tools (grep,head) for its intended purpose of build performance analysis. All operations are local and involve no network activity or sensitive file access. - [COMMAND_EXECUTION]: Provides templates for executing build and analysis commands. The use of the
/blflag andperformancesummaryare standard MSBuild diagnostic features. Commands are executed within the local build context without privilege escalation. - [DATA_EXPOSURE]: Analysis is restricted to build logs (
full.log,build.binlog) generated during the diagnostic process. No access to environment secrets, SSH keys, or cloud credentials was identified.
Audit Metadata