clay-reliability-patterns
Implements reliability patterns for Clay integrations, enhancing fault tolerance and resilience in production services.
Install this skill
or
82/100
Security score
The clay-reliability-patterns skill was audited on Feb 21, 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(`Clay ${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 21, 2026
View Security DashboardGitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
Dicklesworthstone/pi_agent_rust