dbt-preflight-be9f09 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dbt-preflight-be9f09 (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.
Inspect a dbt change set before it ships: identify which assets changed, estimate downstream impact, detect likely gaps in testing, contracts, documentation, and YAML alignment, and recommend the narrowest safe validation path. Preflight is read-only — do not edit code unless explicitly asked.
git diff --name-status origin/main...HEADClassify each change: models, snapshots, seeds, macros, tests, schema YAML, semantic models, metrics, saved queries, exposures or BI-facing assets.
dbt ls --select <model>+If a production manifest is available, cover the whole change set at once:
dbt ls --select state:modified+ --state <path-to-prod-artifacts>dbt build --select <changed_model>dbt build --select <changed_model>+1dbt build --select state:modified+ --state <path>If exact commands are available in the repo (Makefile, CI config, docs), prefer them. If not, say what should be validated conceptually.
dbt ls), not guessed~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.