Pywayne Maths

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: maths Version: 0.1.0 The skill bundle describes mathematical utility functions for factorization, digit counting, and large integer multiplication. The `SKILL.md` file provides clear documentation and examples for these functions, which are purely computational and operate on integer inputs. There is no evidence of prompt injection attempts against the AI agent, nor any mention or implication of file system access, network communication, environment variable access, or system command execution. All described operations are benign and align with the stated purpose of a 'maths' skill.

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

If the referenced Python package is not already trusted in the user's environment, installing or importing it from an unknown source could introduce normal dependency risk.

Why it was flagged

The skill examples depend on an external Python module, while the provided artifacts include no code files or install specification. This is not suspicious by itself, but users should confirm the dependency provenance if they install or use it.

Skill content
from pywayne.maths import get_all_factors, digitCount, karatsuba_multiplication
Recommendation

Verify the pywayne.maths package source and install method before using the examples; otherwise treat the skill as documentation only.