messaging
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines how an agent should assist in creating message consumers, which by nature process data from external brokers (RabbitMQ or Azure Service Bus). Although this is a data ingestion surface, the instructions focus on standard development practices and do not involve untrusted logic execution. \n
- Ingestion points:
OrderCreatedHandlerandOrderSagalogic withinSKILL.md. \n - Boundary markers: No explicit input validation or boundary markers are defined in the snippet logic. \n
- Capability inventory: The code templates demonstrate database persistence through
AppDbContextand message publishing viaIMessageBus. \n - Sanitization: Not explicitly implemented in the provided C# contract or handler templates. \n- [SAFE]: The skill's instructions and code examples adhere to industry best practices for .NET microservices. Specifically, it recommends the transactional outbox pattern to maintain data consistency and avoids hardcoded credentials by using the standard .NET
ConfigurationAPI for connection strings.
Audit Metadata