Skip to content
Development
Command

/security-posture

Overall security posture review including open findings by severity, agent coverage, and trends

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/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.md
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
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