.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/azure-skills/azure-compliance
home/skills/microsoft/azure-skills/azure-compliance
microsoft avatar

azure-compliance

bymicrosoft· 555 skills

Installs

484k

Stars

1.3k

Forks

219

Category

Security

View on GitHub

TL;DR

Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy/compliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.

How to install azure-compliance?

microsoft/azure-skills/azure-compliance
$npx -y skills add microsoft/azure-skills --skill azure-compliance

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/microsoft/azure-skills" --skill "microsoft/azure-skills/azure-compliance"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/microsoft/azure-skills" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/azure-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Azure Compliance & Security Auditing
2 
3## Quick Reference
4 
5| Property | Details |
6|---|---|
7| Best for | Compliance scans, security audits, Key Vault expiration checks |
8| Primary capabilities | Comprehensive Resources Assessment, Key Vault Expiration Monitoring |
9| MCP tools | azqr, subscription and resource group listing, Key Vault item inspection |
10 
11## When to Use This Skill
12 
13- Run azqr or Azure Quick Review for compliance assessment
14- Validate Azure resource configuration against best practices
15- Identify orphaned or misconfigured resources
16- Audit Key Vault keys, secrets, and certificates for expiration
17 
18## Skill Activation Triggers
19 
20Activate this skill when user wants to:
21- Check Azure compliance or best practices
22- Assess Azure resources for configuration issues
23- Run azqr or Azure Quick Review
24- Identify orphaned or misconfigured resources
25- Review Azure security posture
26- "Show me expired certificates/keys/secrets in my Key Vault"
27- "Check what's expiring in the next 30 days"
28- "Audit my Key Vault for compliance"
29- "Find secrets without expiration dates"
30- "Check certificate expiration dates"
31 
32## Prerequisites
33 
34- Authentication: user is logged in to Azure via `az login`
35- Permissions to read resource configuration and Key Vault metadata
36 
37## Assessments
38 
39| Assessment | Reference |
40|------------|-----------|
41| Comprehensive Compliance (azqr) | [references/azure-quick-review.md](references/azure-quick-review.md) |
42| Key Vault Expiration | [references/azure-keyvault-expiration-audit.md](references/azure-keyvault-expiration-audit.md) |
43| Resource Graph Queries | [references/azure-resource-graph.md](references/azure-resource-graph.md) |
44 
45## MCP Tools
46 
47| Tool | Purpose |
48|------|---------|
49| `mcp_azure_mcp_extension_azqr` | Run azqr compliance scans |
50| `mcp_azure_mcp_subscription_list` | List available subscriptions |
51| `mcp_azure_mcp_group_list` | List resource groups |
52| `keyvault_key_list` | List all keys in vault |
53| `keyvault_key_get` | Get key details including expiration |
54| `keyvault_secret_list` | List all secrets in vault |
55| `keyvault_secret_get` | Get secret details including expiration |
56| `keyvault_certificate_list` | List all certificates in vault |
57| `keyvault_certificate_get` | Get certificate details including expiration |
58 
59## Assessment Workflow
60 
611. Select scope (subscription or resource group) for Comprehensive Resources Assessment.
622. Run azqr and capture output artifacts.
633. Analyze Scan Results and summarize findings and recommendations.
644. Review Key Vault Expiration Monitoring output for keys, secrets, and certificates.
655. Classify issues and propose remediation or fix steps for each finding.
66 
67### Priority Classification
68 
69| Priority | Guidance |
70|---|---|
71| Critical | Immediate remediation required for high-impact exposure |
72| High | Resolve within days to reduce risk |
73| Medium | Plan a resolution in the next sprint |
74| Low | Track and fix during regular maintenance |
75 
76## Error Handling
77 
78| Error | Message | Remediation |
79|---|---|---|
80| Authentication required | "Please login" | Run `az login` and retry |
81| Access denied | "Forbidden" | Confirm permissions and fix role assignments |
82| Missing resource | "Not found" | Verify subscription and resource group selection |
83 
84## Best Practices
85 
86- Run compliance scans on a regular schedule (weekly or monthly)
87- Track findings over time and verify remediation effectiveness
88- Separate compliance reporting from remediation execution
89- Keep Key Vault expiration policies documented and enforced
90 
91## SDK Quick References
92 
93For programmatic Key Vault access, see the condensed SDK guides:
94 
95- **Key Vault (Python)**: [Secrets/Keys/Certs](references/sdk/azure-keyvault-py.md)
96- **Secrets**: [TypeScript](references/sdk/azure-keyvault-secrets-ts.md) | [Rust](references/sdk/azure-keyvault-secrets-rust.md) | [Java](references/sdk/azure-security-keyvault-secrets-java.md)
97- **Keys**: [.NET](references/sdk/azure-security-keyvault-keys-dotnet.md) | [Java](references/sdk/azure-security-keyvault-keys-java.md) | [TypeScript](references/sdk/azure-keyvault-keys-ts.md) | [Rust](references/sdk/azure-keyvault-keys-rust.md)
98- **Certificates**: [Rust](references/sdk/azure-keyvault-certificates-rust.md)

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • ZeroLeakspass

Preview

microsoft/azure-skillsmicrosoft/azure-skills

$ npx -y skills add microsoft/azure-skills --skill azure-compliance

▸ installing to .claude/skills…

✓ azure-compliance ready

Repomicrosoft/azure-skills
TypeSkills
CategorySecurity
ForOpsArchitect
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. microsoft avatarentra-app-registrationGuides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration.SkillsJul 2026484k1.3k
  2. microsoft avatarentra-agent-idProvision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token…SkillsJul 2026207k1.3k
  3. firebase avatarfirebase-security-rules-auditorAudits Firebase (Firestore, Cloud Storage) security rules for vulnerabilities, privilege escalation, role bypasses, create vs update inconsistencies, resource…SkillsJul 202680k389
  4. samber avatargolang-securitySecurity best practices and vulnerability prevention for Golang.SkillsJul 202635k2.7k
  5. googleworkspace avatargws-modelarmorGoogle Model Armor: Filter user-generated content for safety.SkillsJul 202624k30k
  6. googleworkspace avatargws-modelarmor-create-templateGoogle Model Armor: Create a new Model Armor template.SkillsJul 202624k30k