freemodbus-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited freemodbus-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 FreeModbus by proving the port layer first: serial/TCP transport, timing, event dispatch, and register callbacks. Modbus bugs are often timing, endian, addressing, or task-context problems rather than protocol logic.
Use this skill when:
portserial.c, porttimer.c, portevent.c, register callbacks, CRC errors, timeouts, slave ID, function codes, or Modbus TCP/lwIP integration.Do not use this skill when the UART or network transport is not verified. Use serial or lwIP skills first if the lower layer is unknown.
Ask for:
For RTU, verify baud, parity, stop bits, inter-frame gap, and RS-485 direction control.
Serial, timer, and event callbacks must match the target scheduler and ISR rules.
RTU, ASCII, and TCP have different framing, timing, and porting requirements.
Holding/input/coils/discrete callbacks must map Modbus addresses to internal storage correctly.
Modbus register numbering, zero-based offsets, word order, and byte order must be explicit.
Start with a simple read holding register before adding writes, coils, or TCP gateway logic.
Before claiming FreeModbus works:
User:
FreeModbus RTU 能收到包但主站一直超时。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.