loki-mode
npm
v9.22.12
Published by asklokesh — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
Loki Mode by Autonomi. Autonomous spec-to-product system: takes a PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief to a deployed app via the RARV-C closure loop with 8 quality gates. Provider-agnostic (Claude Code, OpenAI Codex, Cline, Aider).
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
In the server's implementation (`memory/ingest.py:85`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: "/credentials", "/.netrc", "/.npmrc", "/.pypirc", ) _SENSITIVE_PATH_BASENAMES = ( ".env", ".env.l
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server memory/ingest.py
In the server's implementation (`loki-ts/dist/loki.js:991`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: code.process(k,N);let _=Function(`${Y.default.self}`,`${Y.default.scope}`,k)(this,this.scope.get());if(this.scope.value(
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server loki-ts/dist/loki.js
In the server's implementation (`agents/hub_install.py:420`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: MPT"] = "0" subprocess.run( ["git", "clone", "--depth", "1", "--no-tags", source, tmp],
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server agents/hub_install.py
In the server's implementation (`api/server.js:29`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: st { spawn } = require('child_process'); const { EventEmitter } = require('events'); //================================
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server api/server.js
In the server's implementation (`api/test.js:29`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: , execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); //====================
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server api/test.js
In the server's implementation (`autonomy/api-server.js:32`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: , execSync } = require('child_process'); // Validate port number is in valid range function isValidPort(port) { ret
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/api-server.js
In the server's implementation (`autonomy/checklist-verify.py:136`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: proc = subprocess.run( cmd, cwd=project_dir,
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/checklist-verify.py
In the server's implementation (`autonomy/lib/checkpoint_sync.py:79`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try: proc = subprocess.run( ["git", *args], cwd=cwd, stdout=subprocess.P
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/lib/checkpoint_sync.py
In the server's implementation (`autonomy/lib/crash_capture.py:61`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: urn None proc = subprocess.run( [exe, "--version"], capture_output=True, tex
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/lib/crash_capture.py
In the server's implementation (`autonomy/lib/deadline.py:604`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ble") process = subprocess.Popen( [sys.executable, "-c", _EXEC_BOOTSTRAP, str(gate_read), *command],
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/lib/deadline.py
In the server's implementation (`autonomy/lib/effort_estimator.py:281`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try: out = subprocess.run( base, capture_output=True, text=True, timeout=timeout, s
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/lib/effort_estimator.py
In the server's implementation (`autonomy/lib/fast_verify.py:171`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: r: try: p = subprocess.run(["git"] + args, cwd=cwd, capture_output=True, text=Tru
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server autonomy/lib/fast_verify.py
In the server's implementation (`web-app/dist/assets/HomePage-CVJcI5pQ.js:27`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ait Promise.allSettled([fetch(`https://api.github.com/repos/${W}`),fetch(`https://api.github.com/repos/${W}/contributors
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server web-app/dist/assets/HomePage-CVJcI5pQ.js
In the server's implementation (`loki-ts/dist/loki.js:1141`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: y{Q=await fW0(Z)??await import(Z)}catch{return null}for(let Y of X)if(typeof Q[Y]!=="function"){let J=Q[Y]===void 0?"mis
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server loki-ts/dist/loki.js
In the server's implementation (`web-app/dist/assets/index-CLvjO22Z.js:61`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: c[i.id];try{let r=await import(i.module);return c[i.id]=r,r}catch(r){return console.error(`Error loading route module \`
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server web-app/dist/assets/index-CLvjO22Z.js
Each tool and what it can reach — statically extracted from the published source.
mem_getingests untrusted inputloki_agent_metricsno sensitive capabilityloki_checkpoint_restoreno sensitive capabilityloki_code_searchno sensitive capabilityloki_code_search_statsno sensitive capabilityloki_complete_taskno sensitive capabilityloki_consolidate_memoryno sensitive capabilityloki_counter_evidence_templateno sensitive capabilityloki_findingsno sensitive capabilityloki_get_co_changesno sensitive capabilityloki_get_doc_coverageno sensitive capabilityloki_get_hotspotsno sensitive capabilityloki_graph_queryno sensitive capabilityloki_learningsno sensitive capabilityloki_memory_capture_session_summaryno sensitive capabilityloki_memory_redactno sensitive capabilityloki_memory_retrieveno sensitive capabilityloki_memory_store_patternno sensitive capabilityloki_metrics_efficiencyno sensitive capabilityloki_project_statusno sensitive capabilityloki_quality_reportno sensitive capabilityloki_start_projectno sensitive capabilityloki_state_getno sensitive capabilityloki_task_queue_addno sensitive capabilityloki_task_queue_listno sensitive capabilityloki_task_queue_updateno sensitive capabilityloki_verify_fastno sensitive capabilitylsp_check_existsno sensitive capabilitylsp_find_definition_by_nameno sensitive capabilitylsp_find_referencesno sensitive capabilitylsp_get_diagnosticsno sensitive capabilitylsp_go_to_definitionno sensitive capabilitylsp_symbol_at_positionno sensitive capabilitylsp_workspace_symbolsno sensitive capabilitymem_searchno sensitive capabilitymem_timelineno sensitive capabilityScan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v9.22.12 latest |
A 93/100 | 15 | 1.13.0 | 2026-09-09 |
v9.22.11 |
A 93/100 | 15 | 1.12.1 | 2026-08-19 |
v9.22.10 |
A 93/100 | 15 | 1.12.1 | 2026-08-18 |
v9.22.7 |
A 93/100 | 15 | 1.12.1 | 2026-08-17 |
v9.22.5 |
A 93/100 | 15 | 1.12.1 | 2026-08-16 |
v9.22.3 |
A 93/100 | 15 | 1.12.1 | 2026-08-14 |
v9.22.2 |
A 93/100 | 15 | 1.12.1 | 2026-08-13 |
v9.21.0 |
A 93/100 | 15 | 1.12.1 | 2026-08-12 |
v9.19.1 |
A 93/100 | 15 | 1.12.1 | 2026-08-10 |
v9.12.6 |
A 93/100 | 15 | 1.12.1 | 2026-08-07 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan loki-mode --online
Hotel booking MCP server — 300K+ properties, real confirmation numbers, loyalty programs. Builders monetize every booking via Stripe Connect. The first MCP server that completes real hotel reservations inside AI conversations.
Manage AdGuard Home through AI assistants
Read-only Azure DevOps for MCP clients using only your existing browser session — no PAT, no Azure CLI. Browse work items, pull requests, comments, attachments and Artifacts feeds across every project, repo and feed you can access.
MCP server for Adobe Experience Manager Assets integration development
Servidor MCP para el tiempo oficial de España (API pública OpenData de AEMET). Predicción, observación y avisos como herramientas MCP tipadas.
A standalone MCP stdio bridge for Affinity by Canva's local MCP SSE server.