embedded-framework-libs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited embedded-framework-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 framework-style embedded libraries that shape project architecture rather than one feature. Cover PLOOC, Avem, PowerManagement, and similar libraries by focusing on ownership, lifecycle, configuration, coupling, and migration risk.
Use this skill when:
Do not use this skill for small single-purpose utility libraries that can be integrated locally without architecture impact.
Ask for:
Confirm the framework solves a real recurring problem and is not added for style alone.
Decide which modules use the framework and which remain plain C.
Init, start, stop, suspend, resume, and deinit order must be explicit.
Hardware, RTOS, allocator, timebase, and logging hooks should not leak across application modules.
Wrap one small module first and verify behavior before broad adoption.
Before claiming framework integration works:
User:
想在老项目里引入 PLOOC 整理模块。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.