csharp-project-init
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Uses the
dotnetCLI to create a new Web API project, add NuGet packages, and verify tool versions. - [COMMAND_EXECUTION]: Executes
git statusto ensure a clean working directory before proceeding with project initialization. - [EXTERNAL_DOWNLOADS]: Downloads a
.editorconfigfile from the author's GitHub Gist (gist.github.com/jim60105) usingcurlto standardize code styling. - [EXTERNAL_DOWNLOADS]: Installs the
ErikEJ.EFCorePowerTools.Cliglobal tool from the NuGet registry if it is missing or outdated.
Audit Metadata