Quant Simulation Toolkit
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.
Users have less information for verifying where the skill came from before running its included scripts.
The package has limited provenance metadata, although the artifacts do not show a remote installer, obfuscated dependency, or automatic execution path.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Review the included scripts and install only standard dependencies from trusted package sources before use.
Running the skill executes local numerical Python scripts, but the visible code is simulation-only and does not show network, credential, or destructive behavior.
The skill is explicitly designed to run local Python code; this is expected and purpose-aligned for simulation tools, but users should recognize that invoking it executes code on their machine.
Each file runs standalone with `python3 <file>.py` and prints a formatted demo.
Run it in a normal project environment or virtual environment, especially if installing numpy/scipy first.
