Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Robotics & Control / MuJoCo
⬡PipelineRobotics & ControlFree

MuJoCo

Fast and accurate physics engine for robotics, biomechanics, and RL research, now open-sourced by DeepMind.

@ai-supply
Installs102k
⟳ upstream 3.10.0 · updated 1mo ago
↗ Source repository
← More Robotics & ControlRobotics & Control leaderboard →How we grade security →Source ↗
✓ Grade A · 95/100 · SafeSecurity assessment
✓No compromise signals20capabilities surfaced1known CVE7of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredBroad capability surfaceExternal endpoints declared
scanned 16d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

MuJoCo

MuJoCo (Multi-Joint dynamics with Contact) is a fast, accurate physics engine originally developed by Emo Todorov and now maintained by Google DeepMind as free open-source software. It is the de-facto standard simulator for robotics and reinforcement learning research, used in thousands of published works.

Key Features

  • Generalised-coordinate articulated body simulation with contacts and friction
  • Native Python bindings (mujoco package on PyPI) with NumPy integration
  • Full access to forward/inverse dynamics, Jacobians, and analytical gradients
  • Passive viewer, offscreen rendering (OpenGL), and MJX GPU-accelerated backend (JAX)
  • XML-based MJCF model format with extensive robot library (humanoids, arms, hands, legged robots)

Quick Start

pip install mujoco
import mujoco
import numpy as np

model = mujoco.MjModel.from_xml_string('<mujoco><worldbody><body><joint/><geom size=".1"/></body></worldbody></mujoco>')
data = mujoco.MjData(model)
for _ in range(100):
    mujoco.mj_step(model, data)
print(data.qpos)
npx ai-supply add mujoco-physics-engine

Curated mirror of the open-source MuJoCo (Apache-2.0). Get it from the source.

Rating rank
#1
of 10 in Robotics & Control
Install rank
#2
of 10 in Robotics & Control
Security score
95/100 · A
safe
Security rank
#8
of 10 in Robotics & Control
Installs
102k
cat avg 59k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Robotics & Control leaderboard →
✓ Security: Safe · 9595/100 · grade Ascanned 16d ago
✓ no compromise signals21 risk-surface · 8/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → mujoco.readthedocs.io, www.apache.org, docs.readthedocs.io, cla.developers.google.com, help.github.com, abseil.io, nunit.org, opensource.google +22
77 steps⚑ uses secretsmujoco.readthedocs.iogithub.comactions/checkout@v6actions/setup-python@v6astral-sh/setup-uv@v8.2.0hendrikmuhs/ccache-action@v1.2.23actions/upload-artifact@v7ilammy/msvc-dev-cmd@v1

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chainmedium
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 17 pip requirements declared · google-deepmind-mujoco-dc7581a/doc/requirements.txtrisk surface
•Dependency manifest — 27 pip requirements declared · google-deepmind-mujoco-dc7581a/mjx/cuda_requirements.txtrisk surface
•Dependency manifest — 263 pip requirements declared · google-deepmind-mujoco-dc7581a/mjx/requirements.txtrisk surface
•Dependency manifest — 805 pip requirements declared · google-deepmind-mujoco-dc7581a/python/build_requirements.txtrisk surface
•Dependency manifest — 22 pip requirements declared · google-deepmind-mujoco-dc7581a/python/make_sdist_requirements.txtrisk surface
•Vulnerable dependencies — 6 known vulnerabilities in: pip@26.1 (CWE-1395)known CVE · -5 pts
⚠LLM05Improper Output Handlingmedium
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — OS command execution · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/codegen/file.py (CWE-78)expected
•Suspicious code patterns — dynamic code execution · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/third_party/mujoco_warp/_src/solver.py (CWE-95)expected
•Suspicious code patterns — pickle deserialization · google-deepmind-mujoco-dc7581a/python/mujoco/bindings_test.py (CWE-502)expected
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 2 distinct host(s) · google-deepmind-mujoco-dc7581a/.github/DISCUSSION_TEMPLATE/Asking-for-Help.yamlrisk surface
•External endpoints declared — 1 distinct host(s) · google-deepmind-mujoco-dc7581a/.github/ISSUE_TEMPLATE/config.ymlrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · google-deepmind-mujoco-dc7581a/.github/workflows/build.yml (CWE-272)risk surface
•External endpoints declared — 3 distinct host(s) · google-deepmind-mujoco-dc7581a/CMakeLists.txtrisk surface
•External endpoints declared — 7 distinct host(s) · google-deepmind-mujoco-dc7581a/CONTRIBUTING.mdrisk surface
•External endpoints declared — 12 distinct host(s) · google-deepmind-mujoco-dc7581a/README.mdrisk surface
•External endpoints declared — 4 distinct host(s) · google-deepmind-mujoco-dc7581a/STYLEGUIDE.mdrisk surface
•External endpoints declared — 6 distinct host(s) · google-deepmind-mujoco-dc7581a/doc/XMLreference.rstrisk surface
•External endpoints declared — 17 distinct host(s) · google-deepmind-mujoco-dc7581a/doc/changelog.rstrisk surface
•External endpoints declared — 8 distinct host(s) · google-deepmind-mujoco-dc7581a/doc/mjwarp/index.rstrisk surface
•External endpoints declared — 5 distinct host(s) · google-deepmind-mujoco-dc7581a/doc/programming/samples.rstrisk surface
•External endpoints declared — 10 distinct host(s) · google-deepmind-mujoco-dc7581a/doc/python.rstrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · google-deepmind-mujoco-dc7581a/plugin/usd_decoder/usd_decoder.cc (CWE-272)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/third_party/mujoco_warp/_src/collision_gjk.py (CWE-835)risk surface
⚠LLM02Sensitive Information Disclosurelow
Secrets, credentials or PII shipped inside the artifact.
•Low-confidence secret match — 2 possible: generic-api-key · google-deepmind-mujoco-dc7581a/src/ui/ui_main.c (CWE-798)risk surface
⚠LLM07System Prompt Leakagelow
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Low-confidence secret match — 2 possible: generic-api-key · google-deepmind-mujoco-dc7581a/src/ui/ui_main.c (CWE-798)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chainmedium
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 17 pip requirements declared · google-deepmind-mujoco-dc7581a/doc/requirements.txtrisk surface
•Dependency manifest — 27 pip requirements declared · google-deepmind-mujoco-dc7581a/mjx/cuda_requirements.txtrisk surface
•Dependency manifest — 263 pip requirements declared · google-deepmind-mujoco-dc7581a/mjx/requirements.txtrisk surface
•Dependency manifest — 805 pip requirements declared · google-deepmind-mujoco-dc7581a/python/build_requirements.txtrisk surface
•Dependency manifest — 22 pip requirements declared · google-deepmind-mujoco-dc7581a/python/make_sdist_requirements.txtrisk surface
•Vulnerable dependencies — 6 known vulnerabilities in: pip@26.1 (CWE-1395)known CVE · -5 pts
⚠ML09Output Integritymedium
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — OS command execution · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/codegen/file.py (CWE-78)expected
•Suspicious code patterns — dynamic code execution · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/third_party/mujoco_warp/_src/solver.py (CWE-95)expected
•Suspicious code patterns — pickle deserialization · google-deepmind-mujoco-dc7581a/python/mujoco/bindings_test.py (CWE-502)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (36) · hygiene / uncategorized
•Unrecognized file type — '.gitignore' is not on the allowlist · google-deepmind-mujoco-dc7581a/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · google-deepmind-mujoco-dc7581a/LICENSErisk surface
•Unrecognized file type — '.cmake' is not on the allowlist · google-deepmind-mujoco-dc7581a/cmake/CheckAvxSupport.cmakerisk surface
•Unrecognized file type — '.patch' is not on the allowlist · google-deepmind-mujoco-dc7581a/cmake/abseil-cpp-source_location.patchrisk surface
•Unrecognized file type — '.in' is not on the allowlist · google-deepmind-mujoco-dc7581a/cmake/mujocoConfig.cmake.inrisk surface
•Unrecognized file type — '.modulemap' is not on the allowlist · google-deepmind-mujoco-dc7581a/dist/module.modulemaprisk surface
•Unrecognized file type — '.rc' is not on the allowlist · google-deepmind-mujoco-dc7581a/dist/mujoco.rcrisk surface
•Unrecognized file type — '.m' is not on the allowlist · google-deepmind-mujoco-dc7581a/doc/_static/FLV.mrisk surface
•Unrecognized file type — '.tex' is not on the allowlist · google-deepmind-mujoco-dc7581a/doc/dcmotor/dcmotor.texrisk surface
•Unrecognized file type — '.bib' is not on the allowlist · google-deepmind-mujoco-dc7581a/doc/dcmotor/refs.bibrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · google-deepmind-mujoco-dc7581a/doc/docutils.confrisk surface
•Unrecognized file type — '.h' is not on the allowlist · google-deepmind-mujoco-dc7581a/doc/includes/references.hrisk surface
•Unrecognized file type — '.clang-format' is not on the allowlist · google-deepmind-mujoco-dc7581a/include/mujoco/.clang-formatrisk surface
•Unrecognized file type — '.stl' is not on the allowlist · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/test_data/barkour_v0/assets/foot.stlrisk surface
•Opaque binary content — non-text payload not statically analyzable · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/test_data/barkour_v0/assets/foot.stlrisk surface
•Unrecognized file type — '.obj' is not on the allowlist · google-deepmind-mujoco-dc7581a/mjx/mujoco/mjx/test_data/shadow_hand/assets/f_distal_pst.objrisk surface
•Unrecognized file type — '.cc' is not on the allowlist · google-deepmind-mujoco-dc7581a/plugin/actuator/pid.ccrisk surface
•Unrecognized file type — '.plist' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/mjpython/Info.plistrisk surface
•Unrecognized file type — '.icns' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/mjpython/mjpython.icnsrisk surface
•Unrecognized file type — '.mm' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/mjpython/mjpython.mmrisk surface
•Unrecognized file type — '.msh' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/testdata/abdomen_1_body.mshrisk surface
•Very high entropy — 7.24 bits/byte suggests packed or encrypted content · google-deepmind-mujoco-dc7581a/python/mujoco/testdata/abdomen_1_body.mshrisk surface
•Unrecognized file type — '.urdf' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/testdata/model.urdfrisk surface
•Unrecognized file type — '.usda' is not on the allowlist · google-deepmind-mujoco-dc7581a/python/mujoco/testdata/simple_usd_preview_surface.usdarisk surface
•Unrecognized file type — '.c' is not on the allowlist · google-deepmind-mujoco-dc7581a/src/engine/engine_callback.crisk surface
•Unrecognized file type — '.cpp' is not on the allowlist · google-deepmind-mujoco-dc7581a/src/experimental/usd/mjcPhysics/actuator.cpprisk surface
•Unrecognized file type — '.inc' is not on the allowlist · google-deepmind-mujoco-dc7581a/src/render/classic/font/back100.incrisk surface
•Unrecognized file type — '.mat' is not on the allowlist · google-deepmind-mujoco-dc7581a/src/render/filament/assets/decor.matrisk surface
•Unrecognized file type — '.ktx' is not on the allowlist · google-deepmind-mujoco-dc7581a/src/render/filament/assets/ibl.ktxrisk surface
•Very high entropy — 7.33 bits/byte suggests packed or encrypted content · google-deepmind-mujoco-dc7581a/src/render/filament/assets/ibl.ktxrisk surface
•Unrecognized file type — '.mjz' is not on the allowlist · google-deepmind-mujoco-dc7581a/test/testdata/model.mjzrisk surface
•Archive disguised as another type — content is a zip but extension is .mjz · google-deepmind-mujoco-dc7581a/test/testdata/model.mjzrisk surface
•Unrecognized file type — '.mtl' is not on the allowlist · google-deepmind-mujoco-dc7581a/test/user/testdata/textured_torus/textured_torus.mtlrisk surface
•Unrecognized file type — '.meta' is not on the allowlist · google-deepmind-mujoco-dc7581a/unity/CHANGELOG.md.metarisk surface
•Unrecognized file type — '.cs' is not on the allowlist · google-deepmind-mujoco-dc7581a/unity/Editor/Bindings/MujocoBinaryRetriever.csrisk surface
•Unrecognized file type — '.asmdef' is not on the allowlist · google-deepmind-mujoco-dc7581a/unity/Editor/Mujoco.Editor.asmdefrisk surface
✔ verified source · pinned google-deepmind-mujoco-dc7581a
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/mujoco-physics-engine/check). Click a policy:

Consume MuJoCo programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/mujoco-physics-engine

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/mujoco-physics-engine/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add mujoco-physics-engine

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/mujoco-physics-engine/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "mujoco-physics-engine" })
OpenAPI spec →
vlatest
✓ Security: Safe · 951mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy