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.

What this means

Users have less information for verifying where the skill came from before running its included scripts.

Why it was flagged

The package has limited provenance metadata, although the artifacts do not show a remote installer, obfuscated dependency, or automatic execution path.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Review the included scripts and install only standard dependencies from trusted package sources before use.

What this means

Running the skill executes local numerical Python scripts, but the visible code is simulation-only and does not show network, credential, or destructive behavior.

Why it was flagged

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.

Skill content
Each file runs standalone with `python3 <file>.py` and prints a formatted demo.
Recommendation

Run it in a normal project environment or virtual environment, especially if installing numpy/scipy first.