error-recovery
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard shell commands for development maintenance, including 'npm test', 'npm install', 'npm run build', and 'docker-compose' operations. These are used to troubleshoot failures in the local sprint directory.
- [COMMAND_EXECUTION]: Includes a utility command using 'lsof' and 'kill' to clear processes blocking specific development ports (3000, 5432, 6379), which is a common troubleshooting step in web development.
- [EXTERNAL_DOWNLOADS]: Triggers dependency installation via 'npm install' when 'dependencies_failed' is detected. This involves standard package management from official registries.
- [SAFE]: Implements defensive logic for automated actions, including a strict limit of 3 retry attempts, progressive delays between attempts, and a mandatory 'fail-safe' mechanism that treats unknown errors as critical blockers requiring manual intervention.
Audit Metadata