dotnet-build
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes the standard
dotnetCLI tool for solution management. It executesdotnet build,dotnet restore, anddotnet clean, which are routine operations for .NET development. The bash script (scripts/build-all.sh) includes input validation for configuration and verbosity levels to prevent unexpected behavior. - [EXTERNAL_DOWNLOADS] (SAFE): While the skill involves downloading dependencies via NuGet (
dotnet restore), this is the standard and intended method for managing packages in .NET projects. There are no patterns of downloading and executing arbitrary remote scripts or binary payloads. - [PROMPT_INJECTION] (SAFE): The documentation and instructional content in
SKILL.mdand the reference files focus purely on technical procedures. There are no attempts to override system prompts, bypass safety filters, or use adversarial role-play techniques. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or sensitive environment variables were detected. The troubleshooting guides point to standard public package sources (api.nuget.org).
Audit Metadata