| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
CANarchy is a research toolkit for defensive analysis of CAN traffic. This document covers how to report security concerns and how the project treats active-bus operations.
Please do not file a public issue for reports that involve:
Open a private security advisory through the GitHub interface for this repository, or contact the maintainers via the address listed on the project page. Please include:
A maintainer will acknowledge receipt and follow up with a planned response timeline.
Only the most recent minor release receives fixes by default. Older versions may be patched at the maintainers' discretion when the fix is straightforward.
CANarchy can transmit on a connected CAN interface. Commands that do so are documented as "active" and are gated by the --ack-active flag and an interactive confirmation prompt by default.
When using active commands:
Do not run active commands against a vehicle that is in motion, that carries passengers, or that you are not authorised to test.
Fuzzing workflows are intentionally not exposed in the current CLI while the active-transmit safety design is being completed. See CHANGELOG.md and the project roadmap for status.
Most CANarchy workflows run entirely offline. A small number of features can contact an external service, and they are off by default and opt-in:
Treat any capture-derived metadata as potentially sensitive: review what a feature sends before enabling an external-service path on data from a real vehicle or fleet, and prefer the offline heuristics when in doubt.
This policy covers the CANarchy CLI, library, MCP server, and the project documentation. Upstream dependencies (for example python-can and cantools) should be reported to their own maintainers.
| Back | FazBrowse Home | New Git URL |