Pywayne Ahrs Tools
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
NoteHigh Confidence
ASI04: Agentic Supply Chain VulnerabilitiesWhat 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.
