azure-web-pubsub-ts
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Trusted Dependencies: The skill utilizes official Azure SDK packages (@azure/web-pubsub, @azure/identity, etc.) published by Microsoft.- Secure Credential Handling: All sensitive inputs, such as connection strings and access keys, are represented by placeholders like
<access-key>and<resource>. The skill correctly instructs users to use environment variables for these values.- Authentication Best Practices: The documentation explicitly highlights the use of Microsoft Entra Token Credentials (formerly Azure AD) and Managed Identity as the recommended approach for production environments, which is more secure than static keys.- Messaging Security: While the skill handles external real-time data, the implementation patterns follow standard messaging protocols and do not include dangerous evaluation or execution of incoming message content.
Audit Metadata