dbt-incremental-strategy-audit-f8dbe8 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dbt-incremental-strategy-audit-f8dbe8 (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.
Determine whether a dbt incremental model's chosen strategy is justified, understandable, maintainable, and consistent with repository conventions. The goal is not to praise clever implementations. Default stance: skeptical, low-risk, root-cause oriented, convention-preserving — prefer the simplest correct strategy.
materialized='incremental' modelincremental_strategy, unique_key, partition_by/cluster_by/partitions, pre_hook/post_hook grep -rn "incremental_strategy" models/
grep -rln "is_incremental()" models/is_incremental() branches make the Jinja source misleading: dbt compile --select <model>
# then read target/compiled/<project>/models/.../<model>.sqlis_incremental() is false when the target table does not yet exist or on --full-refresh, so reason through both branches.
materialized='incremental', incremental_strategy, is_incremental() logic, unique_key, partition_by/cluster_by/partitions, pre_hook/post_hook, delete/overwrite/merge semantics, rolling window logic, deduplication choices. dbt ls --select <model>+Strategy changes can shift BI/reporting outputs; list affected downstream assets.
is_incremental() branches hide the real runtime behavior.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.