Location: README.md (zero occurrences of "RELAY" in the entire file)
Finding: go-CAN imports the RELAY module, re-exports SpecVersion, ships an Adapt() relay.Node bridge plus ToMessage/FromMessage conversion, and a cmd/cantool CLI implementing the RELAY-mandated version/capabilities/status commands — yet none of this is mentioned in the README. There's no conformance statement, no declared spec version, no example of using Adapt() to cross into other RELAY protocols, and no note that cantool is the conformance binary. Every other conformance-facing document in the repo (THREAT_MODEL, the CLI's own help text, source comments) references RELAY; the README, which is the first thing most readers open, does not.
Recommendation: Add a "RELAY conformance" section to the README stating the declared spec version, documenting Adapt()/the message-envelope surface with an example, and listing the mandatory CLI commands.
Filed from the 2026-07-29 ecosystem audit register; independently re-verified against current HEAD before filing.
Location:
README.md(zero occurrences of "RELAY" in the entire file)Finding: go-CAN imports the RELAY module, re-exports
SpecVersion, ships anAdapt() relay.Nodebridge plusToMessage/FromMessageconversion, and acmd/cantoolCLI implementing the RELAY-mandatedversion/capabilities/statuscommands — yet none of this is mentioned in the README. There's no conformance statement, no declared spec version, no example of usingAdapt()to cross into other RELAY protocols, and no note thatcantoolis the conformance binary. Every other conformance-facing document in the repo (THREAT_MODEL, the CLI's own help text, source comments) references RELAY; the README, which is the first thing most readers open, does not.Recommendation: Add a "RELAY conformance" section to the README stating the declared spec version, documenting
Adapt()/the message-envelope surface with an example, and listing the mandatory CLI commands.Filed from the 2026-07-29 ecosystem audit register; independently re-verified against current HEAD before filing.