rt-thread-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rt-thread-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 RT-Thread by separating BSP configuration, kernel objects, device framework registration, components, and packages. RT-Thread problems often come from missing component config or device registration order.
Use this skill when:
packages.
FinSH/MSH, device drivers, DFS, SAL, lwIP, or OTA components.
code but missing at runtime.
Do not use this skill for a generic MCU peripheral with no RT-Thread component surface. Use embedded-peripheral-bringup first. For generic RTOS scheduling triage, use rtos-debug.
Ask for:
rtconfig.h.Capture BSP, toolchain, package versions, rtconfig.h, and generated files.
Bring up UART console and FinSH/MSH before deeper component debugging.
Inspect thread state, stack, priority, tick, heap, and IPC object ownership.
Confirm driver init level, device name, class, open flags, and list_device.
For DFS, SAL, lwIP, USB, or OTA, verify the lower device and config first.
Check package versions, include paths, component symbols, and board hooks.
rtconfig.h does not include the component the code expects.Before claiming RT-Thread integration works:
list_* command evidence.User:
RT-Thread 里 spi device 找不到。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.