powershell
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads installation scripts from Microsoft's official
aka.msshortcut domain to facilitate PowerShell setup. - [REMOTE_CODE_EXECUTION]: Installation scripts (
scripts/install.shandscripts/install.ps1) utilize patterns that pipe remote content directly into shell interpreters, such ascurl ... | bashor downloading a file and executing it viabash. - [COMMAND_EXECUTION]: The Linux installer uses
sudoto acquire the administrative privileges required to install software via system package managers likeapt,dnf,pacman, andapk. - [COMMAND_EXECUTION]: Documentation and instructions reference the
pwsh -EncodedCommandparameter, which is a native PowerShell feature that allows the execution of scripts encoded in Base64.
Audit Metadata