Skip to main content

azure-ai-contentsafety-ts

Analyzes text and images for harmful content using Azure AI, aiding in moderation and custom blocklist management.

Install this skill

or
64/100

Security score

The azure-ai-contentsafety-ts skill was audited on May 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72console.log(`${analysis.category}: severity ${analysis.severity}`);
medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97console.log(`${analysis.category}: severity ${analysis.severity}`);
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129console.log(`Created: ${result.body.blocklistName}`);
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151console.log(`Added: ${item.blocklistItemId}`);
medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173console.log(`Blocked: "${match.blocklistItemText}" from ${match.blocklistName}`);
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188console.log(`${blocklist.blocklistName}: ${blocklist.description}`);
low line 37

Access to .env file

SourceSKILL.md
37process.env.CONTENT_SAFETY_ENDPOINT!,
low line 38

Access to .env file

SourceSKILL.md
38new AzureKeyCredential(process.env.CONTENT_SAFETY_KEY!)
low line 49

Access to .env file

SourceSKILL.md
49process.env.CONTENT_SAFETY_ENDPOINT!,
low line 22

External URL reference

SourceSKILL.md
22CONTENT_SAFETY_ENDPOINT=https://<resource>.cognitiveservices.azure.com
low line 106

External URL reference

SourceSKILL.md
106image: { blobUrl: "https://storage.blob.core.windows.net/container/image.png" }
low line 313

External URL reference

SourceSKILL.md
313> **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)**
Scanned on May 12, 2026
View Security Dashboard
Installation guide →