semantic-layer-change-review-5fa4ee — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited semantic-layer-change-review-5fa4ee (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.
Changes to the semantic layer directly impact dashboards and business reporting. A silent drift in a metric definition destroys trust. Review every semantic-layer change for mathematical soundness and backwards compatibility before approval.
expr, aggregation, or filters are changing git diff origin/main...HEAD -- '*.yml' '*.yaml'
dbt ls --resource-type metric
dbt ls --resource-type semantic_modelrevenue_v2) rather than silently altering historical numbers. Find consumers of the metric before judging impact: grep -rn "<metric_name>" --include="*.yml" --include="*.yaml" .entities (primary/foreign keys) match the granularity of the underlying semantic model. dbt parsedbt parse passes on the changed projectexpr without explicitly confirming the business requested the restatement of historical data.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.