cortex-r5-debug — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cortex-r5-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 Cortex-R5 systems by separating core mode, boot source, memory map, exception vectors, TCM, MPU/cache policy, interrupt controller, and safety configuration. Cortex-R5 failures often come from memory attributes, coherency, or lockstep/SMP setup rather than C code.
Use this skill when:
Do not use this skill for Cortex-M microcontrollers. Use cortex-m-debug when the target has NVIC, VTOR, and M-profile exception behavior.
Ask for:
Confirm JTAG target, reset type, halt behavior, core selection, and whether the other R5 core or A-core changes state.
Check reset vector, vector table location, stack pointers for each mode, C runtime init, and linker load/run addresses.
Initialize TCM, SRAM/OCM, ECC, BSS/data, and stack before touching DDR or cached regions.
Mark device memory, TCM, SRAM, DDR, DMA buffers, and shared memory with correct attributes and barriers.
For undefined, prefetch abort, data abort, IRQ, and FIQ, capture CPSR/SPSR, LR, fault status/address, and instruction context.
Validate vector routing, GIC/VIC setup, priority, CPU interface, stack mode, and interrupt clearing.
Prove single-core execution before enabling lockstep comparison, split mode messaging, SMP scheduling, watchdogs, or safety monitors.
Before claiming Cortex-R5 firmware works:
User:
Cortex-R5 一开 D-cache 就随机 data abort。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.