template-comparison
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill uses the
dotnetCLI to inspect template parameters and supported frameworks. These commands (such asdotnet new --help) are executed locally to gather metadata for comparison tables. - External Content Acquisition: The workflow includes the ability to search for and install missing .NET templates using
dotnet new searchanddotnet new install. This facilitates the download of template packages from official registries as part of the skill's primary purpose. - Data Ingestion: The skill processes output from local CLI commands to generate its reports. This represents a standard pattern for tools interacting with system-level utilities to provide user insights.
Audit Metadata