azure-web-pubsub-ts
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for integrating Azure Web PubSub services using TypeScript and JavaScript. It contains legitimate code snippets for server-side management and client-side real-time messaging.
- [EXTERNAL_DOWNLOADS]: The skill references official NPM packages under the
@azurescope, including@azure/web-pubsub,@azure/web-pubsub-client, and@azure/identity. These are provided by Microsoft, a well-known service provider, and do not present a security risk. - [CREDENTIALS_UNSAFE]: While the skill mentions connection strings and access keys, it correctly uses placeholders (e.g.,
<key>,<resource>,<access-key>) and recommends the use of environment variables andDefaultAzureCredentialfor secure authentication.
Audit Metadata