npm analyzed 4.34.0

shieldcortex

v4.34.0
npm

Trustworthy memory and security for AI agents. Recall debugging, review queue, OpenClaw session capture, and memory poisoning defence for Claude Code, Codex, OpenClaw, LangChain, and MCP agents.

maintainer
cyborgninja
license
MIT
first seen
2026-06-02
last seen
2026-06-16
releases · 30d
43
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio · streamable-http · http counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

code evidence v4.34.0 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 75

  • fs package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[turbopack]_runtime.js :569 const { createReadStream } = require('fs');
  • fs package/dist/api/routes/admin.js :9 import { existsSync, readFileSync, readdirSync } from 'fs';
  • fs package/dist/api/routes/memories.js :3 import { existsSync, readdirSync, readFileSync } from 'fs';
  • fs package/dist/api/routes/system.js :11 import { existsSync } from 'fs';
  • fs package/dist/api/routes/xray.js :2 import fs from 'fs';
  • fs package/dist/api/session-token.js :9 import { readFileSync, writeFileSync, unlinkSync, existsSync, mkdirSync, chmodSync } from 'fs';
  • fs package/dist/api/version.js :7 import { readFileSync } from 'fs';
  • fs package/dist/api/visualization-server.js :10 import { existsSync, unlinkSync } from 'fs';
  • fs package/dist/audit/dependency-scanner.js :21 import { readdirSync, readFileSync, existsSync, mkdirSync, renameSync, rmSync, writeFileSync } from 'fs';
  • fs package/dist/audit/env-scanner.js :10 import { existsSync, readFileSync, readdirSync, statSync } from 'fs';
  • fs package/dist/audit/mcp-config-scanner.js :9 import { existsSync, readFileSync } from 'fs';
  • fs package/dist/audit/memory-scanner.js :11 import { existsSync, readdirSync, readFileSync, statSync } from 'fs';
  • fs package/dist/audit/rules-file-scanner.js :12 import { existsSync, readFileSync, statSync } from 'fs';
  • fs package/dist/cli/doctor.js :5 import fs from 'fs';
  • fs package/dist/cli/import-jsonl.js :14 import { existsSync } from 'fs';
  • fs package/dist/cli/iron-dome.js :12 import fs from 'fs';
  • fs package/dist/cli/memory.js :19 import fs from 'fs';
  • fs package/dist/cli/review-copilot.js :1 import { existsSync, readdirSync, rmSync, readFileSync } from 'fs';
  • fs package/dist/cli/stats-command.js :10 import { existsSync } from 'fs';
  • fs package/dist/cli/update.js :14 import fs from 'fs';
  • fs package/dist/cli/upsell-state.js :10 import fs from 'fs';
  • fs package/dist/cloud/config.js :1 import { readFileSync, writeFileSync, mkdirSync, existsSync, chmodSync, statSync, renameSync, rmSync } from 'fs';
  • fs package/dist/context/derive-project-key.js :16 import { existsSync, readFileSync, statSync } from 'fs';
  • fs package/dist/cortex/store.js :6 import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs';
  • fs package/dist/database/init.js :5 import { existsSync, mkdirSync, readFileSync, statSync, writeFileSync, unlinkSync, renameSync, copyFileSync, readdirSync, openSync, closeSync, realpathSync } from 'fs';
  • fs package/dist/defence/judge/runner.js :3 import { existsSync } from 'fs';
  • fs package/dist/defence/judge/telemetry.js :1 import { appendFileSync, chmodSync, mkdirSync } from 'fs';
  • fs package/dist/defence/skill-scanner/discover.js :8 import { existsSync, readdirSync } from 'fs';
  • fs package/dist/defence/skill-scanner/parser.js :11 import * as fs from 'node:fs';
  • fs package/dist/embeddings/generator.js :11 import { existsSync } from 'fs';
  • fs package/dist/index.js :71 import fs from 'fs';
  • fs package/dist/integrations/openclaw-plugin-state.js :1 import fs from 'fs';
  • fs package/dist/integrations/openclaw.js :2 import { mkdir, readdir, readFile, writeFile } from 'fs/promises';
  • fs package/dist/license/cli.js :11 import { existsSync } from 'fs';
  • fs package/dist/license/store.js :12 import { readFileSync, writeFileSync, existsSync, unlinkSync, mkdirSync, statSync } from 'fs';
  • fs package/dist/license/trial.js :8 import { readFileSync, writeFileSync, existsSync, mkdirSync } from 'fs';
  • fs package/dist/memory/backup.js :1 import fs from 'fs';
  • fs package/dist/service/install.js :9 import fs from 'fs';
  • fs package/dist/sessions/glob.js :19 import { readdirSync, statSync } from 'fs';
  • fs package/dist/sessions/import-jsonl.js :31 import { openSync, readSync, closeSync, existsSync } from 'fs';
  • fs package/dist/setup/claude-md.js :11 import fs from 'fs';
  • fs package/dist/setup/codex.js :8 import fs from 'fs';
  • fs package/dist/setup/copilot.js :8 import fs from 'fs';
  • fs package/dist/setup/deep-clean.js :17 import fs from 'fs';
  • fs package/dist/setup/doctor.js :4 import fs from 'fs';
  • fs package/dist/setup/hooks.js :10 import fs from 'fs';
  • fs package/dist/setup/json-config.js :16 import fs from 'fs';
  • fs package/dist/setup/migrate.js :7 import fs from 'fs';
  • fs package/dist/setup/openclaw.js :8 import fs from 'fs';
  • fs package/dist/setup/quickstart.js :8 import fs from 'fs';
  • fs package/dist/setup/status.js :6 import fs from 'fs';
  • fs package/dist/setup/uninstall.js :9 import fs from 'fs';
  • fs package/dist/worker/brain-worker.js :26 import { existsSync, mkdirSync, writeFileSync, readFileSync } from 'fs';
  • fs package/dist/xray/activity.js :1 import fs from 'fs';
  • fs package/dist/xray/dir-scanner.js :7 import fs from 'fs';
  • fs package/dist/xray/file-scanner.js :8 import fs from 'fs';
  • fs package/dist/xray/findings-store.js :7 import fs from 'fs';
  • fs package/dist/xray/index.js :10 import fs from 'fs';
  • fs package/dist/xray/npm-inspector.js :9 import fs from 'fs';
  • fs package/dist/xray/preinstall.js :10 import fs from 'fs';
  • fs package/dist/xray/watch.js :7 import fs from 'fs';
  • fs package/hooks/openclaw/cortex-memory/handler.ts :10 import fs from "node:fs/promises";
  • fs package/hooks/openclaw/cortex-memory/runtime.mjs :2 import fs from "node:fs/promises";
  • fs package/scripts/ensure-bin-executable.mjs :3 import { chmodSync, existsSync, statSync } from 'fs';
  • fs package/scripts/lib/auto-memory-config.mjs :1 import { existsSync, readFileSync } from 'fs';
  • fs package/scripts/lib/precompact-log.mjs :21 import { existsSync, mkdirSync, readFileSync, renameSync, unlinkSync, writeFileSync } from 'fs';
  • fs package/scripts/lib/project-key.mjs :15 import { existsSync, readFileSync, statSync } from 'fs';
  • fs package/scripts/lib/recall-log.mjs :32 import { existsSync, mkdirSync, readFileSync, renameSync, unlinkSync, writeFileSync } from 'fs';
  • fs package/scripts/lib/transcript-reader.mjs :1 import { existsSync, openSync, readSync, closeSync, statSync } from 'fs';
  • fs package/scripts/postinstall.mjs :12 import { existsSync, copyFileSync, mkdirSync, readdirSync, readFileSync, writeFileSync } from 'fs';
  • fs package/scripts/pre-compact-hook.mjs :15 import { existsSync, mkdirSync, readdirSync, statSync } from 'fs';
  • fs package/scripts/prompt-recall-hook.mjs :14 import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs';
  • fs package/scripts/session-end-hook.mjs :25 import { existsSync, mkdirSync } from 'fs';
  • fs package/scripts/session-start-hook.mjs :22 import { existsSync, readFileSync } from 'fs';
  • fs package/scripts/stop-hook.mjs :20 import { existsSync, mkdirSync, openSync, readSync, closeSync, statSync, writeFileSync } from 'fs';

shell / exec 26

  • shell package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__9d976219._.js :1 module.exports=[19894,a=>{"use strict";var b,c=((b={}).PAGES="PAGES",b.PAGES_API="PAGES_API",b.APP_PAGE="APP_PAGE",b.APP_ROUTE="APP_ROUTE",b.IMAGE="IMAGE",b);a.s(["RouteKind",()=>c])},59676,a=>{"use s
  • shell package/dashboard/.next/standalone/dashboard/.next/static/chunks/364656baa57adaa7.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,92177,(e,n,r)=>{"use strict";n.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},1
  • shell package/dist/api/routes/xray.js :1 import { execFile, spawn } from 'child_process';
  • shell package/dist/api/version.js :6 import { execSync, exec } from 'child_process';
  • shell package/dist/audit/dependency-scanner.js :23 import { execSync } from 'child_process';
  • shell package/dist/audit/env-scanner.js :13 import { execFileSync } from 'node:child_process';
  • shell package/dist/cli/update.js :13 import { spawn } from 'child_process';
  • shell package/dist/database/init.js :9 import { execSync } from 'child_process';
  • shell package/dist/defence/firewall/anomaly-scorer.js :11 const CODE_INDICATORS = /[{}()\[\];=<>|&$`\\]/g;
  • shell package/dist/defence/skill-scanner/patterns.js :180 /require\s*\(\s*['"]child_process['"]\s*\)/,
  • shell package/dist/defence/skill-scanner/scan-skill.js :30 dangerous_require: 'Imports dangerous Node.js modules (child_process, net)',
  • shell package/dist/index.js :67 import { spawn } from 'child_process';
  • shell package/dist/service/install.js :12 import { execSync } from 'child_process';
  • shell package/dist/setup/claude-md.js :14 import { execSync } from 'child_process';
  • shell package/dist/setup/codex.js :72 return new RegExp(`^\\[mcp_servers\\.${escapeRegExp(SERVER_NAME)}\\]\\r?$`, 'm').test(content);
  • shell package/dist/setup/deep-clean.js :20 import { execSync } from 'child_process';
  • shell package/dist/setup/hooks.js :8 import { spawn } from 'child_process';
  • shell package/dist/setup/json-config.js :18 import { execSync } from 'child_process';
  • shell package/dist/setup/migrate.js :10 import { execSync } from 'child_process';
  • shell package/dist/setup/native-binding.js :30 import { spawn } from 'child_process';
  • shell package/dist/setup/openclaw.js :11 import { execSync, spawnSync } from 'child_process';
  • shell package/dist/xray/guidance.js :30 whatItMeans: 'This file runs shell commands using child_process, exec, or spawn. It can execute anything your terminal can — install software, delete files, or send data to external servers.',
  • shell package/dist/xray/patterns.js :36 description: 'Code executes shell commands via child_process or similar APIs.',
  • shell package/hooks/openclaw/cortex-memory/runtime.mjs :1 import { execFile } from "node:child_process";
  • shell package/scripts/postinstall.mjs :15 import { spawnSync } from 'child_process';
  • shell package/scripts/run-jest.mjs :3 import { spawn } from 'child_process';

network 35

  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_@tanstack_785e068c._.js :1 module.exports=[15896,2655,a=>{"use strict";var b={setTimeout:(a,b)=>setTimeout(a,b),clearTimeout:a=>clearTimeout(a),setInterval:(a,b)=>setInterval(a,b),clearInterval:a=>clearInterval(a)},c=new class{
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_c9fe89e1._.js :4 - Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`))}function aa(a,b,c,d){if(d.syncDynamicErrorWithStack)throw _(a,d.syncDynamicErrorWithStack),new j.
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_0984e28b._.js :4 - Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`))}function aa(a,b,c,d){if(d.syncDynamicErrorWithStack)throw _(a,d.syncDynamicErrorWithStack),new j.
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_d7bbb1c6._.js :1 module.exports=[16912,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={assign:function(){return i},searchParamsToUrlQuery:function(){return f},urlQueryToSearchParams:func
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_esm_8b94d72c._.js :4 - Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`))}function af(a,b,c,d){if(d.syncDynamicErrorWithStack)throw ae(a,d.syncDynamicErrorWithStack),new g
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__801e783f._.js :1 module.exports=[18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__883523b7._.js :8 Original Message: ${d}`);console.error(`Route ${b} errored during ${c}. These errors are normally ignored and may not prevent the route from prerendering but are logged here because build debugging is
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__8930a320._.js :1 module.exports=[18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},14865,(a,b,
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_92148040._.js :1 module.exports=[64565,52814,a=>{"use strict";function b(){for(var a,b,c=0,d="",e=arguments.length;c<e;c++)(a=arguments[c])&&(b=function a(b){var c,d,e="";if("string"==typeof b||"number"==typeof b)e+=b
  • net package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_components_settings_SettingsView_tsx_16dc83a7._.js :1 module.exports=[58787,a=>{"use strict";var b=a.i(16306),c=a.i(52181),d=a.i(98419),e=a.i(13106),f=a.i(70694);let g=(0,f.default)("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/3729c748a4361c1f.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,76490,2941,e=>{"use strict";function t(){for(var e,t,r=0,o="",s=arguments.length;r<s;r++
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/4ddb24d8ce3b8617.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,90976,(t,e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),Object.def
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/8a5b61fd5e1bbcfa.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,60904,62422,t=>{"use strict";t.i(22534);var e={setTimeout:(t,e)=>setTimeout(t,e),clearTi
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/9e56d1f8f4d7adcb.js :4 - Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`))}function ee(e,t,r,n){if(n.syncDynamicErrorWithStack)throw Q(e,n.syncDynamicErrorWithStack),new c.
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/c02a69e6a6678ecb.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42424,e=>{"use strict";var t=e.i(27493),s=e.i(16871),r=e.i(4),a=e.i(53615),c=e.i(24929);
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/c55c1a1a956d2aff.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,87927,e=>{"use strict";let t="shieldcortex.graph.intensity",r=new Set(["subtle","moderat
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/e281719dbabcca1d.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,60114,(e,t,r)=>{"use strict";var n=e.r(9854),a={stream:!0},l=Object.prototype.hasOwnProp
  • net package/dashboard/.next/standalone/dashboard/.next/static/chunks/turbopack-768a6a8b9db952e0.js :4 importScripts(...self.TURBOPACK_NEXT_CHUNK_URLS.map(c => self.TURBOPACK_WORKER_LOCATION + c).reverse());`],{type:"text/javascript"});return URL.createObjectURL(t)};let x=/\.js(?:\?[^#]*)?(?:#.*)?$/,N=
  • net package/dist/api/routes/admin.js :590 const response = await fetch(`${config.cloudBaseUrl}/v1/quarantine/ingest`, {
  • net package/dist/api/visualization-server.js :9 import { createServer } from 'http';
  • net package/dist/audit/dependency-scanner.js :62 { regex: /\bfetch\s*\(/i, label: 'fetch() (HTTP request)' },
  • net package/dist/cli/doctor.js :448 const response = await fetch('http://localhost:3001/api/health', { signal: controller.signal });
  • net package/dist/cloud/graph-sync.js :65 const res = await fetch(`${config.cloudBaseUrl}/v1/sync/graph`, {
  • net package/dist/cloud/iron-dome-sync.js :49 fetch(`${config.cloudBaseUrl}/v1/iron-dome/patterns/sync`, {
  • net package/dist/cloud/memory-sync.js :96 const res = await fetch(`${config.cloudBaseUrl}/v1/sync/memories`, {
  • net package/dist/cloud/quarantine-sync.js :49 fetch(url, {
  • net package/dist/cloud/sync-queue.js :326 const res = await fetch(`${config.cloudBaseUrl}${request.path}`, {
  • net package/dist/cloud/sync.js :66 track(fetch(`${config.cloudBaseUrl}/v1/devices/heartbeat`, {
  • net package/dist/cloud/verify.js :48 fetch(`${cloudConfig.cloudBaseUrl}/v1/verify`, {
  • net package/dist/environment/fetcher.js :40 const res = await fetch(current.toString(), {
  • net package/dist/events/webhooks.js :47 fetch(webhook.url, {
  • net package/dist/index.js :69 import http from 'http';
  • net package/dist/license/validate.js :35 const res = await fetch(`${baseUrl}/v1/license/validate?sid=${encodeURIComponent(sid)}`, { signal: controller.signal });
  • net package/dist/xray/npm-inspector.js :8 import https from 'https';
  • net package/scripts/lib/dashboard-hint.mjs :14 import http from 'node:http';

secrets 3

  • secrets package/dist/context/derive-project-key.js :117 if (process.env.SHIELDCORTEX_PROJECT_KEY) {
  • secrets package/dist/context/project-context.js :36 const envProject = process.env.SHIELDCORTEX_PROJECT_KEY || process.env.CLAUDE_MEMORY_PROJECT;
  • secrets package/scripts/lib/project-key.mjs :122 if (process.env.SHIELDCORTEX_PROJECT_KEY) {

database 10

  • db package/dist/cli/doctor.js :94 const Database = require('better-sqlite3');
  • db package/dist/database/better-sqlite3-guard.js :29 /** The original error raised by `require('better-sqlite3')`. */
  • db package/dist/setup/doctor.js :52 const Database = require('better-sqlite3');
  • db package/dist/setup/native-binding.js :52 const Database = require('better-sqlite3');
  • db package/scripts/postinstall.mjs :136 const Database = require('better-sqlite3');
  • db package/scripts/pre-compact-hook.mjs :14 import Database from 'better-sqlite3';
  • db package/scripts/prompt-recall-hook.mjs :12 import Database from 'better-sqlite3';
  • db package/scripts/session-end-hook.mjs :24 import Database from 'better-sqlite3';
  • db package/scripts/session-start-hook.mjs :21 import Database from 'better-sqlite3';
  • db package/scripts/stop-hook.mjs :19 import Database from 'better-sqlite3';

tool registrations 31

  • remember package/dist/server.js :169
  • recall package/dist/server.js :213
  • forget package/dist/server.js :245
  • get_context package/dist/server.js :269
  • start_session package/dist/server.js :289
  • end_session package/dist/server.js :303
  • consolidate package/dist/server.js :320
  • memory_stats package/dist/server.js :357
  • get_memory package/dist/server.js :369
  • export_memories package/dist/server.js :383
  • import_memories package/dist/server.js :397
  • get_related package/dist/server.js :429
  • link_memories package/dist/server.js :445
  • set_project package/dist/server.js :460
  • get_project package/dist/server.js :474
  • detect_contradictions package/dist/server.js :487
  • graph_query package/dist/server.js :532
  • graph_entities package/dist/server.js :538
  • graph_explain package/dist/server.js :544
  • audit_query package/dist/server.js :553
  • quarantine_review package/dist/server.js :566
  • defence_stats package/dist/server.js :605
  • scan_tool_response package/dist/server.js :641
  • scan_memories package/dist/server.js :696
  • scan_skill package/dist/server.js :711
  • iron_dome_status package/dist/server.js :749
  • iron_dome_scan package/dist/server.js :784
  • iron_dome_check package/dist/server.js :807
  • iron_dome_activate package/dist/server.js :835
  • iron_dome_emergency_stop package/dist/server.js :856
  • iron_dome_resume package/dist/server.js :871

install hooks 7

  • prepublishOnly package/dashboard/.next/standalone/dashboard/node_modules/@next/env/package.json :29 cd ../../ && turbo run build
  • prepack package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/package.json :11 zx ./scripts/build.js
  • prepublishOnly package/dashboard/.next/standalone/dashboard/node_modules/next/package.json :83 cd ../../ && turbo run build
  • prepublishOnly package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/package.json :34 yarn build && yarn test && yarn lint --quiet
  • postinstall package/package.json :48 node scripts/postinstall.mjs
  • prepack package/package.json :68 node scripts/ensure-bin-executable.mjs
  • prepublishOnly package/package.json :71 node scripts/sync-plugin-version.mjs --check && npm run build && npm run test:dist

declared dependencies 20

  • @modelcontextprotocol/sdk@^1.0.0
  • better-sqlite3@^12.0.0
  • cors@^2.8.5
  • express@^4.21.0
  • safe-regex2@^5.0.0
  • semver@^7.7.0
  • ws@^8.18.0
  • zod@^3.23.0
  • @types/better-sqlite3@^7.6.11
  • @types/cors@^2.8.17
  • @types/express@^5.0.0
  • @types/jest@^30.0.0
  • @types/node@^22.0.0
  • @types/semver@^7.7.0
  • @types/ws@^8.5.13
  • jest@^30.2.0
  • ts-jest@^29.4.6
  • tsx@^4.19.0
  • typescript@^5.6.0
  • @huggingface/transformers@^3.7.2

obfuscation 5

  • dynamic require()/import() package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[turbopack]_runtime.js :512 raw = await import(id);
  • dynamic require()/import() package/dist/setup/doctor.js :203 const pkg = require(path.resolve(__dirname, '..', '..', 'package.json'));
  • dynamic require()/import() package/hooks/openclaw/cortex-memory/runtime.mjs :127 const mod = await import(pathToFileURL(wrapperPath).href);
  • dynamic require()/import() package/scripts/lib/capture-prompt.mjs :128 import(credentialUrl),
  • dynamic require()/import() package/scripts/lib/save-memory.mjs :252 import(pipelineUrl),

perm:untrusted 5

  • untrusted package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_92148040._.js :1 module.exports=[64565,52814,a=>{"use strict";function b(){for(var a,b,c=0,d="",e=arguments.length;c<e;c++)(a=arguments[c])&&(b=function a(b){var c,d,e="";if("string"==typeof b||"number"==typeof b)e+=b
  • untrusted package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_components_settings_SettingsView_tsx_16dc83a7._.js :1 module.exports=[58787,a=>{"use strict";var b=a.i(16306),c=a.i(52181),d=a.i(98419),e=a.i(13106),f=a.i(70694);let g=(0,f.default)("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z
  • untrusted package/dashboard/.next/standalone/dashboard/.next/static/chunks/3729c748a4361c1f.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,76490,2941,e=>{"use strict";function t(){for(var e,t,r=0,o="",s=arguments.length;r<s;r++
  • untrusted package/dashboard/.next/standalone/dashboard/.next/static/chunks/c02a69e6a6678ecb.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42424,e=>{"use strict";var t=e.i(27493),s=e.i(16871),r=e.i(4),a=e.i(53615),c=e.i(24929);
  • untrusted package/dashboard/.next/standalone/dashboard/.next/static/chunks/c55c1a1a956d2aff.js :1 (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,87927,e=>{"use strict";let t="shieldcortex.graph.intensity",r=new Set(["subtle","moderat