azure-eventhub-ts
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install official Microsoft Azure SDK packages, including @azure/event-hubs and @azure/identity, from the standard NPM registry.
- [COMMAND_EXECUTION]: Provides standard installation commands (npm install) for required Azure dependencies and environment variable setup for Azure service bus namespaces.
- [DATA_EXFILTRATION]: Uses standard environment variable placeholders (EVENTHUB_NAMESPACE, STORAGE_ACCOUNT_NAME) for configuration, following security best practices for credential management via DefaultAzureCredential.
- [PROMPT_INJECTION]: No patterns detected that attempt to override agent behavior or bypass safety guidelines.
- [INDIRECT_PROMPT_INJECTION]: Identifies an ingestion surface where data from Event Hubs is processed in the
processEventscallback. Evidence: Ingestion point found in SKILL.md (processEvents); no explicit prompt boundary markers; capabilities limited to console logging and checkpointing; no sanitization of event bodies shown in examples. Given the limited use case (logging), this is categorized as safe.
Audit Metadata