microservices-patterns

Pass

Audited by Gen Agent Trust Hub on Jul 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides structured architectural guidance based on industry-standard patterns (Chris Richardson's Microservices Patterns). It promotes best practices like Database per Service, Sagas, and CQRS.
  • [COMMAND_EXECUTION]: Includes a scaffolding utility scripts/new_service.py that creates project skeletons for Python, Java, and Kotlin. This script operates locally by writing files to the file system using static templates and is a legitimate development tool.
  • [PROMPT_INJECTION]: The utility script scripts/new_service.py interpolates user-provided service names into code templates and directory paths. While this represents a potential surface for path traversal if malicious input is supplied to the script, it is confined to a local code-generation context and follows the intended behavior of a scaffolding tool.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 1, 2026, 10:08 PM
Security Audit — agent-trust-hub — microservices-patterns