dotnet-enable-autocomplete
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes the
dotnetCLI tool to verify installed SDK versions and generate native shell completion scripts. - [COMMAND_EXECUTION]: Accesses and modifies shell profile files (e.g.,
.bashrc,.zshrc,.config.fish) to install persistent autocomplete functionality. This modification is the primary intended purpose of the skill and aligns with official Microsoft documentation. - [SAFE]: The skill uses
allowed-toolsto restrict shell command execution todotnetsubcommands only, preventing the execution of arbitrary or malicious system commands.
Audit Metadata