dbt-and-analytics-engineering — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dbt-and-analytics-engineering (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.
Use this skill when the job is analytics engineering rather than raw ingestion. It helps agents build trustworthy dbt projects with clear layering, reusable models, tests, documentation, and publish-safe business definitions.
dbt modelsDo not use this to justify putting ingestion or orchestration logic inside dbt.
Decide whether it belongs in:
Capture:
Typical checks:
Avoid mixing raw cleanup, business logic, and publish semantics in one model.
Make sure the output is understandable to analysts, dashboards, and metric consumers.
| Rationalization | Reality |
|---|---|
| "It is only SQL, we do not need model structure." | Poor layering creates brittle marts and duplicate business logic. |
| "We can add tests after the dashboard is working." | Untested metrics create trust problems that are hard to unwind. |
| "A giant model is easier to maintain." | Monolithic models hide grain changes, assumptions, and reuse opportunities. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.