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> --help to 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 search and dotnet 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
Risk Level
SAFE
Analyzed
Jul 21, 2026, 05:33 AM
Security Audit — agent-trust-hub — template-comparison