Skip to main content

replit-reliability-patterns

Implements reliability patterns for Replit integrations, enhancing fault tolerance and resilience in production services.

Install this skill

or
82/100

Security score

The replit-reliability-patterns skill was audited on Feb 28, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144setTimeout(() => reject(new Error(`Replit ${operation} timeout`)), timeout)
medium line 205

Template literal with variable interpolation in command context

SourceSKILL.md
205console.log(`DLQ: Successfully reprocessed ${entry.id}`);
medium line 214

Template literal with variable interpolation in command context

SourceSKILL.md
214console.error(`DLQ: Giving up on ${entry.id} after 5 attempts`);
low line 132

Webhook reference - potential data exfiltration

SourceSKILL.md
132longPoll: 300000, // Webhook long-polling
low line 285

External URL reference

SourceSKILL.md
285- [Circuit Breaker Pattern](https://martinfowler.com/bliki/CircuitBreaker.html)
low line 286

External URL reference

SourceSKILL.md
286- [Opossum Documentation](https://nodeshift.dev/opossum/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →