lvgl-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lvgl-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 integrate LVGL by proving four porting contracts: display flush, input device read, tick/timebase, and memory/draw buffer configuration. UI bugs often come from driver timing or buffer ownership, not widget logic.
Use this skill when:
Do not use this skill when the display hardware has no proven signal. Use hardware-interface-debug first.
Ask for:
lv_timer_handler scheduling.Fill the screen with solid colors before creating complex widgets.
Buffer size, color format, stride, and cache/DMA policy must match the display path.
LVGL needs a monotonic tick and regular handler execution.
Touch/encoder/keypad should be calibrated and tested independently.
Configure heap, widget count, image assets, fonts, and buffers for the target RAM.
Measure frame time, flush completion, and whether lv_disp_flush_ready is called correctly.
lv_timer_handler is not called regularly.Before claiming LVGL works:
lv_timer_handler schedule and flush-ready behavior.User:
LVGL 移植后屏幕花屏,触摸也偏。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.