embedded-state-machine-libs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited embedded-state-machine-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 embedded state machine libraries and hand-written finite state machines. The core is to make states, events, transitions, side effects, and invalid transitions explicit and verifiable.
Use this skill when:
Do not use this skill for RTOS scheduling issues unless the state machine is the primary abstraction.
Ask for:
Names should reflect system meaning, not implementation steps.
Make it clear what changes state and what side effects run because of the transition.
Ignore, log, assert, error transition, or recovery must be explicit.
Avoid nested transitions unless the library explicitly supports them.
Log state transitions, current state, event source, and error transitions.
Validate normal path, invalid events, timeout events, and recovery path.
Before claiming state-machine behavior works:
User:
设备升级状态机偶尔卡在 downloading。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.