Source profileQuality 90/100

MicrosoftDocs/Agent-Skills/skills/azure-content-safety/SKILL.md

azure-content-safety

Expert knowledge for Content Safety in Foundry Control Plane development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using Content Moderator limits, Docker CS containers, blocklists, media provenance, or groundedness APIs, and other Content Safety in Foundry Control Plane related development tasks. Not for Azure Content Understanding in Foundry Tools

Source repository stars
717
Declared platforms
0
Static risk flags
0
Last source update
2026-08-17
Source checked
2026-08-25

Decision brief

What it does: where it fits

This skill provides expert guidance for Content Safety in Foundry Control Plane. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local q…

Best for

  • Use when using Content Moderator limits, Docker CS containers, blocklists, media provenance, or groundedness APIs, and other Content Safety in Foundry Control Plane related development tasks.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill "skills/azure-content-safety"
Safe inspection promptEditorial

Inspect the Agent Skill "azure-content-safety" from https://github.com/MicrosoftDocs/Agent-Skills/blob/c579bb4b37e7969ffc8bc071ca0f53048c3bfe41/skills/azure-content-safety/SKILL.md at commit c579bb4b37e7969ffc8bc071ca0f53048c3bfe41. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    How to Use This Skill

    IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use readfile with the specified lines. For categories with file links (e.g., security.md), use readfile on the linked reference file

    Preferred: Use mcpmicrosoftdocs:microsoftdocsfetch with query string from=learn-agent-skill. Returns Markdown.Fallback: Use fetchwebpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use readfile with the specified lines. For categories with file links (e.g., security.md),…
  2. 02

    Category Index

    Review the “Category Index” section in the pinned source before continuing.

    Review and apply the “Category Index” source section.
  3. 03

    Troubleshooting

    Review the “Troubleshooting” section in the pinned source before continuing.

    Review and apply the “Troubleshooting” source section.
  4. 04

    Best Practices

    Review the “Best Practices” section in the pinned source before continuing.

    Review and apply the “Best Practices” source section.
  5. 05

    Decision Making

    Review the “Decision Making” section in the pinned source before continuing.

    Review and apply the “Decision Making” source section.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score90/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars717SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
MicrosoftDocs/Agent-Skills
Skill path
skills/azure-content-safety/SKILL.md
Commit
c579bb4b37e7969ffc8bc071ca0f53048c3bfe41
License
CC-BY-4.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Content Safety in Foundry Control Plane Skill

This skill provides expert guidance for Content Safety in Foundry Control Plane. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file

IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL37-L41Diagnosing and resolving Azure AI Content Safety API errors, including HTTP status codes, common failure causes, and recommended fixes or retries.
Best PracticesL42-L46Tuning Content Safety thresholds, categories, and prompts to reduce misclassifications, plus strategies to balance safety, recall, and user experience.
Decision MakingL47-L52Guidance on migrating apps from Content Safety preview to GA and deciding when and how to use limited-access Content Safety features and models.
Architecture & Design PatternsL53-L57Architectural guidance for combining cloud, hybrid, and on-device Azure AI Content Safety, including design patterns, deployment options, and integration strategies.
Limits & QuotasL58-L66Image/term list limits and quotas in Content Moderator, language support for Content Safety, training custom categories, and detecting protected code in generated outputs.
SecurityL67-L71Details on how Azure AI Content Safety encrypts data at rest, including encryption models, key management options, and compliance/security considerations.
ConfigurationL72-L77Configuring Content Safety runtime via Docker containers and setting up/managing text blocklists to customize and enforce content filtering rules
Integrations & Coding PatternsL78-L83Using Content Safety APIs in code, including media provenance detection and groundedness checks, with request patterns, parameters, and integration examples.
DeploymentL84-L89How to install, configure, and run Azure AI Content Safety Docker containers for text, image, and prompt shield analysis in your own environment.

Troubleshooting

TopicURL
Resolve Azure AI Content Safety API error codeshttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/concepts/response-codes

Best Practices

TopicURL
Reduce false positives and negatives in Content Safetyhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/improve-performance

Decision Making

TopicURL
Migrate apps from Content Safety preview to GAhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/migrate-to-general-availability
Decide when to use limited access Content Safety featureshttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/limited-access

Architecture & Design Patterns

TopicURL
Design hybrid and on-device Content Safety solutionshttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/embedded-content-safety

Limits & Quotas

TopicURL
Apply image list quotas in Content Moderatorhttps://learn.microsoft.com/en-us/azure/ai-services/content-moderator/image-lists-quickstart-dotnet
Understand Content Moderator image and term list limitshttps://learn.microsoft.com/en-us/azure/ai-services/content-moderator/samples-dotnet
Check language support for Azure AI Content Safetyhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/language-support
Create and train custom categories with Content Safetyhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/quickstart-custom-categories
Use protected material detection for code outputshttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/quickstart-protected-material-code

Security

TopicURL
Understand data-at-rest encryption in Content Safetyhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/encrypt-data-at-rest

Configuration

TopicURL
Configure and run Azure AI Content Safety Docker containershttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/containers/install-run-container
Configure and use text blocklists in Content Safetyhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/use-blocklist

Integrations & Coding Patterns

TopicURL
Use Content Provenance Detection API for mediahttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/how-to-provenance-detection
Use Azure AI Content Safety groundedness detection APIhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/quickstart-groundedness

Deployment

TopicURL
Deploy image analysis Content Safety container with Dockerhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/containers/image-container
Run Prompt Shields Content Safety container for prompt attackshttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/containers/prompt-shields-container
Deploy text analysis Content Safety container with Dockerhttps://learn.microsoft.com/en-us/azure/ai-services/content-safety/how-to/containers/text-container

Frequently asked questions

What to verify before installation and use

What does the azure-content-safety source document cover?

This skill provides expert guidance for Content Safety in Foundry Control Plane. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local q…

How do I install azure-content-safety?

The source record exposes this install command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill "skills/azure-content-safety". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 96156

open-edge-platform/edge-ai-libraries

chatqna-helm-deploy

Deploy Chat Question-and-Answer Core to Kubernetes using Helm (OpenVINO CPU, OpenVINO GPU, or Ollama), including values.yaml configuration, helm install/upgrade, deployment verification, uninstall, and translation from Docker Compose setup_env.sh variables into Helm override values. Use this skill when the user says "deploy chatqna core to kubernetes", "helm install chatqna-core", "configure values.yaml", "convert compose config to helm", or "translate setup_env.sh to chart values".

Computed 9564

Jamie-BitFlight/claude_skills

fastmcp-creator

Use when building, extending, or debugging FastMCP v3 Python MCP servers. Activates on FastMCP tool/resource/prompt creation, provider and transform implementation (CodeMode, Tool Search), auth setup (MultiAuth, PropelAuth, KeycloakProvider), client SDK usage, FastMCPApp and Generative UI server building, fastmcp-slim client-only installs, nginx reverse proxy deployment, Prefab Apps, OTEL observability, and testing. Grounded in local v3.3 docs — zero speculation.

Computed 9439,098

wshobson/agents

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —

Computed 9432

anthony-chaudhary/fak

field-borrow

High-priority default "inspired by" workflow. Invoke proactively whenever an external product, repository, paper, standard, benchmark, release, issue, PR, roadmap, design discussion, or field practice could improve fak—not only on explicit borrow requests. Mine code, tests, docs, history, releases, open/closed issues, PRs, discussions, roadmaps, and provenance; date observations and source events; directly port/adapt when exact-source licensing permits; explore the spirit of promising proposed o