/security-posture
Overall security posture review including open findings by severity, agent coverage, and trends
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow 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
/security-posture
Context preview
What this command does when you run it.
Overall security posture review including open findings by severity, agent coverage, and trends
Command definition
security-posture.mddescription: Overall security posture review including open findings by severity, agent coverage, and trends
argument-hint: "[days]"
arguments: [days]
Security Posture
Prerequisites
- Valid Blumira JWT token configured
- Active findings and agent data in the organization
Steps
1. Call `blumira_findings_list` with `status.eq=10` to get all open findings 2. Call `blumira_findings_list` with `status.eq=30` and `created.gt=<days ago>` for recent resolutions 3. Call `blumira_agents_devices_list` to get device/agent inventory 4. Compile a posture report:
- **Open Findings Summary:** Total count, breakdown by severity (CRITICAL/HIGH/MEDIUM/LOW)
- **Resolution Activity:** Findings resolved in the lookback period, by resolution type
- **Agent Coverage:** Total devices, active vs inactive, stale agents
- **Risk Assessment:** Highlight critical gaps (unresolved CRITICAL findings, offline agents)
5. Provide actionable recommendations based on the data
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | days | number | No | Lookback period for trend analysis (default 30) |
Examples
Basic Usage
/security-posture
7-Day Review
/security-posture --days 7
Error Handling
- **No findings data:** Report clean finding posture, focus on agent coverage
- **No agent data:** Report finding posture only, note agent data unavailable
- **Large dataset:** Use date filters to limit scope
Related Commands
- `/finding-triage` - Triage the open findings identified in the posture review
- `/agent-inventory` - Detailed device/agent inventory
- `/msp-overview` - MSP-wide posture across all accounts
Read more
description: Overall security posture review including open findings by severity, agent coverage, and trends argument-hint: "[days]" arguments: [days]
Security Posture
Prerequisites
- Valid Blumira JWT token configured
- Active findings and agent data in the organization
Steps
1. Call `blumira_findings_list` with `status.eq=10` to get all open findings 2. Call `blumira_findings_list` with `status.eq=30` and `created.gt=<days ago>` for recent resolutions 3. Call `blumira_agents_devices_list` to get device/agent inventory 4. Compile a posture report:
- **Open Findings Summary:** Total count, breakdown by severity (CRITICAL/HIGH/MEDIUM/LOW)
- **Resolution Activity:** Findings resolved in the lookback period, by resolution type
- **Agent Coverage:** Total devices, active vs inactive, stale agents
- **Risk Assessment:** Highlight critical gaps (unresolved CRITICAL findings, offline agents)
5. Provide actionable recommendations based on the data
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | days | number | No | Lookback period for trend analysis (default 30) |
Examples
Basic Usage
/security-posture
7-Day Review
/security-posture --days 7
Error Handling
- **No findings data:** Report clean finding posture, focus on agent coverage
- **No agent data:** Report finding posture only, note agent data unavailable
- **Large dataset:** Use date filters to limit scope
Related Commands
- `/finding-triage` - Triage the open findings identified in the posture review
- `/agent-inventory` - Detailed device/agent inventory
- `/msp-overview` - MSP-wide posture across all accounts
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report โ devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

