npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blumiraThis skill uses the workspace's default tool permissions.
Resolutions are the final disposition applied to findings when closing them. Choosing the correct resolution type is critical for accurate security metrics, detection tuning, and compliance reporting.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Resolutions are the final disposition applied to findings when closing them. Choosing the correct resolution type is critical for accurate security metrics, detection tuning, and compliance reporting.
| Code | Label | Description | When to Use |
|---|---|---|---|
| 10 | Valid | Confirmed real threat | The finding represents a genuine security event. Action was taken (blocked, remediated, etc.) |
| 20 | Not Applicable | Doesn't apply | The detection is correct but irrelevant to this environment (e.g., policy doesn't apply to test lab) |
| 30 | False Positive | Incorrect detection | The detection fired incorrectly — the activity was benign |
blumira_resolutions_list
Returns all resolution types with their codes, labels, and descriptions.
blumira_findings_resolve
finding_id=<UUID>
resolution_type=10
notes="Confirmed credential stuffing attack from IP 203.0.113.50. Account locked, password reset forced."
blumira_msp_findings_resolve
account_id=<UUID>
finding_id=<UUID>
resolution_type=30
notes="False positive - scheduled backup job triggers this detection. Added to allowlist."
Is the detected activity real?
Always include detailed notes explaining the decision
For False Positives, note what the activity actually was to help with tuning
blumira_findings_list filtered by the specific detection ruleCause: Resolution code is not 10, 20, or 30
Solution: Use blumira_resolutions_list to confirm valid codes.
Cause: Some resolution workflows may require notes Solution: Always provide descriptive notes for audit trail purposes.