crc-checksum-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited crc-checksum-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 CRCs and checksums by making the exact algorithm parameters explicit. Most CRC bugs come from two sides using the same name for different init, reflection, xorout, byte order, or covered range.
Use this skill when:
Do not use this skill for cryptographic authentication. Use mbedtls-integration, tinycrypt-integration, or micro-ecc-integration when adversarial tampering matters.
Ask for:
Do not rely on names like CRC-16 unless the parameters are specified.
Test 123456789 or a protocol-provided frame before using live data.
Define start offset, length, skipped fields, padding, escaping, and final byte order.
The incremental API must preserve state exactly across chunks and resets.
Hardware CRC units often need byte reversal, word packing, or final xor handling.
Flip one bit in payload and metadata to prove the check actually fails.
Before claiming the integrity check works:
User:
Modbus CRC 算出来总和设备不一样。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.