firecrawl-reliability-patterns
Implements FireCrawl reliability patterns for fault-tolerant integrations, enhancing resilience with circuit breakers and idempotency.
Install this skill
or
82/100
Security score
The firecrawl-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
| 144 | setTimeout(() => reject(new Error(`FireCrawl ${operation} timeout`)), timeout) |
medium line 205
Template literal with variable interpolation in command context
SourceSKILL.md
| 205 | console.log(`DLQ: Successfully reprocessed ${entry.id}`); |
medium line 214
Template literal with variable interpolation in command context
SourceSKILL.md
| 214 | console.error(`DLQ: Giving up on ${entry.id} after 5 attempts`); |
low line 132
Webhook reference - potential data exfiltration
SourceSKILL.md
| 132 | longPoll: 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