Intel HEX & S-record Image Audit
Runs the same checker as the npm package
@readystack/hex-image-auditon a Node.js runtime that pip installs for you (nodejs-wheel-binaries) - no system Node.js needed. Your files are checked locally.
Recomputes every checksum in a .hex or .srec image and maps every address it writes, before the image reaches the programmer.
Install
hex-image-audit file
Node 18+. The same 17 rules as the VS Code extension, from a terminal or CI.
Free
- Audit one firmware image against all 17 checks — every Intel HEX and Motorola S-record checksum recomputed byte by byte, every byte-count field, every overlap, gap, page-straddling block and entry point — reported at the exact line, in the editor or in the browser, with no key and nothing truncated.
--ruleslists every rule
With a licence ($29 once)
- Sweep every image in the build folder in one pass and keep the dated Markdown audit report as a file you own — the per-image release evidence a technical documentation file is made of. A different axis: scope (one file to the whole folder) and ownership (a report you keep), never a limit on the checks themselves.
@readystack/hex-image-audit --dir ./templates --report html --out report.html
Freelance embedded software engineers average $104 an hour and firmware consultants $105 (contractrates.fyi, crowdsourced rates, June 2026). One hour of one of them re-reading one image costs more than this licence.
Use from an AI agent (MCP)
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "hex-image-audit": { "command": "npx", "args": ["-y", "@readystack/hex-image-audit", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.
Use in CI
- name: Intel HEX & S-record Image Audit
run: npx -y @readystack/hex-image-audit --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/hex-image-audit --dir /work --ci)
The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Install (PyPI)
pip install readystack-hex-image-audit
hex-image-audit --help
Release files for readystack-hex-image-audit 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readystack_hex_image_audit-1.0.7.tar.gz | 18.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readystack_hex_image_audit-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.9 kB
Release files / readystack_hex_image_audit-1.0.7.tar.gz
| Download URL | readystack_hex_image_audit-1.0.7.tar.gz |
|---|---|
| Size | 18.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
955bc0120d725a21a71345a08298e59730c7ba515e9e911f84883c96d2bbb321
|
|
BLAKE2b-256 checksum How to use checksums |
186473dd49c516839a27d83ed95794b43679831b390b26c29d40789d8fdc3358
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / readystack_hex_image_audit-1.0.7-py3-none-any.whl
| Download URL | readystack_hex_image_audit-1.0.7-py3-none-any.whl |
|---|---|
| Size | 21.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f92a899dc516063bdf17f996070f31970aa7a47ab5ab06a6adb60a4a75cf3697
|
|
BLAKE2b-256 checksum How to use checksums |
ba7099d8eb4ba252d6b8f6945a4cce96b93f7fb339d7ad0aaf2047a7b8c17d33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|