lakehouse-table-format-engineering — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lakehouse-table-format-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 storage layer itself is an architecture decision. It helps agents reason about Iceberg, Delta, Hudi, table evolution, partitioning, compaction, snapshot behavior, and how batch and streaming jobs interact with shared lakehouse tables.
Iceberg, Delta, and HudiSpark, Flink, or warehouse readers with shared table formatsDo not use this for unmanaged flat-file datasets that are not intended to behave like governed tables.
Include:
Iceberg: strong open-table interoperability and metadata-driven planningDelta: strong lakehouse ergonomics and transactional patterns in Databricks-centered stacksHudi: strong incremental and record-level update use casesConsider:
Batch and streaming writers must not conflict silently on checkpoints, commits, or schema changes.
Table formats require operational housekeeping, not just one-time creation.
| Rationalization | Reality |
|---|---|
| "A table format is just a storage detail." | Format choice affects interoperability, maintenance, mutation semantics, and long-term cost. |
| "We can decide compaction later." | Small files and metadata bloat become operational pain quickly. |
| "Any engine can read and write the table the same way." | Cross-engine support varies, especially for advanced write and mutation behavior. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.