Pywayne Maths

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple math-helper skill, with the main thing to notice being that it references a Python module without providing installation or provenance details.

This appears benign for math/reference use. Before relying on the import examples, make sure any pywayne.maths package you use comes from a source you trust, since this artifact does not include the implementation or installation details.

Findings (1)

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.