powershell-module-architect
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The TypeScript wrapper
module_architect_wrapper.tsspawns PowerShell processes (pwsh) to run the skill's local automation scripts. This is a standard integration pattern for providing a programmatic interface to PowerShell-based tooling. - Evidence: The
executePowerShellmethod inmodule_architect_wrapper.tsuseschild_process.spawnto callpwshwith arguments passed from the wrapper methods. - [SAFE]: The manifest generation script
create_manifest.ps1usesImport-PowerShellDataFileto read existing manifests. This is a secure method that parses the data without executing any code contained in the file. - [SAFE]: The scaffolding and validation scripts implement strict parameter validation using
ValidateNotNullOrEmpty,ValidatePattern, andValidateScriptto ensure that only expected input is processed. - [SAFE]: All instructional content in
SKILL.md,EXAMPLES.md, andREFERENCE.mdis focused on PowerShell architecture, profile optimization, and module design. No malicious patterns such as prompt injection, credential harvesting, or unauthorized data exfiltration were detected.
Audit Metadata