azure-web-pubsub-ts
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Credential Management]: The skill demonstrates secure credential handling by using environment variables (
process.env) and theDefaultAzureCredentialclass. It explicitly identifies hardcoding credentials as a practice to avoid. - [Official SDK Integration]: The skill utilizes official Azure SDK packages for implementing real-time messaging. These packages are sourced from a well-known service provider and are installed via standard package managers.
- [Network Security]: Communication is directed to official Azure service endpoints. The implementation includes event handlers that allow for connection validation and authentication before granting access to messaging hubs.
Audit Metadata