Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/index.js:409
- Evidence
execFile(command, args, {
Security audit
Security checks for vulnerabilities and agentic risk
This package coherently implements a llama.cpp model provider with disclosed local server setup, model downloads, and optional external-server authentication.
Install only if you want OpenClaw to manage or connect to a llama.cpp server. During setup, review the prompts because managed mode can download multi-GB model/runtime files and external-server mode may store an API key for that server.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.dangerous_exec, suspicious.exposed_secret_literal
execFile(command, args, {const apiKey = [REDACTED]) ? await resolveLlamaServerRuntimeApiKey({ config: ctx.config }) : void 0;