Skip to main content

load-balancer-setup

Configures and deploys load balancers for traffic distribution, ensuring high availability and optimal resource utilization.

Install this skill

or
82/100

Security score

The load-balancer-setup skill was audited on Feb 12, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156```yaml
medium line 313

Template literal with variable interpolation in command context

SourceSKILL.md
313```bash
medium line 330

Curl to non-GitHub URL

SourceSKILL.md
330if curl -sf --max-time "$TIMEOUT" "http://$backend$HEALTH_ENDPOINT" > /dev/null; then
low line 330

External URL reference

SourceSKILL.md
330if curl -sf --max-time "$TIMEOUT" "http://$backend$HEALTH_ENDPOINT" > /dev/null; then
low line 413

External URL reference

SourceSKILL.md
413- [HAProxy Documentation](http://www.haproxy.org/)
low line 415

External URL reference

SourceSKILL.md
415- [Load Balancing Strategies](https://en.wikipedia.org/wiki/Load_balancing_(computing))
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →