Pywayne Ahrs Tools

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple instruction-only skill for AHRS quaternion utility usage and does not request credentials, broad system access, persistence, or data mutation.

This skill appears safe from the provided artifacts. Before using it, make sure any needed Python packages such as numpy, qmt, or pywayne are installed from trusted sources.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the required Python packages are not already installed, the user may need to choose and install them manually.

Why it was flagged

The skill references external Python packages, but provides no install automation or bundled code. This is expected for a Python utility usage skill, yet users should ensure they install dependencies from trusted sources.

Skill content
- `numpy` - Array operations
- `qmt` - OpenCV's quaternion module for conversions
Recommendation

Install dependencies only from trusted package sources and confirm the intended package names before use.