sensor-driver-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sensor-driver-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 to integrate sensors by proving transport, identity, configuration, timing, data readiness, conversion, and calibration in order. Sensor bugs often look like algorithm bugs but start with bus timing, register paging, or unit conversion.
Use this skill when:
Do not use this skill when the electrical bus itself has not been proven. Use hardware-interface-debug first.
Ask for:
Check power rails, reset state, WHOAMI/device ID, and basic register reads before configuration.
Document mode, range, bandwidth, output data rate, FIFO, interrupts, and low-power settings.
Convert bytes with the correct endian, signedness, resolution, and scale only after raw values move plausibly.
Poll or interrupt on data-ready, avoid reading faster than ODR, and timestamp close to acquisition.
Keep offset, sensitivity, temperature compensation, and factory calibration separate from transport logic.
Cover FIFO overflow, suspend/resume, bus errors, hot reset, and sensor disconnect.
Before claiming a sensor works:
User:
IMU 数据一直跳,姿态算法不稳定。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.