Blumira Findings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Blumira Findings (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Findings are Blumira's primary security detection unit — they represent threats, suspicious activity, or policy violations detected across your environment. This skill covers the full finding lifecycle from discovery through resolution.
| Status Code | Label | Description |
|---|---|---|
| 10 | Open | New, unreviewed finding |
| 20 | In Progress | Under investigation |
| 30 | Resolved | Closed with a resolution |
Findings have severity levels (e.g., LOW, MEDIUM, HIGH, CRITICAL) that indicate the potential impact. Always triage CRITICAL and HIGH findings first.
When resolving a finding, you must specify a resolution type:
| Resolution Code | Label | Use When |
|---|---|---|
| 10 | Valid | Confirmed real threat, action was taken |
| 20 | Not Applicable | Finding doesn't apply to this environment |
| 30 | False Positive | Detection was incorrect |
blumira_findings_list
status.eq=10 # Open findings only
severity.in=HIGH,CRITICAL
order_by=-created # Most recent first
page_size=25blumira_findings_get
finding_id=<UUID>blumira_findings_details
finding_id=<UUID>The details endpoint returns enriched data including related context, evidence, and recommended actions.
blumira_findings_resolve
finding_id=<UUID>
resolution_type=10 # Valid
notes="Confirmed brute force attempt. Blocked source IP in firewall."blumira_findings_assign
finding_id=<UUID>
user_id=<UUID>blumira_findings_comments_list
finding_id=<UUID>blumira_findings_comments_add
finding_id=<UUID>
comment="Investigating source IP. Checking firewall logs for correlation."blumira_findings_list with status.eq=10 and order_by=-severityblumira_findings_details to get contextblumira_findings_assignblumira_findings_comments_addblumira_findings_get to retrieve the findingblumira_findings_details for enriched context and evidenceblumira_findings_comments_list to review prior investigation notesblumira_findings_comments_addblumira_findings_list with filters matching the batch (e.g., same detection rule)blumira_findings_resolve and appropriate resolution typeblumira_findings_list
created.gt=2025-01-01
created.lt=2025-02-01
status.eq=10Cause: Invalid finding ID or finding not accessible in current org scope Solution: Verify the finding ID. If using MSP credentials, use blumira_msp_findings_get instead.
Cause: Resolution type not provided or invalid Solution: Provide a valid resolution type: 10 (Valid), 20 (Not Applicable), or 30 (False Positive).
Cause: User ID doesn't exist or isn't a member of the organization Solution: Use blumira_users_list to get valid user IDs.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.