Pywayne Cv Apriltag Detector

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: apriltag-detector Version: 0.1.0 The skill bundle appears benign. The `_meta.json` contains standard metadata. The `SKILL.md` provides documentation for an AprilTag detection module, describing its functionality and how it handles dependencies using `gettool` for automatic library installation. There are no instructions for the AI agent that suggest prompt injection, data exfiltration, unauthorized execution, or any other malicious intent. The use of `gettool` for dependency management, while a potential supply chain risk depending on its implementation and source, is described as a standard operational step and does not indicate malicious intent within the provided 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

Using the detector may cause an additional library to be fetched and installed at runtime.

Why it was flagged

The skill discloses an automatic dependency installation path. This appears purpose-aligned for AprilTag detection, but the artifact does not specify the dependency source, version pinning, or verification details.

Skill content
The detector automatically checks for and installs the `apriltag_detection` library using `gettool` if not found.
Recommendation

Before use, confirm that gettool and the apriltag_detection package come from a trusted source, and prefer pinned or verified dependency versions where possible.