create-datadriven-aspnetcore
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard CLI Command Execution: The skill utilizes standard
dotnetCLI commands, includingrestore,build,run, andef migrations. These operations are fundamental to the .NET development lifecycle and align with the skill's purpose of project scaffolding and verification. - Project File Interaction: The skill reads from and writes to ASP.NET Core project files (such as
.csproj,.cs, and.cshtml). This file system interaction is necessary for generating CRUD code and ensuring it integrates correctly with the existing project structure. - Input Processing Considerations: The skill generates code based on natural language requests and existing project content. While the processing of external project data is a standard part of the scaffolding workflow, it is a point where the agent interacts with user-controlled data to perform generation tasks.
- Package Management: The skill manages project dependencies by adding required Entity Framework Core provider packages (e.g.,
Microsoft.EntityFrameworkCore.Design). These are standard official packages from the .NET ecosystem required for the requested database functionality.
Audit Metadata