specialized — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited specialized (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.
Integrate complex peripherals and build resilient systems that recover gracefully from unexpected failures.
Build sophisticated graphical user interfaces for LCD and TFT displays.
native_sim simulator.Implement high-quality digital audio streaming and codec management.
CONFIG_I2S, DMA streaming, Ping-pong buffering.Ensure your system never hangs in the field using hardware watchdog timers.
wdt_feed(), Windowed watchdog, Health checks.Test your system's ability to recover from unexpected software and hardware errors.
k_oops(), Reset reason diagnostics.# Enable watchdog support
CONFIG_WATCHDOG=y// Feed the dog in your main loop
while (1) {
// Perform application work
wdt_feed(wdt_dev, wdt_channel);
k_sleep(K_MSEC(1000));
}lvgl_gui.md: GUI widgets and performance tuning.audio_i2s.md: Audio streaming and DMA patterns.watchdog_reliability.md: Watchdog setup and health checks.fault_injection.md: System resilience and chaos testing.watchdog_window_check.py: Feed-window timing checker.watchdog_health_map_template.h: Health-mask template header.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.