Skip to main content

error-recovery

Facilitates error handling and recovery in multi-agent workflows, ensuring resilience against timeouts and API failures.

Install this skill

or
59/100

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

medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123```bash
medium line 256

Template literal with variable interpolation in command context

SourceSKILL.md
256log(`Network error, retrying in ${delay}ms (attempt ${i+1}/${maxRetries})`);
medium line 284

Template literal with variable interpolation in command context

SourceSKILL.md
284log(`Rate limited. Waiting ${retryAfter}s before retry...`);
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347log(`Success: ${successful.length}/4`);
medium line 348

Template literal with variable interpolation in command context

SourceSKILL.md
348log(`Failed: ${failed.length}/4`);
medium line 427

Template literal with variable interpolation in command context

SourceSKILL.md
427log(`Consolidating ${N} reviews`);
medium line 749

Template literal with variable interpolation in command context

SourceSKILL.md
749log(`Retry ${attempt + 1}/${maxRetries} after ${delay}ms`);
low line 187

Access to .env file

SourceSKILL.md
187notifyUser("OpenRouter API key not found. Set OPENROUTER_API_KEY in .env")
low line 189

Access to .env file

SourceSKILL.md
189notifyUser("Invalid OpenRouter API key. Check .env file")
low line 195

Access to .env file

SourceSKILL.md
195To fix: Add valid OPENROUTER_API_KEY to .env file."
low line 603

Access to .env file

SourceSKILL.md
6032. Configure: Set OPENROUTER_API_KEY in .env
low line 675

External URL reference

SourceSKILL.md
6751. Visit https://openrouter.ai
low line 700

External URL reference

SourceSKILL.md
700https://openrouter.ai/api/v1/auth/key
Scanned on May 15, 2026
View Security Dashboard
Installation guide →