Pywayne Visualization Rerun Utils
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.
Using the skill may fetch and run third-party visualization code, so the package source and version matter.
The skill discloses that use depends on a third-party SDK that may be downloaded through gettool, while no install specification or pinned source is provided in the artifacts.
- **Dependencies**: Requires Rerun SDK (auto-downloaded via `gettool`)
Verify the Rerun SDK/gettool source and version before use, and prefer pinned or trusted package sources where possible.
Running the documented setup may open or start a local Rerun viewer.
The example initializes Rerun with spawning enabled, which can start a local viewer process. This is expected for visualization but should be deliberate.
rr.init('my_app', spawn=True)Use this in an environment where launching the viewer is acceptable, and adjust Rerun initialization options if you do not want a spawned viewer.
