validate-blazor-feature

Pass

Audited by Gen Agent Trust Hub on Sep 6, 2026

Risk Level: SAFE
Full Analysis
  • Internal Sample Usage: The skill provides instructions for utilizing in-tree samples (e.g., BlazorWebAppGlobal, BlazorWebAssemblyStandalone) located within the repository's own structure (src/Components/Samples). This is a standard practice for feature validation.
  • Local Tooling and Execution: The instructions utilize standard .NET development tools (dotnet run, eng\build.cmd) and local Playwright MCP tools to interact with locally hosted web servers (http://localhost). All network operations are confined to the local development environment.
  • SDK Activation: The skill includes instructions to activate the repository's specific SDK using a local script (. ./activate.ps1), which is standard for large-scale .NET projects to ensure build environment consistency.
  • Error Diagnosis Guidance: The referenced references/error-checks.md provides helpful diagnostic information for common Blazor development issues, such as WebSocket connection failures or build misses, without introducing any dangerous patterns.
  • Cleanup Procedures: The workflow explicitly includes cleanup steps, such as stopping server processes by PID and removing temporary Playwright artifacts, which aligns with best practices for development automation.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 6, 2026, 10:33 AM
Security Audit — agent-trust-hub — validate-blazor-feature