Scheduling
This skill provides methods for scheduling operations, including retries, polling, and backoff strategies in Effect.
Install this skill
or
75/100
Security score
The Scheduling skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 235
Template literal with variable interpolation in command context
SourceSKILL.md
| 235 | console.log(`Took ${elapsed}ms after retries`) |
medium line 296
Template literal with variable interpolation in command context
SourceSKILL.md
| 296 | Effect.log(`Retrying after error: ${error}`) |
high line 326
Template literal with variable interpolation in command context
SourceSKILL.md
| 326 | For comprehensive scheduling documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`. |
Scanned on Feb 12, 2026
View Security Dashboard