spec-pack-abandon
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses PowerShell scripts to perform destructive file system and version control operations.
- Evidence: The script utilizes
Remove-Item -Recurse -Forceto delete directories andgit branch -D/git push --deleteto remove local and remote branches. - Safety Controls: The skill implements strict human-in-the-loop (HITL) gates, requiring the user to type exact confirmation phrases ('确认删除清单' and '最终确认执行删除') at two separate stages before any destructive command is executed. It also relies on a validated context provider (
Get-SpecContext) to resolve paths, minimizing the risk of arbitrary path manipulation.
Audit Metadata