WaveletWorldModel
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to perform local wavelet-based data processing, with only a minor dependency note about manual PyWavelets installation.
This skill looks benign for local wavelet-based state processing. Before installing, be aware that PyWavelets may need to be installed manually; use a trusted package source and pin versions if reproducibility matters.
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.
You may need to manually install a third-party package before the skill works, and an unpinned package version can change over time.
The skill depends on an external Python package, but the registry provides no install spec or pinned requirements. This is expected for the wavelet-processing purpose, but users should install dependencies from trusted sources.
print("Please install it using: pip install PyWavelets")Install PyWavelets from a trusted package index and consider pinning dependency versions in a requirements file if using this skill in a controlled environment.
