skills/xgaisystems/claude-supercode-skills-404kidwiz/powershell-module-architect/Gen Agent Trust Hub
powershell-module-architect
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The TypeScript wrapper in scripts/module_architect_wrapper.ts automates module management tasks by spawning pwsh processes to execute local PowerShell scripts. This is standard behavior for development-oriented agent skills.- [INDIRECT_PROMPT_INJECTION]: The skill includes functionality in scripts/validate_functions.ps1 and scripts/create_manifest.ps1 that reads and parses local .ps1 files to extract function names and metadata. This processes external code as data, which is necessary for its purpose as a code refactoring and analysis tool.- [DYNAMIC_EXECUTION]: The scripts/scaffold_module.ps1 and scripts/create_manifest.ps1 files generate new PowerShell scripts and manifest files from pre-defined templates, incorporating user-provided values such as module names and author metadata.
Audit Metadata