qspi-xip-flash-debug — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited qspi-xip-flash-debug (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 QSPI/OSPI flash by separating electrical bring-up, command mode access, memory-mapped mode, cache policy, linker placement, and boot flow. XIP failures often come from timing and memory attributes.
Use this skill when:
SPIFI, or a similar controller.
XIP, boot from external flash, random hard faults, or cache corruption.
mapped resources.
Do not use this skill for generic internal flash programming. Use mcu-flashing-debug or bootloader-debug instead.
Ask for:
Read JEDEC ID, status registers, erase, program, and readback at conservative speed before enabling memory mapping.
Confirm QE bit, opcode set, address width, dummy cycles, wrap mode, and reset sequence for the exact flash.
Read known patterns from mapped address space and compare with command-mode reads.
Mark flash XIP as executable/cacheable as appropriate, and device registers as non-cacheable device memory.
Place vectors, code, rodata, assets, and load addresses according to boot ROM and startup expectations.
Test temperature, voltage, max clock, deep power-down, reset, and suspend states after the basic path works.
Before claiming QSPI/XIP works:
User:
QSPI XIP 开 cache 后随机 hardfault。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.