zephyr-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zephyr-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 debug Zephyr by separating board selection, devicetree, Kconfig, driver binding, and runtime behavior. Zephyr issues usually come from build-time configuration mismatches before they appear as firmware bugs.
Use this skill when:
west, boards, shields, samples, orcustom board ports.
logging, flash partitions, networking, Bluetooth, or power management.
device readiness is suspicious.
Do not use this skill for generic RTOS scheduling bugs with no Zephyr-specific surface. Use rtos-debug or freertos-kernel-debug instead.
Ask for:
west workspace layout, board, and sample/app.west build command, prj.conf, overlays, and board revision.zephyr.dts, .config, and the failing log or build error.Capture the exact west build command, board, app path, and pristine status.
Check build/zephyr/zephyr.dts, .config, and generated headers before editing source code.
Confirm status = "okay", compatible, pinctrl, clocks, interrupts, aliases, and chosen nodes.
Verify symbols in .config, dependency chains, and whether another config file overrides the intended value.
Use device_is_ready(), init priority, logging, and driver return codes.
Only after configuration is proven, inspect threads, stacks, work queues, interrupts, buffers, and subsystem-specific APIs.
prj.conf but silently unmet due to dependencies.Before claiming a Zephyr fix works:
zephyr.dts and .config contain the intended values.User:
Zephyr 里 I2C sensor 一直 device not ready。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.