Skip to main content

rn-async-patterns

Enhances React Native development by ensuring async/await correctness, preventing race conditions, and improving state management.

Install this skill

or
70/100

Security score

The rn-async-patterns skill was audited on Mar 1, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63`Failed to load answers for assessment ${id} - cannot proceed with retake`
medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82throw new Error(`[${functionName}] Post-condition failed: ${diagnosticContext}`);
medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244console.log(`[${Date.now()}] Starting enableRetake`);
medium line 246

Template literal with variable interpolation in command context

SourceSKILL.md
246console.log(`[${Date.now()}] Finished enableRetake`);
medium line 247

Template literal with variable interpolation in command context

SourceSKILL.md
247console.log(`[${Date.now()}] Starting clearAnswers`);
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249console.log(`[${Date.now()}] Finished clearAnswers`);
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →