Pywayne Vio Tools

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: tools-2 Version: 0.1.2 The OpenClaw skill bundle 'pywayne-vio-tools' appears benign. Its stated purpose is VIO data processing and 3D visualization, which is consistent with the provided documentation in SKILL.md. The dependencies listed (numpy, qmt, ahrs, matplotlib) are standard scientific Python libraries, and the installation instructions use a straightforward `pip install` command. There is no evidence of malicious code, data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the AI agent within the analyzed files.

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.