Skip to main content

condition-based-waiting

Enhances test reliability by replacing arbitrary timeouts with condition polling, eliminating flaky tests and race conditions.

Install this skill

or
95/100

Security score

The condition-based-waiting skill was audited on Mar 5, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90throw new Error(`Timeout waiting for ${description} after ${timeoutMs}ms`);
Scanned on Mar 5, 2026
View Security Dashboard