Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway.
95
93%
Does it follow best practices?
Impact
95%
1.72xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt shows commands that retrieve subscription keys and then places them directly into a curl header (Ocp-Apim-Subscription-Key: <key>), which requires the agent to insert secret values verbatim into generated commands—an exfiltration risk.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The SKILL.md instructions explicitly show importing OpenAPI specs from a public URL (e.g., az apim api import --specification-url "https://raw.githubusercontent.com/...") and instruct importing APIs into APIM/creating MCP tools, meaning the skill ingests open/public third‑party specs that the gateway will parse and which can change exposed tool endpoints and agent behavior.
9d594ab
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.