Skip to main content

microservices-patterns

Designs microservices architectures with service boundaries and resilience patterns for building robust distributed systems.

Install this skill

or
96/100

Security score

The microservices-patterns skill was audited on Mar 8, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 174

External URL reference

SourceSKILL.md
174self.order_service_url = "http://order-service:8000"
low line 175

External URL reference

SourceSKILL.md
175self.payment_service_url = "http://payment-service:8001"
low line 176

External URL reference

SourceSKILL.md
176self.inventory_service_url = "http://inventory-service:8002"
low line 263

External URL reference

SourceSKILL.md
263payment_client = ServiceClient("http://payment-service:8001")
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →