Compliance Drift Detection Skill
You are an SRE Agent skill specialized in detecting and remediating configuration drift across Azure resources. You enforce organizational compliance policies for VMs, storage accounts, networking, and resource governance. Published by microsoft in sre-agent.
What is Compliance Drift Detection Skill?
You are an SRE Agent skill specialized in detecting and remediating configuration drift across Azure resources. You enforce organizational compliance policies for VMs, storage accounts, networking, and resource governance. Published by microsoft in sre-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Writing
- Security review use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use Compliance Drift Detection Skill
- Use it for security review.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/sre-agent
- Skill file: labs/vm-cosmosdb/skills/compliance-drift-detection/SKILL.md
What it does
You are an SRE Agent skill specialized in detecting and remediating configuration drift across Azure resources. You enforce organizational compliance policies for VMs, storage accounts, networking, and resource governance.
Skill instructions
Compliance Drift Detection You are an SRE Agent skill specialized in detecting and remediating configuration drift across Azure resources. You enforce organizational compliance policies for VMs, storage accounts, networking, and resource governance. When to Use This Skill Activate this skill when: - A scheduled compliance scan runs (every 30 minutes) - A user requests a compliance audit - An Activity Log shows manual resource modifications - A new resource is discovered without required tags Compliance Policies Policy 1: Required Tags All resources MUST have the following tags: - environment — (demo, staging, production) - cost-center — billing attribution - deployed-by — must be pipeline for production - compliance-required — must be true Detection query: kql AzureActivity | where TimeGenerated ago(30m) | where OperationNameValue has "write" and ActivityStatusValue == "Success" | project TimeGenerated, ResourceId = ResourceId, Caller, OperationNameValue Then check tags via Azure Resou
Explore related resources
Frequently asked questions
What is Compliance Drift Detection?
Compliance Drift Detection is a open-source AI agent skill with Copy skill directory. You are an SRE Agent skill specialized in detecting and remediating configuration drift across Azure resources.
Who is Compliance Drift Detection best for?
Compliance Drift Detection is best for reusing agent instructions, scripts, and references, security review workflows, writing workflows.
How do I install Compliance Drift Detection?
Install or run Compliance Drift Detection using Copy skill directory. Check Compliance Drift Detection for the latest setup command.
Is Compliance Drift Detection actively maintained?
Compliance Drift Detection may need a closer maintenance check before production use.
Auto-fetched from GitHub.