data-quality-assessment — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited data-quality-assessment (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.
Score each dimension 1-5 when evaluating any data source or pipeline:
1. Completeness - What percentage of expected records and fields are present?
2. Accuracy - Does the data reflect reality?
3. Timeliness - Is the data fresh enough for its intended use?
4. Consistency - Does the same fact look the same everywhere?
5. Validity - Does the data conform to business rules?
CRITICAL: If data accuracy drops below threshold during development, pause deployment until the data lead investigates. Quality incidents in production destroy trust that takes months to rebuild.
Implement circuit breakers at every pipeline stage:
Traditional quality checks: Is data complete? Does it match schema? Are calculations correct?
AI/ML evaluation (evals): Is the model telling the truth? Would a domain expert agree? Is it fair across user segments? Is it helpful or harmful?
Both are required for data products with AI components. Quality gates catch data issues. Evals catch model behavior issues. Neither substitutes for the other.
Week 1: Audit the last 20 data quality issues. Write simple checks for the top 3 failure modes. Week 2: Label 100 production examples. Write your first automated quality monitor. Connect to CI/CD. Weeks 3-4: Monitor 10% of production data flow. Build the detect-fix-measure loop.
NEVER ship a data product without at least completeness and accuracy checks in the pipeline. Everything else can come later. Those two catch 80% of issues.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.