skill-install-dry-run-planner
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local CLI tools and scripts to validate project state and generate plans.
- Evidence:
scripts/plan_dry_run.pyusessubprocess.runto call thewagentsCLI with the--dry-runflag to retrieve inventory data. - Evidence:
scripts/check.pyusessubprocess.runto execute internal validation tools located inscripts/asset_toolkitor sibling directories. - Context: All command executions use the list-based argument format and avoid the
shell=Trueparameter, which reduces the risk of command injection. The operations are consistent with the skill's stated purpose of being a maintenance and planning tool.
Audit Metadata