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: OrderCreatedHandler and OrderSaga logic within SKILL.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 AppDbContext and message publishing via IMessageBus. \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 Configuration API for connection strings.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 07:06 PM
Security Audit — agent-trust-hub — messaging