kernel-basics — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kernel-basics (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.
Master the essential services that bring your Zephyr application to life.
Create and manage multi-threaded application flows.
K_THREAD_DEFINE, k_sleep, k_yield, Priorities.Implement layered logging for better observability and troubleshooting.
LOG_MODULE_REGISTER, LOG_INF, LOG_ERR, Dynamic Filtering.Build powerful command-line interfaces for hardware and software inspection.
SHELL_CMD_REGISTER, SHELL_STATIC_SUBCMD_SET_CREATE.#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(my_app, CONFIG_APP_LOG_LEVEL);
void my_fn(void) {
LOG_INF("Hello from Zephyr!");
}K_THREAD_DEFINE(worker_tid, 1024, worker_fn, NULL, NULL, NULL, 5, 0, 0);help output and executes without faults.threads.md: Configuration and creation of kernel threads.logging.md: Log levels, modules, and backends.shell.md: Interactive command registration and subcommands.log_summary.py: Runtime log summarizer for quick diagnostics.shell_command_template.c: Shell command registration template.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.