Pywayne Maths

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.