build-system — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-system (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.
Efficiently manage the complex build and configuration stack of Zephyr RTOS.
Manage multi-repo projects and dependency allow-lists.
west init, west update, west manifest --resolve, name-allowlist.Tune software features and hardware parameters.
west build -t menuconfig, symbol searching (/), help (?).Configure complex projects like MCUboot + Application.
west build --sysbuild, sysbuild.conf.Core build logic for applications and modules.
CMakeLists.txt, zephyr_library(), target_sources().west init -m <manifest-repo-url> zephyr-workspace
cd zephyr-workspace
west update
west build -b native_sim samples/hello_worldwest update resolves all manifest projects without errors.west build succeeds for at least one known target board.build/zephyr/.config.scripts/find_modules.sh reports module names that match the current manifest allow-list.build/ directory to automatically identify which modules you should add to your manifest's name-allowlist.west.md: West commands, manifests, and allow-lists.kconfig.md: Project configuration and menuconfig usage.cmake.md: Sysbuild and CMake API integration.find_modules.sh: Automated allow-list discovery utility.west_manifest_template.yml: Base west manifest template.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.