deploy-model
What this skill does
Deployment of Azure OpenAI models with customization and capacity discovery
github/microsoft - Exfiltration - 1.4k stars
Threat analysis
Skill info
pkg:github/microsoft/azure-skills@66cd927?skill=deploy-modelAssessments (4)
Exfiltration
Exfiltration via local-llm-review
capacity/scripts/discover_and_rank.sh
az rest --method GET --url "https://management.azure.com/subscriptions/${SUB_ID}/providers/Microsoft.CognitiveServices/modelCapacities" ... This script makes direct API calls to Azure management endpoExfiltration via local-llm-review
scripts/generate_deployment_url.ps1
This PowerShell script generates URLs for Microsoft Foundry portal deployments. If used improperly, it could be used to exfiltrate deployment information or create unauthorized access points.Authentication
Authentication via local-llm-review
capacity/scripts/discover_and_rank.sh
SUB_ID=$(az account show --query id -o tsv) This script uses Azure CLI to retrieve the subscription ID, which could be a risk if the CLI is not properly configured or if credentials are exposed.Authentication via local-llm-review
capacity/scripts/query_capacity.sh
SUB_ID=$(az account show --query id -o tsv) This script also uses Azure CLI to retrieve the subscription ID, which could be a risk if the CLI is not properly configured or if credentials are exposed.Badge
Add the Anomity scan badge for deploy-model to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of deploy-model? Report an issue or request a rescan.




