miniz-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited miniz-integration (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 to integrate miniz by separating format choice, memory budget, streaming strategy, and integrity checks. Compression bugs on MCUs usually come from buffer ownership, incomplete streams, or confusing raw DEFLATE, zlib, gzip, and ZIP containers.
Use this skill when:
Do not use this skill for very small streaming compression windows. Use heatshrink-integration when heatshrink is already selected for tiny MCU buffers.
Ask for:
Do not mix raw DEFLATE streams, zlib headers, gzip files, and ZIP archives.
Estimate output buffer, dictionary/window needs, file metadata, and stack usage.
Feed bounded chunks and write output incrementally instead of allocating the whole image.
Check compressed length, decompressed length, CRC/hash, and destination capacity.
Every read/write callback should report short I/O and decompressor errors distinctly.
Include incompressible data, empty streams, truncated streams, and oversized output.
Before claiming miniz works:
User:
用 miniz 解 OTA 资源包偶尔失败。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.