data-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited data-analyzer (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.
scripts/data_overview.py to get row count, dtypes, memory usage, and a sample. Confirm grain (what one row represents).scripts/null_profiler.py; compare output against thresholds in references/quality_thresholds.md and flag columns above limits.scripts/outlier_detector.py (IQR + z-score) on numeric columns; document flagged values and decide: real signal or data error?scripts/distribution_summary.py for descriptive stats and univariate histograms on each numeric column.scripts/correlation_explorer.py; flag pairs with |r| > 0.8 as potential multicollinearity or redundancy.references/eda_checklist.md and confirm each item before declaring the dataset profiled.assets/eda_report_template.md with full profiling output; distil top issues into assets/findings_summary.md.For pattern recipes (e.g. polars vs pandas equivalents, chunked reads for large files), see references/pandas_polars_recipes.md.
references/quality_thresholds.md)assets/eda_report_template.md (filled) — full profiling report with per-column statsassets/findings_summary.md (filled) — top 3–5 quality issues and recommended next steps~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.