What problem does it solve? Scientific datasets arrive in many formats and often contain sensitive identifiers, malformed structures, or hidden quality issues. This Skill performs safe, bounded exploratory data analysis on local files without executing embedded content, leaking raw values, or making unsupported statistical claims. ## Core Features & Use Cases - Bounded format inspection: Profile CSV/TSV/JSON with the Python standard library, and optionally inspect NumPy NPY/NPZ, HDF5 metadata, FASTA/FASTQ sequences, and PNG/JPEG/TIFF image metadata with pinned dependencies. - Data quality audits: Run missingness, leakage, distribution, outlier, and transformation-sensitivity analyses that flag issues without modifying raw data. - Fail-closed safety: Unknown formats are rejected, reference-only formats route to domain tooling, and all identifiers are tokenized unless explicitly revealed. - Use Case: A researcher receives a CSV of clinical measurements and runs the missingness/leakage audit with group, entity, split, and time columns to detect split overlap and missingness gaps before any modeling. ## Quick Start Ask the assistant to run a bounded exploratory analysis and missingness audit on your approved local CSV file using this skill.