connectivity-usb-can — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited connectivity-usb-can (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.
Build versatile hardware interfaces using Zephyr's modular USB device stack and robust CAN controller support.
Configure and enable standard USB classes for host communication.
CONFIG_USB_DEVICE_STACK, usb_enable(), CDC ACM, HID.Implement high-performance bridge patterns for CAN bus diagnostics and adapters.
can_send(), k_msgq, binary packetization, CAN filtering.# prj.conf
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_CDC_ACM=y#include <zephyr/usb/usb_device.h>
void main(void) {
usb_enable(NULL);
}gs_usb for robust data transfer over the USB-to-CAN bridge.k_msgq, k_fifo) to safely move data between high-priority CAN interrupts and the USB processing thread.usb_device_stack.md: Configuring USB classes and descriptors.usb_to_can.md: Adapter patterns and buffering strategies.can_filter_lint.py: CAN filter table consistency checker.can_filters_template.csv: Sample filter definitions.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.