error-recovery
Facilitates error handling and recovery in multi-agent workflows, ensuring resilience against timeouts and API failures.
Install this skill
Security score
The error-recovery skill was audited on May 15, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 123 | ```bash |
Template literal with variable interpolation in command context
| 256 | log(`Network error, retrying in ${delay}ms (attempt ${i+1}/${maxRetries})`); |
Template literal with variable interpolation in command context
| 284 | log(`Rate limited. Waiting ${retryAfter}s before retry...`); |
Template literal with variable interpolation in command context
| 347 | log(`Success: ${successful.length}/4`); |
Template literal with variable interpolation in command context
| 348 | log(`Failed: ${failed.length}/4`); |
Template literal with variable interpolation in command context
| 427 | log(`Consolidating ${N} reviews`); |
Template literal with variable interpolation in command context
| 749 | log(`Retry ${attempt + 1}/${maxRetries} after ${delay}ms`); |
Access to .env file
| 187 | notifyUser("OpenRouter API key not found. Set OPENROUTER_API_KEY in .env") |
Access to .env file
| 189 | notifyUser("Invalid OpenRouter API key. Check .env file") |
Access to .env file
| 195 | To fix: Add valid OPENROUTER_API_KEY to .env file." |
Access to .env file
| 603 | 2. Configure: Set OPENROUTER_API_KEY in .env |
External URL reference
| 675 | 1. Visit https://openrouter.ai |
External URL reference
| 700 | https://openrouter.ai/api/v1/auth/key |