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, and dotnet restore. These are standard tools provided by the vendor for managing build lifecycles.
  • Artifact Management: Instructions for cleaning build outputs (bin and obj folders) 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, Deterministic builds, and MSBuild 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
Risk Level
SAFE
Analyzed
Aug 23, 2026, 12:34 AM
Security Audit — agent-trust-hub — build-perf-baseline