startup-perf
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Local Script Execution]: The skill utilizes
Measure-StartupPerformance.ps1andmeasure-startup-performance.shscripts located within the repository'stools/perf/directory. These scripts automate the measurement process and are part of the skill's intended functionality. - [Build and Execution Pattern]: The tool performs
dotnet buildand runs the application to attach diagnostic probes. This pattern is common for performance measurement tools that need to analyze the runtime behavior of a compiled application. - [Standard Diagnostic Tooling]: It relies on the
dotnet-traceglobal tool, a well-known utility for collecting performance data from .NET processes. The instructions include the standard installation command for this tool. - [Trace Analysis]: The skill uses a companion tool,
TraceAnalyzer, which is compiled from source within the repository. This tool parses.nettracefiles locally to extract specific lifecycle event timestamps.
Audit Metadata