zephyr-module — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zephyr-module (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.
Extend the Zephyr RTOS with reusable, out-of-tree modules that integrate seamlessly with the build system.
Create the directory structure and metadata required for auto-discovery.
zephyr/module.yml, zephyr/Kconfig, zephyr/CMakeLists.txt.Adding your module to a workspace for distribution and versioning.
west.yml, west update, west build -t list_modules.Wrapping external C/C++ libraries as Zephyr modules.
zephyr_library(), zephyr_include_directories().build:
cmake: .
kconfig: zephyr/Kconfigwest update fetches module source from manifest without conflicts.west build -t list_modules shows the module as discovered.build.cmake and build.kconfig fields in module.yml.module_definition.md: Structure and module.yml specification.west_integration.md: Manifest configuration and discovery tools.module_manifest_check.py: Module manifest consistency checker.module_yml_template.yml: Minimal zephyr/module.yml template.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.