quantum-sim
v1.0.0Simulate quantum circuits up to 20 qubits with common gates, built-in presets, QASM input, and output statevector plus measurement probabilities.
⭐ 0· 242·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script: a pure-Python statevector simulator up to 20 qubits. Minor metadata mismatch: the SKILL.md's embedded metadata lists python3 as a required binary while the registry metadata (top-level) shows no required binaries — functionally the simulator does require Python 3 to run, which is reasonable for its stated purpose.
Instruction Scope
SKILL.md instructs running the bundled script with flags or providing a QASM file; the runtime actions are limited to local simulation, reading a user-supplied circuit file, and printing statevector/probabilities/JSON. There are no instructions to collect unrelated system data or transmit results to external endpoints.
Install Mechanism
No install spec is provided (instruction-only behavior); the skill includes a Python script shipped in the bundle. Nothing is downloaded or executed from external URLs.
Credentials
The skill declares no required environment variables or credentials and the script shown does not access environment secrets. Optional performance improvement if numpy is present is documented. Requested privileges are proportional to the functionality.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. Model invocation is enabled (the platform default); this is normal and not by itself a red flag.
Assessment
This skill runs a bundled Python script locally to simulate quantum circuits; it does not request credentials or access the network in the code shown. Before installing, ensure you are comfortable running code with your agent's permissions (the script will execute under Python 3). Do not pass paths to sensitive system files as --qasm-file (it will read any file you tell it to). If you want stricter control, disable autonomous model invocation for this skill so it cannot be called without your explicit prompt. If you need extra assurance, inspect the remainder of scripts/quantum_sim.py (the file was truncated in the listing) to verify there are no hidden network or filesystem operations beyond reading the circuit file and printing results.Like a lobster shell, security has layers — review code before you run it.
latestvk9793x605pw143wenwae9d62yn82mkdj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
