Gear
PassAudited by VirusTotal on May 9, 2026.
Overview
Type: OpenClaw Skill Name: gear Version: 2.0.1 The skill bundle is a mechanical engineering calculator for gear ratios, torque, and motor selection. The logic is implemented in 'scripts/script.sh' using Bash wrappers that pass validated numeric inputs to embedded Python scripts for mathematical processing. No evidence of data exfiltration, malicious execution, or prompt injection was found.
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.
The skill may run a local script to perform calculations.
The skill instructs use of a local shell script. This is clearly documented and aligned with the calculator purpose, but it is still local code execution.
bash scripts/script.sh ratio 20 60
Use it when you are comfortable running the included local script, and keep the script source reviewed as part of installation.
The skill may fail or behave inconsistently on systems without the expected Bash/Python runtime.
The included script invokes Python via `python3 -u`, so the runtime dependency is under-declared in the registry requirements.
Required binaries (all must exist): none
The publisher should declare Bash/Python requirements; users should ensure Python 3 is available before using the commands.
