power-management-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited power-management-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 for library/framework-level power management, not just one low-power symptom. Confirm the system's power states, device dependencies, suspend/resume ordering, wake sources, and measurement method before enabling automatic PM policies.
Use this skill when:
PowerManagement, PM framework, runtime PM, device suspend/resume, power domains, or system sleep policy.Do not use this skill for one-off current measurement without a PM framework. Use low-power-debug first.
Ask for:
Each power state needs entry conditions, exit sources, retained resources, and forbidden operations.
Suspend children before parents and resume parents before children. Clocks and buses must wrap device hooks.
Drivers expose capabilities; policy decides when to enter a state.
Wake flags must be read before clearing, and the responsible device should be identifiable.
Deep states may disconnect SWD/JTAG or UART; define a recovery path.
Compare current in each state and after resume, not only during entry.
Before claiming PM integration works:
User:
接了 PowerManagement 框架后,睡眠能进但唤醒后 I2C 传感器读不到。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.