powershell
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation outlines coding standards and security best practices for PowerShell scripts within the development environment.- [SAFE]: It contains explicit instructions to avoid embedding sensitive information, such as API keys or tokens, directly into scripts.- [SAFE]: The guidance promotes the use of environment variables and platform-specific secret stores for handling sensitive data.- [SAFE]: It recommends using predefined wrapper scripts for complex operations involving pipes or redirections to ensure compatibility with terminal security restrictions.- [SAFE]: The reference to -ExecutionPolicy Bypass is standard for automated script execution in CI/CD pipelines and does not represent a malicious bypass in this context.
Audit Metadata