AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · streamable-http · http counts 100 tools · 0 res
· 0 prompts
permission surface via code analysis
tools 1–100 of 138
-
acknowledge_messages
-
activate_license
-
add_bug_report_comment
-
add_person
-
apply_starter_pack
-
ask_team_memory
-
backup_vps
-
behavior
-
check_update
-
checkpoint_task
-
close_task
-
cloud_status
-
cloud_sync
-
code_context
-
commit_to_long_term_memory
-
company_actions
-
complete_reminder
-
config
-
consolidate_memories
-
create_bug_report
-
create_feature_request
-
create_license
-
create_reminder
-
create_review
-
create_task
-
create_trigger
-
crm
-
deactivate_behavior
-
deactivate_global_procedure
-
decision
-
dependency_tree
-
deploy_client
-
diagnostics
-
doctor
-
document
-
dreaming
-
export_graph
-
export_orchestration
-
find_similar_trajectories
-
gateway
-
get_agent_spend
-
get_auto_wake_status
-
get_bug_report
-
get_bug_report_comments
-
get_daemon_health
-
get_decision
-
get_entity_neighbors
-
get_feature_request
-
get_graph_stats
-
get_hot_entities
-
get_identity
-
get_last_assistant_response
-
get_license_status
-
get_memory_by_id
-
get_memory_cardinality
-
get_person
-
get_review
-
get_session_context
-
get_session_events
-
get_session_kills
-
get_task
-
get_wiki_page
-
get_worker_gate
-
graph
-
healthcheck
-
identity
-
import_conversations
-
import_orchestration
-
ingest_document
-
key_rotation_preflight
-
key_status
-
list_agent_sessions
-
list_behaviors
-
list_bug_reports
-
list_documents
-
list_employees
-
list_feature_requests
-
list_global_procedures
-
list_licenses
-
list_my_bug_reports
-
list_my_feature_requests
-
list_my_reviews
-
list_people
-
list_reminders
-
list_reviews
-
list_tasks
-
list_triggers
-
list_wiki_pages
-
load_skill
-
mcp_ping
-
memory
-
merge_entities
-
message
-
orchestration_phase
-
pending_work_summary
-
pipeline
-
purge_document
-
query_company_brain
-
query_conversations
-
query_relationships
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed v0.9.358 · analyzer v33 · 4w ago
danger signals2
- suspicious endpoint api.telegram.org
expected for this server's purpose
package/dist/chunk-TG7JYSEA.js :65
const url = `https://api.telegram.org/bot${botToken}/sendMessage`; - committed secret committed .env package/deploy/compose/.env.default :1
env file shipped with populated values
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 592
filesystem 178
- fs package/dist/agent-heartbeat-I5UPGXAU.js :4
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs"; - fs package/dist/backup-verify-ZLU3DBPH.js :15
import { existsSync } from "fs"; - fs package/dist/behavior-effectiveness-UP76GMOC.js :5
import { existsSync, readFileSync } from "fs"; - fs package/dist/behavior-injection-GVCRBUYW.js :32
import { appendFile } from "fs/promises"; - fs package/dist/bin/backfill-conversations.js :45
import { createReadStream } from "fs"; - fs package/dist/bin/backfill-responses.js :45
import { createReadStream } from "fs"; - fs package/dist/bin/backfill-vectors.js :68
import { existsSync, mkdirSync, readFileSync, unlinkSync } from "fs"; - fs package/dist/bin/cli.js :4
import { existsSync, readFileSync, writeFileSync, readdirSync, rmSync } from "fs"; - fs package/dist/bin/codex-reviewd-cli.js :5
import { existsSync, mkdirSync, readFileSync, unlinkSync, writeFileSync } from "fs"; - fs package/dist/bin/customer-readiness.js :4
import { readFileSync, existsSync, readdirSync, statSync } from "fs"; - fs package/dist/bin/deferred-daemon-restart.js :152
import { existsSync, openSync, closeSync, writeFileSync, unlinkSync, readFileSync } from "fs"; - fs package/dist/bin/exe-agent.js :67
import { existsSync, readFileSync } from "fs";
show 28 more
- fs package/dist/bin/exe-boot.js :111
import { mkdir, writeFile } from "fs/promises"; - fs package/dist/bin/exe-call.js :33
import { existsSync, readFileSync } from "fs"; - fs package/dist/bin/exe-config-dump.js :41
import { readFileSync, existsSync } from "fs"; - fs package/dist/bin/exe-gateway.js :33
import { existsSync, readFileSync } from "fs"; - fs package/dist/bin/exe-heartbeat.js :71
import { readFileSync, writeFileSync, mkdirSync } from "fs"; - fs package/dist/bin/exe-launch-agent.js :102
import { existsSync, readFileSync, mkdirSync, readdirSync, statSync } from "fs"; - fs package/dist/bin/exe-mcp.js :4
import { copyFileSync, existsSync, mkdirSync, readdirSync, readFileSync, renameSync, rmSync, statSync, writeFileSync } from "fs"; - fs package/dist/bin/exe-new-employee.js :41
import { existsSync, mkdirSync } from "fs"; - fs package/dist/bin/exe-rename.js :32
import { readFileSync, writeFileSync, renameSync, unlinkSync, existsSync } from "fs"; - fs package/dist/bin/exe-repo-drift.js :5
import { readdirSync, readFileSync, existsSync } from "fs"; - fs package/dist/bin/exe-search-quality.js :8
import { readFileSync, statSync } from "fs"; - fs package/dist/bin/exe-start-codex.js :57
} from "fs"; - fs package/dist/bin/exe-start-opencode.js :48
} from "fs"; - fs package/dist/bin/exe-watchdog.js :14
import { readFileSync, writeFileSync, unlinkSync, existsSync, appendFileSync, mkdirSync, statSync, realpathSync } from "fs"; - fs package/dist/bin/generate-hook-manifest.js :5
import { readFileSync, writeFileSync, readdirSync, existsSync } from "fs"; - fs package/dist/bin/graph-export.js :38
import { writeFileSync, mkdirSync, existsSync } from "fs"; - fs package/dist/bin/install.js :179
import { existsSync, openSync, closeSync, writeFileSync, readFileSync, unlinkSync, statSync, mkdirSync, chmodSync, renameSync, readdirSync } from "fs"; - fs package/dist/bin/list-providers.js :8
import { existsSync, readFileSync } from "fs"; - fs package/dist/bin/pre-build-guard.js :5
import { lstatSync } from "fs"; - fs package/dist/bin/pre-publish.js :9
import { readFileSync as readFileSync2 } from "fs"; - fs package/dist/bin/prune-orphan-chunks.js :5
import { readFileSync, readdirSync, statSync, unlinkSync, existsSync } from "fs"; - fs package/dist/bin/reconcile-backlog.js :5
import { existsSync, readFileSync } from "fs"; - fs package/dist/bin/scan-tasks.js :56
import { existsSync, readFileSync } from "fs"; - fs package/dist/bin/shard-migrate.js :40
import { existsSync, writeFileSync } from "fs"; - fs package/dist/bin/stack-update.js :48
import { readFileSync as readFileSync2 } from "fs"; - fs package/dist/bin/update.js :18
import { copyFile, readFile, readdir, writeFile, rm, mkdir, cp } from "fs/promises"; - fs package/dist/branch-hygiene-HNSOUDJE.js :10
import { mkdirSync, readFileSync, writeFileSync } from "fs"; - fs package/dist/browser-session-store-6N4YRNPH.js :18
} from "fs";
138 more not shown — this panel samples each group; the count above is the real total.
shell / exec 94
- shell package/dist/bin/cli.js :1074
const { execSync } = await import("child_process"); - shell package/dist/bin/codex-reviewd-cli.js :9
import { spawn } from "child_process"; - shell package/dist/bin/customer-readiness.js :5
import { execSync } from "child_process"; - shell package/dist/bin/deferred-daemon-restart.js :153
import { spawn, execSync } from "child_process"; - shell package/dist/bin/exe-boot.js :113
import { execSync } from "child_process"; - shell package/dist/bin/exe-call.js :35
import { execSync } from "child_process"; - shell package/dist/bin/exe-kill.js :71
import { execFileSync } from "child_process"; - shell package/dist/bin/exe-launch-agent.js :104
import { spawn as spawnAsync } from "child_process"; - shell package/dist/bin/exe-pending-reviews.js :70
const { execSync } = await import("child_process"); - shell package/dist/bin/exe-rename.js :33
import { execSync } from "child_process"; - shell package/dist/bin/exe-session-cleanup.js :76
import { execFileSync } from "child_process"; - shell package/dist/bin/exe-start-codex.js :58
import { spawnSync } from "child_process";
show 28 more
- shell package/dist/bin/exe-start-opencode.js :49
import { spawnSync } from "child_process"; - shell package/dist/bin/exe-watchdog.js :16
import { spawn } from "child_process"; - shell package/dist/bin/install.js :180
import { spawn, execSync } from "child_process"; - shell package/dist/bin/pre-build-guard.js :4
import { execSync } from "child_process"; - shell package/dist/bin/pre-publish.js :14
import { spawnSync } from "child_process"; - shell package/dist/bin/reconcile-backlog.js :11
import { execFileSync } from "child_process"; - shell package/dist/bin/scan-tasks.js :251
const { execSync } = await import("child_process"); - shell package/dist/bin/stack-update.js :49
import { spawnSync as spawnSync2 } from "child_process"; - shell package/dist/bin/update.js :14
import { execSync } from "child_process"; - shell package/dist/branch-hygiene-HNSOUDJE.js :8
import { execFile } from "child_process"; - shell package/dist/catchup-brief-I3YBJXL4.js :66
import { execSync } from "child_process"; - shell package/dist/chunk-2SRG3B3D.js :2
import { execFile } from "child_process"; - shell package/dist/chunk-2X76NMT7.js :19
import { execSync } from "child_process"; - shell package/dist/chunk-36PGDNMS.js :6
import { execSync } from "child_process"; - shell package/dist/chunk-5DMAMQNU.js :2
import { spawnSync } from "child_process"; - shell package/dist/chunk-5KLQCGI5.js :6
import { execSync } from "child_process"; - shell package/dist/chunk-5MOYSU5A.js :6
import { execSync } from "child_process"; - shell package/dist/chunk-5TMFK3NT.js :71
import { execFile, execFileSync, execSync } from "child_process"; - shell package/dist/chunk-64HUCOAL.js :13
import { execSync } from "child_process"; - shell package/dist/chunk-75H4R62K.js :2
import { execSync } from "child_process"; - shell package/dist/chunk-7G35SOMT.js :17
import { spawnSync } from "child_process"; - shell package/dist/chunk-7KPY52EO.js :6
import { execFileSync, spawnSync } from "child_process"; - shell package/dist/chunk-7QRMFYOV.js :6
import { fork } from "child_process"; - shell package/dist/chunk-AFNRE2RV.js :15
import { execSync } from "child_process"; - shell package/dist/chunk-AM7S2TY6.js :43
error: `Codex model "${model}" is not available with your Codex auth (detected: ChatGPT account). The provider returns 400 "not supported when using Codex with a ChatGPT account", so a session pinned - shell package/dist/chunk-AXAHRTST.js :82
const { fork } = await import("child_process"); - shell package/dist/chunk-BBMTVAE3.js :7
import { execFile } from "child_process"; - shell package/dist/chunk-BCZF3AGJ.js :11
import { execFileSync } from "child_process";
54 more not shown — this panel samples each group; the count above is the real total.
network 48
- net package/dist/asana-MRQ2OQMJ.js :8
const res = await fetch(url, { - net package/dist/backfill-metadata-D25I5HN2.js :135
const res = await fetch(`${baseUrl}/v1/messages`, { - net package/dist/behavior-effectiveness-UP76GMOC.js :8
import net from "net"; - net package/dist/bin/codex-reviewd-cli.js :6
import { get as httpGet } from "http"; - net package/dist/bin/exe-cloud.js :88
return await fetch(url, { ...init, signal: AbortSignal.timeout(timeoutMs) }); - net package/dist/bin/exe-gateway.js :42
} from "http"; - net package/dist/bin/exe-settings.js :353
const resp = await fetch(`${endpoint}/auth/verify`, { - net package/dist/bin/exe-watchdog.js :17
import { get } from "http"; - net package/dist/chunk-25X4JD2V.js :368
const resp = await fetch(endpoint, { - net package/dist/chunk-5KLQCGI5.js :8
import http from "http"; - net package/dist/chunk-6VUMFHWB.js :21
return await fetch(url, init); - net package/dist/chunk-7KPY52EO.js :9
import http from "http";
show 28 more
- net package/dist/chunk-CYAFF5EP.js :71
const res = await fetch(endpoints.healthEndpoint, { method: "GET", signal: AbortSignal.timeout(1e4) }); - net package/dist/chunk-DSGFX3RT.js :10
const res = await fetch(`http://127.0.0.1:${resolveMcpHttpPort()}/health`, { - net package/dist/chunk-FWFFZGSC.js :39
const res = await fetch(`${this.host}/api/chat`, { - net package/dist/chunk-GXMS5PZR.js :448
const resp = await fetch(url, { ...init, signal }); - net package/dist/chunk-JXQB7HHZ.js :54
await fetch(`${base}/v1/reminders`, { - net package/dist/chunk-KTM4TODC.js :628
import { createServer } from "http"; - net package/dist/chunk-L6GEKT6M.js :599
const res = await fetch(`${cloudEndpoint}/auth/activate`, { - net package/dist/chunk-L73MPNIB.js :258
import { createServer } from "http"; - net package/dist/chunk-ML4S5SHZ.js :25
const res = await fetch(`${config.graphqlUrl}/api`, { - net package/dist/chunk-MZXYP2YA.js :133
const res = await fetch(url, { - net package/dist/chunk-N5RRQOAC.js :68
const channel = await this.client.channels.fetch(channelId); - net package/dist/chunk-NIXTDUOC.js :231
const listRes = await fetch( - net package/dist/chunk-RJT7H2KR.js :60
const res = await fetch(`${this.baseUrl}/v2/send`, { - net package/dist/chunk-SCR5Q5PI.js :86
const res = await fetch(url, { - net package/dist/chunk-SU3GMJT5.js :2
import { createServer } from "http"; - net package/dist/chunk-T6V4XURD.js :4
import http from "http"; - net package/dist/chunk-TG7JYSEA.js :66
const res = await fetch(url, { - net package/dist/chunk-U7I4YINB.js :2388
-- instead of a full-table heap scan + per-row timestamp fetch (bug 340d9848). - net package/dist/chunk-V3W3SATA.js :8
import net from "net"; - net package/dist/chunk-VRTCVZND.js :206
const res = await fetch(`http://127.0.0.1:${DAEMON_PORT}/health`, { - net package/dist/chunk-W6UB2AWP.js :16
import net from "net"; - net package/dist/chunk-X2Z5GT3V.js :42
const response = await fetch(buildUrl(zoneId, options.path, options.query), { - net package/dist/chunk-ZJB26D36.js :4423
const res = await fetch(`${graphqlUrl}/api`, { - net package/dist/gotrue-session-2IT7MDGW.js :58
const resp = await fetch(`${url.replace(/\/+$/, "")}/token?grant_type=password`, { - net package/dist/hooks/session-end.js :235
const response = await fetch(`http://127.0.0.1:${daemonPort}/v1/ping`, { - net package/dist/investigation-tracker-WSCY4XBP.js :9
import net from "net"; - net package/dist/lib/exe-daemon.js :120
import net from "net"; - net package/dist/license-sync-PES4GIXL.js :21
const res = await fetch(url, {
8 more not shown — this panel samples each group; the count above is the real total.
secrets 35
- secrets package/dist/asana-MRQ2OQMJ.js :113
const token = process.env.ASANA_API_TOKEN ?? process.env.ASANA_ACCESS_TOKEN; - secrets package/dist/backfill-metadata-D25I5HN2.js :132
const apiKey = process.env.ANTHROPIC_API_KEY ?? ""; - secrets package/dist/bin/agentic-semantic-label.js :78
const apiKey = opts.apiKey ?? process.env.OPENAI_API_KEY ?? process.env.API_ROUTER_KEY; - secrets package/dist/bin/exe-agent.js :101
const apiKey = args.apiKey ?? process.env.ANTHROPIC_API_KEY ?? ""; - secrets package/dist/bin/exe-config-dump.js :231
if (process.env.EXE_LICENSE_KEY) { - secrets package/dist/bin/exe-gateway.js :960
authToken: process.env.EXE_GATEWAY_AUTH_TOKEN, - secrets package/dist/bin/exe-launch-agent.js :758
if (!process.env.EXE_SESSION_KEY) { - secrets package/dist/bin/exe-start-codex.js :522
if (!process.env.EXE_SESSION_KEY) { - secrets package/dist/bin/exe-start-opencode.js :170
if (!process.env.EXE_SESSION_KEY) { - secrets package/dist/bin/stack-update.js :491
licenseKey: process.env.EXE_LICENSE_KEY, - secrets package/dist/chunk-25X4JD2V.js :66
return process.env.ASKEXE_SUPPORT_ADMIN_TOKEN || process.env.EXE_SUPPORT_ADMIN_TOKEN || support?.adminToken || support?.admin_token; - secrets package/dist/chunk-2XZ6X3PJ.js :3
return process.env.ASKEXE_SUPPORT_ADMIN_TOKEN || process.env.EXE_SUPPORT_ADMIN_TOKEN || config?.support?.adminToken || config?.support?.admin_token;
show 23 more
- secrets package/dist/chunk-5KLQCGI5.js :200
const password = env.GOTRUE_TEST_PASSWORD || process.env.GOTRUE_TEST_PASSWORD; - secrets package/dist/chunk-7KPY52EO.js :1043
const manual = parseManualRegistryCredentials(options.registryCredentials || process.env.EXE_REGISTRY_CREDENTIALS, sampleImage); - secrets package/dist/chunk-CVYC6DUW.js :61
if (process.env.EXE_SESSION_KEY) { - secrets package/dist/chunk-INY36ISH.js :474
process.env.ANTHROPIC_API_KEY || process.env.ANTHROPIC_AUTH_TOKEN - secrets package/dist/chunk-L576MK4B.js :193
const hasApiKey = !!process.env.ANTHROPIC_API_KEY; - secrets package/dist/chunk-L6GEKT6M.js :590
const existingKey = fast ? process.env["EXE_LICENSE_KEY"] ?? "" : enableCloud ? await askOptional(`Paste your ${brandName} license key, or press Enter to start as a free user: `, "EXE_LICENSE_KEY") : - secrets package/dist/chunk-ML4S5SHZ.js :5
const apiToken = process.env.EXE_CRM_ADMIN_TOKEN || process.env.CRM_API_TOKEN; - secrets package/dist/chunk-MZXYP2YA.js :183
const apiKey = process.env.EXE_WIKI_API_KEY; - secrets package/dist/chunk-NIXTDUOC.js :225
const apiKey = config.wikiApiKey || process.env.EXE_WIKI_API_KEY; - secrets package/dist/chunk-SCR5Q5PI.js :36
if (process.env.ASKEXE_SUPPORT_ADMIN_TOKEN) return process.env.ASKEXE_SUPPORT_ADMIN_TOKEN; - secrets package/dist/chunk-VGMACSEV.js :3
const apiKey = process.env.ANTHROPIC_API_KEY?.trim(); - secrets package/dist/chunk-YPZTTTFH.js :463
const accessKeyId = process.env.R2_MEDIA_ACCESS_KEY?.trim(); - secrets package/dist/chunk-ZJB26D36.js :4399
const apiToken = process.env.EXE_CRM_ADMIN_TOKEN || process.env.CRM_API_TOKEN; - secrets package/dist/factory-YHQZ6RZZ.js :28
const routerKey = process.env.API_ROUTER_KEY; - secrets package/dist/hooks/ingest.js :485
const token = process.env.EXE_DAEMON_TOKEN ?? readDaemonToken(); - secrets package/dist/lib/db-checkpoint-worker.js :35
if (process.env.EXE_DB_CHECKPOINT_KEY) opts.encryptionKey = process.env.EXE_DB_CHECKPOINT_KEY; - secrets package/dist/lib/db-read-worker.js :67
const key = process.env.EXE_DB_READ_WORKER_KEY; - secrets package/dist/lib/db-write-worker.js :71
const encryptionKey = process.env.EXE_DB_WRITE_WORKER_KEY; - secrets package/dist/lib/exe-daemon.js :5751
if (!process.env.ANTHROPIC_API_KEY) return; - secrets package/dist/stack-release-6I7GGSC7.js :884
const proxyToken = process.env.EXE_REGISTRY_PROXY_PULL_TOKEN ?? void 0; - secrets package/dist/telemetry-upload-GFEOMNUY.js :703
const token = config.support?.bugReportToken || process.env.EXE_BUG_REPORT_TOKEN; - secrets package/dist/tui/App.js :9729
{ name: "WhatsApp", configured: !!process.env.WHATSAPP_API_TOKEN || !!process.env.WHATSAPP_PHONE_NUMBER_ID }, - secrets package/dist/update-support-67ADNRYC.js :104
return process.env.ASKEXE_SUPPORT_ADMIN_TOKEN || process.env.EXE_SUPPORT_ADMIN_TOKEN || config.support?.adminToken || config.support?.admin_token;
database 5
- db package/dist/bin/age-ontology-load.js :14
import { Client } from "pg"; - db package/dist/bin/exe-gateway.js :471
import { Client } from "pg"; - db package/dist/bin/graph-layer-benchmark.js :8
import { Client } from "pg"; - db package/dist/bin/postgres-agentic-reflection-backfill.js :18
import { Client } from "pg"; - db package/dist/bin/postgres-agentic-semantic-backfill.js :18
import { Client } from "pg";
tool registrations 140
- deactivate_behavior package/dist/chunk-5SWYRYRO.js :15
- send_message package/dist/chunk-7GUHIYZ6.js :11
- list_tasks package/dist/chunk-EBOKPLWI.js :34
- import_conversations package/dist/chunk-F25FABZ6.js :217
- list_reminders package/dist/chunk-MYJJSKE6.js :8
- create_task package/dist/chunk-MZ6ZB6SP.js :410
- list_bug_reports package/dist/chunk-SCR5Q5PI.js :149
- get_bug_report package/dist/chunk-SCR5Q5PI.js :189
- add_bug_report_comment package/dist/chunk-SCR5Q5PI.js :205
- get_bug_report_comments package/dist/chunk-SCR5Q5PI.js :225
- triage_bug_report package/dist/chunk-SCR5Q5PI.js :239
- list_feature_requests package/dist/chunk-SCR5Q5PI.js :273
show 28 more
- get_feature_request package/dist/chunk-SCR5Q5PI.js :300
- triage_feature_request package/dist/chunk-SCR5Q5PI.js :314
- list_reviews package/dist/chunk-SCR5Q5PI.js :346
- get_review package/dist/chunk-SCR5Q5PI.js :370
- triage_review package/dist/chunk-SCR5Q5PI.js :384
- update_task package/dist/chunk-SKTGLMUJ.js :36
- complete_reminder package/dist/chunk-UBVYDXTU.js :8
- create_reminder package/dist/chunk-YXY5AEPG.js :8
- recall_my_memory package/dist/chunk-ZJB26D36.js :498
- ask_team_memory package/dist/chunk-ZJB26D36.js :724
- store_memory package/dist/chunk-ZJB26D36.js :825
- commit_to_long_term_memory package/dist/chunk-ZJB26D36.js :950
- search_everything package/dist/chunk-ZJB26D36.js :1221
- get_session_context package/dist/chunk-ZJB26D36.js :1313
- get_memory_by_id package/dist/chunk-ZJB26D36.js :1397
- consolidate_memories package/dist/chunk-ZJB26D36.js :1465
- get_memory_cardinality package/dist/chunk-ZJB26D36.js :1527
- store_decision package/dist/chunk-ZJB26D36.js :1628
- get_decision package/dist/chunk-ZJB26D36.js :1709
- memory package/dist/chunk-ZJB26D36.js :1932
- query_relationships package/dist/chunk-ZJB26D36.js :2145
- get_task package/dist/chunk-ZJB26D36.js :2294
- close_task package/dist/chunk-ZJB26D36.js :2528
- checkpoint_task package/dist/chunk-ZJB26D36.js :2819
- resume_employee package/dist/chunk-ZJB26D36.js :2857
- dependency_tree package/dist/chunk-ZJB26D36.js :3181
- task package/dist/chunk-ZJB26D36.js :3320
- store_behavior package/dist/chunk-ZJB26D36.js :3515
100 more not shown — this panel samples each group; the count above is the real total.
install hooks 3
- prepare package/package.json :112
git config core.hooksPath .githooks || true - postinstall package/package.json :119
[ ! -f dist/bin/install.js ] || node dist/bin/install.js --commands-only || true - prepublishOnly package/package.json :120
npm run typecheck && npm run build && node dist/bin/prune-orphan-chunks.js --force && npm run guard:esm-require && npm run check:schema-version && node dist/bin/customer-readiness.js && node dist/bin/
declared dependencies 38
- @modelcontextprotocol/sdk@^1.29.0
- @anthropic-ai/sdk@^0.95.2
- @aws-sdk/client-s3@^3.1052.0
- @aws-sdk/s3-request-presigner@^3.1052.0
- @libsql/client@^0.14.0
- @opentelemetry/api@^1.9.1
- @opentelemetry/sdk-node@^0.219.0
- @opentelemetry/sdk-trace-base@^2.8.0
- @slack/bolt@^4.7.0
- @slack/web-api@^7.15.1
- bip39@^3.1.0
- discord.js@^14.26.3
show 26 more
- grammy@^1.42.0
- ink@^6.8.0
- ink-text-input@^6.0.0
- jose@^6.2.2
- node-llama-cpp@^3.18.1
- nodemailer@^8.0.9
- openai@^6.33.0
- pg@^8.20.0
- react@^19.2.4
- typescript@^5.9.3
- ws@^8.21.0
- yjs@^13.6.30
- zod@^4.3.6
- @types/node@^22.0.0
- @types/nodemailer@^8.0.0
- @types/pg@^8.20.0
- @types/react@^19.2.14
- @types/ws@^8.18.1
- @typescript-eslint/eslint-plugin@^8.59.4
- @typescript-eslint/parser@^8.59.4
- eslint@^10.4.0
- tsup@^8.5.1
- tsx@^4.0.0
- vitest@^4.1.0
- keytar@^7.9.0
- @whiskeysockets/baileys@^7.0.0-rc12
perm:untrusted 1
- untrusted package/dist/tui/App.js :379
}) : fetch(H, { credentials: "same-origin" }).then(function(a) {