Favicon of azure-ai-contentsafety-ts

azure-ai-contentsafety-ts Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists. Published by microsoft in skills.

Decision snapshot

Is this a fit?

Best for

Developers using skills, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

API key required authentication, Credentials required

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Access note: API key required.

What is azure-ai-contentsafety-ts Skill?

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using skills

Declared skill metadata

  • Declared author: Microsoft
  • Declared license: MIT
  • Source file: .github/plugins/azure-sdk-typescript/skills/azure-ai-contentsafety-ts/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • API key required

Requirements and access

API key required

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Credentials requiredAPI key required authentication

When to use azure-ai-contentsafety-ts Skill

  • Use it for developers using skills.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills
  • Skill file: .github/plugins/azure-sdk-typescript/skills/azure-ai-contentsafety-ts/SKILL.md

What it does

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists.

Skill instructions

Azure AI Content Safety REST SDK for TypeScript Analyze text and images for harmful content with customizable blocklists. Installation bash npm install @azure-rest/ai-content-safety @azure/identity @azure/core-auth Environment Variables bash CONTENTSAFETYENDPOINT=https://<resource.cognitiveservices.azure.com CONTENTSAFETYKEY=<api-key AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Important: This is a REST client. ContentSafetyClient is a function, not a class. API Key typescript import ContentSafetyClient from "@azure-rest/ai-content-safety"; import { AzureKeyCredential } from "@azure/core-auth"; const client = ContentSafetyClient( process.env.CONTENTSAFETYENDPOINT!, new AzureKeyCredential(process.env.CONTENTSAFETYKEY!) ); DefaultAzureCredential typescript import ContentSafetyClient from "@azure-rest/ai-content-safety"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzure

Verified compatibility and discovery

Frequently asked questions

What is azure-ai-contentsafety-ts?

azure-ai-contentsafety-ts is a open-source AI agent skill with Copy skill directory. Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety).

Who is azure-ai-contentsafety-ts best for?

azure-ai-contentsafety-ts is best for reusing agent instructions, scripts, and references.

How do I install azure-ai-contentsafety-ts?

Install or run azure-ai-contentsafety-ts using Copy skill directory. Check azure-ai-contentsafety-ts for the latest setup command.

Is azure-ai-contentsafety-ts actively maintained?

azure-ai-contentsafety-ts may need a closer maintenance check before production use.

Share:

Stars
2,741
Forks
309
Last commit
2 months ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to azure-ai-contentsafety-ts