Quant Simulation Toolkit
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: quant-sim-toolkit Version: 1.0.0 The skill bundle contains Python scripts for quantitative finance simulations, a shell script to run them, and documentation. All code uses standard libraries (`numpy`, `scipy`) for numerical computation, performs no external network calls, file system modifications beyond standard output, or execution of arbitrary commands. The `SKILL.md` and other markdown files are descriptive and do not contain any prompt injection attempts or instructions for malicious behavior. The `requirements.txt` specifies benign, widely-used dependencies. The entire package aligns with its stated purpose of providing a 'Quant Simulation Toolkit' without any high-risk behaviors.
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.
