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 Feb 23, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
35process.env.CONTENT_SAFETY_ENDPOINT!,
low line 36

Access to .env file

SourceSKILL.md
36new AzureKeyCredential(process.env.CONTENT_SAFETY_KEY!)
low line 47

Access to .env file

SourceSKILL.md
47process.env.CONTENT_SAFETY_ENDPOINT!,
low line 20

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
307> **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)**
Scanned on Feb 23, 2026
View Security Dashboard