Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- scripts/install-sidecar.mjs:50
- Evidence
const result = spawnSync(command, args, {
Security audit
Security checks for vulnerabilities and agentic risk
This is a coherent local MLX sidecar helper, but using its managed setup runs local helper processes, downloads external model/sidecar artifacts, and can pass retrieved memory snippets into the sidecar.
Install this if you want a local Apple Silicon delta-mem sidecar and are comfortable running its helper scripts. Before using managed install, review or trust the external sidecar repository and Hugging Face artifacts. Keep the sidecar URL local or trusted, and remember that attention-state memory lookup is enabled by default in the generated provider config.
Detected: suspicious.dangerous_exec, suspicious.install_untrusted_source
const result = spawnSync(command, args, {const child = spawn(python, [
"default": "http://127.0.0.1:8765",