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.pythat 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.pyinterpolates 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