template-comparison
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Line Interaction: The skill executes commands such as
dotnet new <template> --helpto inspect template parameters. This is a standard operation for gathering metadata about installed developer tools. - Dependency Installation: The workflow includes steps to search for and install missing templates using
dotnet new searchanddotnet new install. These operations utilize the official .NET package management system. - Input Handling: User-provided template names are interpolated into shell commands. While this represents a standard operational pattern for CLI-based agents, it relies on the underlying system's ability to handle the provided string inputs correctly during execution.
Audit Metadata