Skip to main content

microservices-patterns

Provides patterns for building resilient microservices, focusing on service decomposition, communication, and data management.

Install this skill

or
96/100

Security score

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

Categories Tested

Security Issues

low line 100

External URL reference

SourceSKILL.md
100payment_client = ServiceClient("http://payment-service:8001")
low line 348

External URL reference

SourceSKILL.md
348"orders": httpx.AsyncClient(base_url="http://order-service:8000"),
low line 349

External URL reference

SourceSKILL.md
349"payments": httpx.AsyncClient(base_url="http://payment-service:8001"),
low line 350

External URL reference

SourceSKILL.md
350"inventory": httpx.AsyncClient(base_url="http://inventory-service:8002"),
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →