Skip to content
Development
Command

/standards-drift

Find tenants that have drifted from the MSP's configured CIPP standards baseline — missing standards, standards in Report-only mode, recent compliance failures

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/standards-drift

Context preview

What this command does when you run it.

Find tenants that have drifted from the MSP's configured CIPP standards baseline — missing standards, standards in Report-only mode, recent compliance failures

Command definition

standards-drift.md
description: Find tenants that have drifted from the MSP's configured CIPP standards baseline — missing standards, standards in Report-only mode, recent compliance failures
argument-hint: "[scope] [tenants]"
arguments: [scope, tenants]

CIPP Standards Drift

Detects tenants out of compliance with the MSP's CIPP standards baseline. Standards drift is the leading indicator of "tenant looks managed but isn't" — every tenant with a missing or report-only baseline standard is silently receiving zero enforcement for that control.

Arguments

  • `scope` (optional) — missing — tenants without baseline standards; report-only — tenants where critical standards aren't enforcing; failing — tenants with active compliance failures; all (default) — full drift report
  • `tenants` (optional) — Comma-separated tenant list (defaults to all)

Drift categories detected

| Category | Detection logic | |----------|----------------| | **Missing baseline** | A standard exists in your master baseline but isn't deployed in this tenant | | **Report-only** | Standard is deployed but in `Report` mode — no alerting, no remediation | | **Stale Alert** | Standard has been in `Alert` mode > 60 days without escalation to `Remediate` | | **Recent failures** | Standard is in `Remediate` mode but has logged failures in the last check cycle | | **Drift since onboarding** | Tenant onboarded before a standard was added to baseline; never backfilled |

Output

Tenant-by-tenant drift table with:

  • Standards present vs. expected
  • Mode breakdown (Report / Alert / Remediate counts)
  • Last check timestamp from `cipp_run_standards_check`
  • Recommended action (deploy, promote mode, escalate failure)

Workflow

This command produces the drift report. Use the `security-posture-reviewer` agent for the next step — translating drift into a remediation plan with sequencing and client-communication framing.

Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins