Skip to content
Development
Command

/secure-score-report

Generate a portfolio-wide M365 security posture report — Secure Score equivalents, MFA enrollment, conditional access coverage, and domain authentication across all managed tenants

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/secure-score-report

Context preview

What this command does when you run it.

Generate a portfolio-wide M365 security posture report — Secure Score equivalents, MFA enrollment, conditional access coverage, and domain authentication across all managed tenants

Command definition

secure-score-report.md
description: Generate a portfolio-wide M365 security posture report — Secure Score equivalents, MFA enrollment, conditional access coverage, and domain authentication across all managed tenants
argument-hint: "[format] [tenants]"
arguments: [format, tenants]

CIPP Secure Score Report

Portfolio-level security posture report across the MSP's managed tenants. Designed for monthly internal reviews, quarterly business reviews, and as the source data for client-facing security summaries.

Arguments

  • `format` (optional) — scorecard (default) — tenant-by-tenant table sorted by risk; trend — compare to previous run; executive — client-deliverable summary
  • `tenants` (optional) — Comma-separated list of tenants to include (defaults to all)

What it produces

For each tenant in scope:

| Metric | Source | |--------|--------| | BPA fail count (Identity / Mail / Security) | `cipp_list_bpa` | | Enabled CA policies (count + presence of MFA-for-all-apps) | `cipp_list_conditional_access_policies` | | MFA enrollment % | `cipp_list_mfa_users` | | Domain health (DMARC enforced, SPF valid, DKIM enabled) | `cipp_list_domain_health` | | Standards baseline coverage | `cipp_list_standards` | | Computed risk band | High / Medium / Low |

Tenants are sorted with high-risk first.

Use the agent for

Cross-tenant *change* analysis ("which tenants regressed since last month?") goes to `security-posture-reviewer`, which can compare against a stored baseline and recommend remediation paths. This command produces the data; the agent produces the narrative.

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