Conditional Access review

Conditional Access review is a skill for Claude Code, Codex from zmustafa/AzureSupportAgent. It costs 28 tokens per session (208 once invoked), scanned A, original, MIT.

A method for determining which Microsoft Entra Conditional Access policies apply to a particular user, app, device, location, or sign-in scenario.

In plain words
What is it for?
It is for evaluating access decisions, checking policy conditions and states, identifying coverage gaps, and planning safe policy changes.
Why use it?
It distinguishes a real block from an authentication challenge, session restriction, report-only policy, or exclusion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for evaluating access decisions, checking policy conditions and states, identifying coverage gaps, and planning safe policy changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zmustafa/azuresupportagent/conditional-access-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zmustafa/AzureSupportAgent --skill conditional-access-review
Clone the repo
git clone --depth 1 https://github.com/zmustafa/AzureSupportAgent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Conditional Access review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zmustafa/azuresupportagent/conditional-access-review/github.svg)](https://agentmods.dev/skills/zmustafa/azuresupportagent/conditional-access-review)
Your own site
<a href="https://agentmods.dev/skills/zmustafa/azuresupportagent/conditional-access-review"><img src="https://agentmods.dev/badge/skills/zmustafa/azuresupportagent/conditional-access-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Conditional Access review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zmustafa/azuresupportagent/conditional-access-review"><img src="https://agentmods.dev/badge/skills/zmustafa/azuresupportagent/conditional-access-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00208
Opus 5 $0.00014 $0.00104
Sonnet 5 $0.00006 $0.00042
Haiku 4.5 $0.00003 $0.00021

Measured 10d ago against content hash 749f3838e3bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Conditional Access review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/app/agent/skills/conditional-access-review/SKILL.md · 16 lines

What it actually says

Conditional Access review

  1. Resolve the user, application, device, location, client type, authentication flow, and risk assumptions.
  2. Prefer ca_evaluate for the product's enriched policy model and explicit verdict.
  3. Include policy state: enabled, report-only, or disabled. Never describe report-only as enforcement.
  4. Distinguish grant controls from session controls; session controls do not create a hard block.
  5. Account for include/exclude users, groups, roles, apps, platforms, locations, client apps, and authentication flows.
  6. Name coverage gaps instead of converting unreadable conditions into an allow verdict.
  7. Present applicable policies and decisive conditions as evidence, then suggest a safe simulator change before any write.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 16 lines · 28 tokens per session scan A 749f3838e3bf

Subscribe to this mod's changes

Conditional Access review is a skill published in the GitHub repository zmustafa/AzureSupportAgent (45 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 208 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

adding-azure-communication-services-email

Adds transactional email to an Azure web app via Azure Communication Services (ACS) Email — verification emails, password resets, notifications. Encodes the three ACS quirks that consistently break Bicep deploys (location:'global' literal, dataLocation in plain English not Azure region IDs, declare-order to avoid…

alexpizarro/azure-lean-stack-skills · 113 tokens

deploying-fc1-flex-consumption-functions

Deploys standalone Azure Function Apps on Flex Consumption (FC1) for workloads SWA managed functions can't handle — timer triggers, queue triggers, AI workloads, long-running operations. Provisions via ARM REST API or Bicep because az CLI flags silently fall back to deprecated Y1/Dynamic. Includes the…

alexpizarro/azure-lean-stack-skills · 126 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-apicenter-dotnet

Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…

microsoft/skills · 97 tokens

azure-search-documents-dotnet

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…

microsoft/skills · 102 tokens

azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

microsoft/skills · 41 tokens