customerio-reliability-patterns
Implements fault-tolerant integration patterns for Customer.io, enhancing reliability with circuit breakers and retries.
Install this skill
or
87/100
Security score
The customerio-reliability-patterns skill was audited on Feb 25, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 145
Template literal with variable interpolation in command context
SourceSKILL.md
| 145 | console.log(`Retry ${attempt + 1}/${config.maxRetries} after ${delay}ms`); |
medium line 204
Template literal with variable interpolation in command context
SourceSKILL.md
| 204 | console.error(`Fallback job ${job?.id} failed:`, error.message); |
low line 161
Access to .env file
SourceSKILL.md
| 161 | const redis = new Redis(process.env.REDIS_URL!); |
low line 382
External URL reference
SourceSKILL.md
| 382 | - [Circuit Breaker Pattern](https://martinfowler.com/bliki/CircuitBreaker.html) |
low line 383
External URL reference
SourceSKILL.md
| 383 | - [Retry Best Practices](https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/) |
Scanned on Feb 25, 2026
View Security Dashboard