Skip to content

bom.risk-score

What It Checks

Scores each populated BOM row on missing MPN, missing manufacturer, no suppliers, and single-source-without-alternates signals.

When It Fires

Fires for each non-DNP row with a non-zero risk score. Severity is mapped from the component risk level (critical/high/medium/low) and is configurable per level.

Configuration Example

version: 1
rules:
  bom.risk-score:
    enabled: true
    severity: medium

JSON Finding Details Shape

{ reference, mpn, manufacturer, riskScore, riskLevel, factors: { missingMpn, missingManufacturer, noSuppliers, singleSourceNoAlternates }, overallBomRiskScore, totalComponents }

Report Context

Use this finding to decide whether the design package is ready for review, fabrication, or release. BoardReadyOps reports the condition and leaves design edits to the owning workflow.