esp-idf-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited esp-idf-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 ESP-IDF by separating project configuration, components, partition table, bootloader, flash settings, FreeRTOS behavior, and subsystem logs. ESP-IDF failures are often visible in sdkconfig or boot logs.
Use this skill when:
idf.py, ESP32-family SoCs, components, ormanaged components.
sdkconfig, partition tables, NVS, Wi-Fi, BLE, OTA, flashmode/size, bootloader logs, heap, tasks, or peripheral drivers.
Do not use this skill for generic FreeRTOS kernel bugs with no ESP-IDF surface. Use freertos-kernel-debug instead.
Ask for:
idf.py command.sdkconfig, partition table, component layout, and dependency manifest.reason.
Confirm IDF_TARGET, idf.py set-target, clean build, flash, and monitor.
Read reset reason, bootloader version, flash parameters, partition table, and app image selection.
Check sdkconfig, Kconfig options, component dependencies, and CMake target ownership.
For NVS, OTA, SPIFFS, FAT, or custom data, confirm partition labels, sizes, erase state, and encryption settings.
Use ESP-IDF logs, error names, event loops, heap tracing, and task snapshots.
Treat secure boot, flash encryption, eFuse state, and OTA rollback as one-way or high-risk changes.
IDF_TARGET and flashed to another chip.Before claiming ESP-IDF behavior works:
User:
ESP32 OTA 后启动到旧固件。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.