skills/microsoft/aspire/startup-perf/Gen Agent Trust Hub

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.ps1 and measure-startup-performance.sh scripts located within the repository's tools/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 build and 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-trace global 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 .nettrace files locally to extract specific lifecycle event timestamps.
Audit Metadata
Risk Level
SAFE
Analyzed
May 5, 2026, 06:36 PM