create-controller
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard .NET development commands such as
dotnet buildanddotnet runto compile and verify the generated application code. This is consistent with its stated purpose of creating and testing project components. - [EXTERNAL_DOWNLOADS]: The skill installs the
Swashbuckle.AspNetCore.SwaggerUIpackage via the .NET package manager. This is a well-known and trusted library within the developer community for providing OpenAPI/Swagger documentation. - [SAFE]: The skill explicitly instructs the agent to create DTO classes for model binding instead of using entity classes directly. This follows a security best practice that prevents overposting and mass assignment vulnerabilities.
Audit Metadata