powershell
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill promotes robust security practices, including the validation of all input parameters and the use of
[SecureString]for handling credentials. - [SAFE]: The instructions specifically advise against the use of
Invoke-Expressionwith user-provided strings, which is a common vector for command injection, and instead recommend safer alternatives likeStart-Processwith argument arrays.
Audit Metadata