azure-eventhub-ts
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection]: This skill handles event data from external sources, which is a common pattern for messaging applications.
- Ingestion points: Untrusted event data enters the application through the
processEventscallback inSKILL.md,references/checkpointing.md, andreferences/event-processing.md. - Capability inventory: The skill scripts perform network operations to Azure services via official SDKs and output data to the console for monitoring.
- Sanitization: The examples show basic logging of event content using
JSON.stringify(). Developers are encouraged to implement appropriate validation and sanitization for their specific data schemas to maintain security boundaries when processing untrusted inputs.
Audit Metadata