ymodem-xmodem-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ymodem-xmodem-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 for serial file-transfer protocols in bootloaders or maintenance consoles. Separate transport reliability, packet parsing, CRC/checksum, flash layout, and update safety before writing firmware to flash.
Use this skill when:
C/NAK negotiation.Do not use this skill for general serial logging. Use embedded-serial-log-debug first if RX/TX is unreliable.
Ask for:
Verify raw RX/TX at the target baud before protocol debugging.
Negotiation, header, data packets, ACK/NAK, EOT, CAN abort, retry limit, and timeout should be visible in logs.
For YMODEM, parse filename and size. Reject images larger than the allowed slot.
Erase only the intended slot, program aligned chunks, verify CRC/hash, and preserve bootloader/recovery areas.
Mark the image bootable only after full transfer and verify succeed.
Ensure failed transfers do not leave the product without a bootable image.
Before claiming transfer/update works:
User:
Bootloader 用 YMODEM 升级,传完后 app 起不来。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.