power-performance — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited power-performance (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.
Maximize the efficiency of your embedded system by balancing power consumption and computational performance.
Implement system-level and peripheral-specific power saving strategies.
pm_device_action_run, pm_state_set, Residency hooks.Optimize critical code paths and monitor system resources.
CONFIG_THREAD_ANALYZER, Linker Map, Code relocation.Relocate code and data to utilize the fastest memory available.
__ramfunc, Relocation scripts.#include <zephyr/pm/device.h>
const struct device *spi0 = DEVICE_DT_GET(DT_NODELABEL(spi0));
void sleep_spi(void) {
pm_device_action_run(spi0, PM_DEVICE_ACTION_SUSPEND);
}power_management.md: System states, device PM, and hooks.performance_tuning.md: Optimization strategies and relocation.power_budget_estimator.py: Duty-cycle based battery-life estimator.power_budget_template.csv: Initial state/current budget template.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.