framework-migration-deps-upgrade
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script in
sub-skills/implementation-playbook.mdutilizessubprocess.runto execute local package manager commands (npm outdated,pip list) to gather information about project dependencies. This is a legitimate and expected function for a dependency management utility. - [INDIRECT_PROMPT_INJECTION]: The skill ingests external data from package manager outputs and changelogs. While this represents a potential attack surface for indirect prompt injection if those sources were compromised, the risk is mitigated by the skill's intended use case where a developer reviews the generated migration guides before execution.
- Ingestion points:
npm_output.stdoutandpip_output.stdoutinsub-skills/implementation-playbook.md. - Boundary markers: Absent.
- Capability inventory:
subprocess.runis used to execute shell commands for package analysis insub-skills/implementation-playbook.md. - Sanitization: Data is parsed via
json.loadsbefore being processed into reports.
Audit Metadata