azure-servicebus-dotnet
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions to install official Azure packages (Azure.Messaging.ServiceBus and Azure.Identity) via the .NET package manager (dotnet add package). These are maintained by a trusted organization (Microsoft).
- [PROMPT_INJECTION]: The skill provides patterns for receiving messages from external queues and topics, representing an indirect prompt injection surface. * Ingestion points: SKILL.md (Receive Messages and Background Processing sections) and references/acceptance-criteria.md (Receiving Messages section) demonstrate message consumption via ServiceBusReceiver and ServiceBusProcessor. * Boundary markers: No specific delimiters or guardrail instructions for processing message bodies are present in the examples. * Capability inventory: The documentation includes code for message settlement, message sending, and administration tasks like creating or deleting queues via ServiceBusAdministrationClient. * Sanitization: No explicit sanitization or validation of the message body is shown in the provided snippets.
Audit Metadata