embedded-input-libs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited embedded-input-libs (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 for button and simple input libraries such as MultiButton and FlexibleButton. The key is to align scan period, debounce time, electrical polarity, event semantics, and callback context.
Use this skill when:
Do not use this skill for complex UI frameworks or touch/display systems. Use LVGL-related skills when UI event routing dominates.
Ask for:
Active-low buttons with pull-ups are common; software level must match hardware.
Debounce and click timing depend on the scan tick being regular.
Button callbacks should post events or set flags, not block or write flash.
Decide whether long press also emits click, whether double click suppresses single click, and when release fires.
Compare software events with a logic analyzer or GPIO trace when behavior is unclear.
Before claiming input handling works:
User:
MultiButton 长按会同时触发单击。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.