azure-ai-contentsafety-ts
Analyzes text and images for harmful content using Azure AI Content Safety, aiding in moderation and detection of inappropriate material.
Install this skill
Security score
The azure-ai-contentsafety-ts skill was audited on Feb 28, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 72 | console.log(`${analysis.category}: severity ${analysis.severity}`); |
Template literal with variable interpolation in command context
| 97 | console.log(`${analysis.category}: severity ${analysis.severity}`); |
Template literal with variable interpolation in command context
| 129 | console.log(`Created: ${result.body.blocklistName}`); |
Template literal with variable interpolation in command context
| 151 | console.log(`Added: ${item.blocklistItemId}`); |
Template literal with variable interpolation in command context
| 173 | console.log(`Blocked: "${match.blocklistItemText}" from ${match.blocklistName}`); |
Template literal with variable interpolation in command context
| 188 | console.log(`${blocklist.blocklistName}: ${blocklist.description}`); |
Access to .env file
| 37 | process.env.CONTENT_SAFETY_ENDPOINT!, |
Access to .env file
| 38 | new AzureKeyCredential(process.env.CONTENT_SAFETY_KEY!) |
Access to .env file
| 49 | process.env.CONTENT_SAFETY_ENDPOINT!, |
External URL reference
| 22 | CONTENT_SAFETY_ENDPOINT=https://<resource>.cognitiveservices.azure.com |
External URL reference
| 106 | image: { blobUrl: "https://storage.blob.core.windows.net/container/image.png" } |
Install this skill with one command
/learn @sickn33/azure-ai-contentsafety-ts