openPASO (formerly OASiS): an MCP server that lets an AI model run nine finite-element and multiphysics codes, with curated knowledge, verified execution and cross-code coupling. Under active development; contributions welcome.
- capability exposure inferred + 35
- tool safety inferred + 7
inferred
The A–E grade is our heuristic synthesis — a "review this" prompt, not a verdict. Each factor is tagged by what backs it: attested (a verifiable record), reported (a third party's claim), or inferred (our own heuristic, e.g. permissions). See methodology.
grade last moved 2d ago · see ecosystem CVEs →
No known CVEs for this server.
- medium dangerous code
dynamic exec: eval()/exec(), __import__()
- low exfiltration combo
sensitive read and network capabilities split across this server's tools
analyzed commit f231bf2 · analyzer v33 · 12m ago
skills & prompt files 3
danger signals5
- dynamic code execution eval()/exec() Hereon-InstituteMS-openPASO-f231bf2/data/coupling_participants/participant_fsi_solid_fourc.py :206
v = eval(e.replace("^", "**"), {"__builtins__": {}}, - dynamic code execution __import__() Hereon-InstituteMS-openPASO-f231bf2/src/core/autodiscovery.py :59
mod = __import__(import_name) - dynamic code execution eval()/exec() Hereon-InstituteMS-openPASO-f231bf2/src/core/residual_gate.py :126
value = eval(code, {"__builtins__": {}}, env) # noqa: S307 - dynamic code execution __import__() Hereon-InstituteMS-openPASO-f231bf2/src/tools/consolidated.py :8728
mod = __import__(where[0], fromlist=[where[1]]) - dynamic code execution eval()/exec() Hereon-InstituteMS-openPASO-f231bf2/src/tools/pde_consistency.py :208
out = eval(expr, {"__builtins__": {}}, env) # noqa: S307
Heuristic, inferred signals — false positives (legitimately powerful tools, forks, language ports) are expected. Treat each as "review this", not a verdict. See the ecosystem-wide picture on the security hub, or the fleet security of Hereon-InstituteMS.