Pywayne Vio Tools

PendingStatic analysis audit pending.

Overview

No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.

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.

What this means

Installing external packages can add third-party code to the user's environment, so package names and sources should be checked before use.

Why it was flagged

The skill instructs users to install external Python packages, and the artifact provides no pinned versions or package provenance. This is normal for a Python utility skill but worth noticing.

Skill content
Install with:
```bash
pip install numpy qmt ahrs matplotlib
```
Recommendation

Install only from trusted package indexes, consider pinning versions, and use a virtual environment for isolation.