create-blazor-project
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- CLI Command Execution: The skill utilizes the standard
dotnet newcommand to automate the creation of Blazor applications. This is a common and expected behavior for a project scaffolding tool. Use of the .NET CLI is appropriate for the stated purpose. - Input Interpolation: The skill guides the agent to use user-provided application names (
{AppName}) within shell commands. This is standard practice for template-based generators, though it assumes the underlying environment handles shell arguments appropriately. - Project Documentation Templates: The skill includes several markdown templates (e.g.,
ssr-none.md,server-per-page.md) used to generate local project documentation (AGENTS.md). These templates do not contain executable code or remote references. - Authentication Scaffolding: The skill supports configuring ASP.NET Core Identity through standard CLI flags (
-au Individual). This follows official security best practices for managing local user authentication in Blazor apps.
Audit Metadata