@pixelbyte-software/pixcode 1.51.1 → 1.51.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODE_OF_CONDUCT.md +41 -41
- package/CONTRIBUTING.md +155 -155
- package/LICENSE +718 -718
- package/README.de.md +169 -169
- package/README.ja.md +167 -167
- package/README.ko.md +167 -167
- package/README.md +419 -419
- package/README.ru.md +169 -169
- package/README.tr.md +298 -298
- package/README.zh-CN.md +167 -167
- package/SECURITY.md +46 -46
- package/dist/api-automation.html +110 -110
- package/dist/api-docs.html +548 -548
- package/dist/assets/{index-DARIZgoD.js → index-17CwxHSZ.js} +185 -185
- package/dist/assets/index-B9N-gfOQ.css +32 -0
- package/dist/clear-cache.html +85 -85
- package/dist/convert-icons.md +52 -52
- package/dist/docs.html +308 -308
- package/dist/favicon.svg +8 -8
- package/dist/features.html +133 -133
- package/dist/generate-icons.js +48 -48
- package/dist/humans.txt +15 -15
- package/dist/icons/codex-white.svg +3 -3
- package/dist/icons/codex.svg +3 -3
- package/dist/icons/cursor-white.svg +11 -11
- package/dist/icons/icon-128x128.svg +9 -9
- package/dist/icons/icon-144x144.svg +9 -9
- package/dist/icons/icon-152x152.svg +9 -9
- package/dist/icons/icon-192x192.svg +9 -9
- package/dist/icons/icon-384x384.svg +9 -9
- package/dist/icons/icon-512x512.svg +9 -9
- package/dist/icons/icon-72x72.svg +9 -9
- package/dist/icons/icon-96x96.svg +9 -9
- package/dist/icons/icon-template.svg +9 -9
- package/dist/icons/qwen-logo.svg +14 -14
- package/dist/index.html +59 -59
- package/dist/landing.html +268 -268
- package/dist/llms-full.txt +119 -119
- package/dist/llms.txt +53 -53
- package/dist/logo.svg +12 -12
- package/dist/manifest.json +60 -60
- package/dist/openapi.yaml +1696 -1696
- package/dist/orchestration.html +125 -125
- package/dist/robots.txt +4 -4
- package/dist/site.css +692 -692
- package/dist/sitemap.xml +51 -51
- package/dist/sw.js +132 -132
- package/dist-server/server/cli.js +96 -96
- package/dist-server/server/daemon/manager.js +33 -33
- package/dist-server/server/daemon-manager.js +64 -64
- package/dist-server/server/index.js +125 -4
- package/dist-server/server/index.js.map +1 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.js +84 -0
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.js.map +1 -0
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.test.js +43 -0
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.test.js.map +1 -0
- package/dist-server/server/modules/orchestration/hermes/hermes.routes.js +55 -1
- package/dist-server/server/modules/orchestration/hermes/hermes.routes.js.map +1 -1
- package/dist-server/server/modules/orchestration/index.js +1 -0
- package/dist-server/server/modules/orchestration/index.js.map +1 -1
- package/dist-server/server/routes/commands.js +25 -25
- package/dist-server/server/routes/git.js +17 -17
- package/dist-server/server/routes/live-view.js +46 -46
- package/dist-server/server/services/hermes-gateway.js +310 -0
- package/dist-server/server/services/hermes-gateway.js.map +1 -1
- package/dist-server/server/services/public-api-manifest.js +59 -51
- package/dist-server/server/services/public-api-manifest.js.map +1 -1
- package/package.json +222 -222
- package/scripts/fix-node-pty.js +67 -67
- package/scripts/github/create-v1.38-issues.mjs +351 -351
- package/scripts/github/create-vscode-workbench-issues.mjs +121 -121
- package/scripts/hermes/configure-pixcode-mcp.mjs +165 -163
- package/scripts/hermes/pixcode-mcp-server.mjs +1009 -958
- package/scripts/smoke/changes-panel-layout.mjs +48 -48
- package/scripts/smoke/chat-composer-fixed-layout.mjs +55 -55
- package/scripts/smoke/chat-message-timeline-order.mjs +41 -41
- package/scripts/smoke/chat-realtime-hydration.mjs +44 -44
- package/scripts/smoke/chat-session-provider-pools.mjs +35 -35
- package/scripts/smoke/chat-session-state.mjs +19 -19
- package/scripts/smoke/code-editor-theme.mjs +55 -55
- package/scripts/smoke/code-editor-vscode-engine.mjs +91 -91
- package/scripts/smoke/command-center-agent-writes.mjs +79 -79
- package/scripts/smoke/command-center-non-git.mjs +46 -46
- package/scripts/smoke/context-packet.mjs +43 -43
- package/scripts/smoke/control-room-ux-redesign.mjs +91 -91
- package/scripts/smoke/daemon-entrypoint.mjs +20 -20
- package/scripts/smoke/default-landing-routing.mjs +33 -33
- package/scripts/smoke/desktop-native-notifications.mjs +30 -30
- package/scripts/smoke/desktop-tray-icon.mjs +33 -33
- package/scripts/smoke/discord-release-workflow.mjs +24 -24
- package/scripts/smoke/git-install-update.mjs +255 -255
- package/scripts/smoke/handoff-artifact-protocol.mjs +50 -50
- package/scripts/smoke/hermes-api-install.mjs +56 -56
- package/scripts/smoke/hermes-gateway-persistence.mjs +104 -104
- package/scripts/smoke/hermes-mcp-pixcode-roundtrip.mjs +426 -367
- package/scripts/smoke/hermes-rest-chat-api.mjs +162 -162
- package/scripts/smoke/hermes-rest-chat-live.mjs +45 -45
- package/scripts/smoke/hermes-rest-codex-launch.mjs +209 -209
- package/scripts/smoke/hermes-rest-gateway.mjs +79 -70
- package/scripts/smoke/hermes-rest-live.mjs +42 -42
- package/scripts/smoke/hermes-roundtrip.mjs +167 -167
- package/scripts/smoke/hermes-settings-commands.mjs +349 -346
- package/scripts/smoke/hermes-smoke-launcher-guard.mjs +34 -34
- package/scripts/smoke/live-view-diagnostics.mjs +53 -53
- package/scripts/smoke/live-view-environment.mjs +92 -92
- package/scripts/smoke/live-view-integration.mjs +450 -450
- package/scripts/smoke/mac-desktop-runtime.mjs +37 -37
- package/scripts/smoke/mobile-tunnel-guidance.mjs +29 -29
- package/scripts/smoke/model-registry.mjs +36 -36
- package/scripts/smoke/multi-project-ui.mjs +45 -45
- package/scripts/smoke/multi-worker-slots.mjs +42 -42
- package/scripts/smoke/notification-center.mjs +87 -87
- package/scripts/smoke/notification-inapp-preference.mjs +23 -23
- package/scripts/smoke/notification-taxonomy.mjs +58 -58
- package/scripts/smoke/orchestration-api.mjs +172 -172
- package/scripts/smoke/orchestration-execution-dashboard.mjs +33 -33
- package/scripts/smoke/orchestration-live-run.mjs +176 -176
- package/scripts/smoke/orchestration-mobile-scroll.mjs +29 -29
- package/scripts/smoke/orchestration-model-sync.mjs +30 -30
- package/scripts/smoke/orchestration-permission-fallback.mjs +34 -34
- package/scripts/smoke/orchestration-runtime-guards.mjs +48 -48
- package/scripts/smoke/orchestration-user-facing-output.mjs +25 -25
- package/scripts/smoke/permission-policy.mjs +50 -50
- package/scripts/smoke/pixcode-workbench-1-48.mjs +167 -164
- package/scripts/smoke/provider-models-opencode-live.mjs +66 -66
- package/scripts/smoke/provider-rest-api.mjs +124 -124
- package/scripts/smoke/provider-selection-status.mjs +52 -52
- package/scripts/smoke/run-state-refresh.mjs +52 -52
- package/scripts/smoke/runtime-manager.mjs +99 -99
- package/scripts/smoke/shell-manual-disconnect.mjs +30 -30
- package/scripts/smoke/side-panel-editor-layout.mjs +34 -34
- package/scripts/smoke/static-root-routing.mjs +21 -21
- package/scripts/smoke/strict-handoff-compact.mjs +60 -60
- package/scripts/smoke/taskmaster-config.mjs +24 -24
- package/scripts/smoke/taskmaster-execution-telegram.mjs +3 -3
- package/scripts/smoke/taskmaster-onboarding.mjs +3 -3
- package/scripts/smoke/taskmaster-run-graph.mjs +3 -3
- package/scripts/smoke/telegram-control.mjs +242 -242
- package/scripts/smoke/tunnel-persistence.mjs +56 -56
- package/scripts/smoke/update-issue-progress.mjs +69 -69
- package/scripts/smoke/update-ux.mjs +55 -55
- package/scripts/smoke/v138-completion.mjs +132 -132
- package/scripts/smoke/v138-desktop-release-hardening.mjs +69 -69
- package/scripts/smoke/v138-diagnostics.mjs +63 -63
- package/scripts/smoke/v138-issue-planner.mjs +33 -33
- package/scripts/smoke/v143-remote-control.mjs +76 -76
- package/scripts/smoke/v144-production-loop.mjs +47 -47
- package/scripts/smoke/v145-platformization.mjs +46 -46
- package/scripts/smoke/v146-control-room-ui.mjs +150 -150
- package/scripts/smoke/version-modal-autoshow.mjs +29 -29
- package/scripts/smoke/vscode-workbench-layout.mjs +63 -63
- package/scripts/smoke/vscode-workbench-polish.mjs +461 -436
- package/scripts/smoke/workflow-fallback-replay.mjs +56 -56
- package/scripts/smoke/workflow-templates.mjs +43 -43
- package/scripts/smoke/workflow-trace-timeline.mjs +46 -46
- package/scripts/update-git-install.mjs +293 -293
- package/server/claude-sdk.js +920 -920
- package/server/cli.js +1039 -1039
- package/server/constants/config.js +4 -4
- package/server/cursor-cli.js +344 -344
- package/server/daemon/manager.js +563 -563
- package/server/daemon-manager.js +964 -964
- package/server/database/db.js +921 -921
- package/server/database/json-store.js +197 -197
- package/server/gemini-cli.js +550 -550
- package/server/gemini-response-handler.js +79 -79
- package/server/index.js +131 -3
- package/server/load-env.js +35 -35
- package/server/middleware/auth.js +175 -175
- package/server/modules/orchestration/a2a/adapter-registry.ts +108 -108
- package/server/modules/orchestration/a2a/adapters/abstract-a2a.adapter.ts +63 -63
- package/server/modules/orchestration/a2a/adapters/claude-code.adapter.ts +286 -286
- package/server/modules/orchestration/a2a/adapters/codex.adapter.ts +244 -244
- package/server/modules/orchestration/a2a/adapters/cursor.adapter.ts +249 -249
- package/server/modules/orchestration/a2a/adapters/gemini.adapter.ts +248 -248
- package/server/modules/orchestration/a2a/adapters/json-event.adapter.test.ts +60 -0
- package/server/modules/orchestration/a2a/adapters/json-event.adapter.ts +101 -0
- package/server/modules/orchestration/a2a/adapters/opencode.adapter.ts +248 -248
- package/server/modules/orchestration/a2a/adapters/qwen.adapter.ts +248 -248
- package/server/modules/orchestration/a2a/agent-card.ts +55 -55
- package/server/modules/orchestration/a2a/routes.ts +590 -590
- package/server/modules/orchestration/a2a/task-store.ts +178 -178
- package/server/modules/orchestration/a2a/types.ts +126 -126
- package/server/modules/orchestration/a2a/validator.ts +113 -113
- package/server/modules/orchestration/hermes/hermes.routes.ts +642 -583
- package/server/modules/orchestration/index.ts +101 -100
- package/server/modules/orchestration/preview/port-watcher.ts +112 -112
- package/server/modules/orchestration/preview/preview-proxy.ts +60 -60
- package/server/modules/orchestration/preview/types.ts +19 -19
- package/server/modules/orchestration/security/permission-policy.ts +401 -401
- package/server/modules/orchestration/tasks/orchestration-task-store.ts +41 -41
- package/server/modules/orchestration/tasks/orchestration-task.routes.ts +64 -64
- package/server/modules/orchestration/tasks/orchestration-task.service.ts +209 -209
- package/server/modules/orchestration/tasks/orchestration-task.types.ts +40 -40
- package/server/modules/orchestration/tasks/task-run-graph.ts +155 -155
- package/server/modules/orchestration/workflows/approval-queue.ts +106 -106
- package/server/modules/orchestration/workflows/built-in-workflows.ts +127 -127
- package/server/modules/orchestration/workflows/context-packet.ts +186 -186
- package/server/modules/orchestration/workflows/handoff-artifact.ts +175 -175
- package/server/modules/orchestration/workflows/workflow-fallback-policy.ts +161 -161
- package/server/modules/orchestration/workflows/workflow-replay.ts +254 -254
- package/server/modules/orchestration/workflows/workflow-runner.ts +2070 -2070
- package/server/modules/orchestration/workflows/workflow-store.ts +97 -97
- package/server/modules/orchestration/workflows/workflow-templates.ts +272 -272
- package/server/modules/orchestration/workflows/workflow-trace.ts +424 -424
- package/server/modules/orchestration/workflows/workflow.routes.ts +586 -586
- package/server/modules/orchestration/workflows/workflow.types.ts +111 -111
- package/server/modules/orchestration/workflows/workspace-target.ts +122 -122
- package/server/modules/orchestration/workspace/docker-workspace.ts +136 -136
- package/server/modules/orchestration/workspace/path-safety.ts +55 -55
- package/server/modules/orchestration/workspace/types.ts +52 -52
- package/server/modules/orchestration/workspace/workspace-manager.ts +102 -102
- package/server/modules/orchestration/workspace/worktree-workspace.ts +126 -126
- package/server/modules/providers/index.ts +2 -2
- package/server/modules/providers/list/claude/claude-auth.provider.ts +146 -146
- package/server/modules/providers/list/claude/claude-mcp.provider.ts +135 -135
- package/server/modules/providers/list/claude/claude-sessions.provider.ts +306 -306
- package/server/modules/providers/list/claude/claude.provider.ts +15 -15
- package/server/modules/providers/list/codex/codex-auth.provider.ts +117 -117
- package/server/modules/providers/list/codex/codex-mcp.provider.ts +135 -135
- package/server/modules/providers/list/codex/codex-sessions.provider.ts +319 -319
- package/server/modules/providers/list/codex/codex.provider.ts +15 -15
- package/server/modules/providers/list/cursor/cursor-auth.provider.ts +147 -147
- package/server/modules/providers/list/cursor/cursor-mcp.provider.ts +108 -108
- package/server/modules/providers/list/cursor/cursor-sessions.provider.ts +421 -421
- package/server/modules/providers/list/cursor/cursor.provider.ts +15 -15
- package/server/modules/providers/list/gemini/gemini-auth.provider.ts +173 -173
- package/server/modules/providers/list/gemini/gemini-mcp.provider.ts +110 -110
- package/server/modules/providers/list/gemini/gemini-sessions.provider.ts +227 -227
- package/server/modules/providers/list/gemini/gemini.provider.ts +15 -15
- package/server/modules/providers/list/opencode/opencode-auth.provider.ts +131 -131
- package/server/modules/providers/list/opencode/opencode-mcp.provider.ts +126 -126
- package/server/modules/providers/list/opencode/opencode-sessions.provider.ts +286 -286
- package/server/modules/providers/list/opencode/opencode.provider.ts +29 -29
- package/server/modules/providers/list/qwen/qwen-auth.provider.ts +146 -146
- package/server/modules/providers/list/qwen/qwen-mcp.provider.ts +114 -114
- package/server/modules/providers/list/qwen/qwen-sessions.provider.ts +265 -265
- package/server/modules/providers/list/qwen/qwen.provider.ts +21 -21
- package/server/modules/providers/provider.registry.ts +40 -40
- package/server/modules/providers/provider.routes.ts +944 -944
- package/server/modules/providers/services/mcp.service.ts +86 -86
- package/server/modules/providers/services/provider-auth.service.ts +26 -26
- package/server/modules/providers/services/sessions.service.ts +45 -45
- package/server/modules/providers/shared/base/abstract.provider.ts +20 -20
- package/server/modules/providers/shared/mcp/mcp.provider.ts +151 -151
- package/server/modules/providers/shared/provider-configs.ts +142 -142
- package/server/modules/providers/tests/mcp.test.ts +293 -293
- package/server/openai-codex.js +462 -462
- package/server/opencode-cli.js +491 -491
- package/server/opencode-response-handler.js +111 -111
- package/server/projects.js +3008 -3008
- package/server/qwen-code-cli.js +410 -410
- package/server/qwen-response-handler.js +73 -73
- package/server/routes/agent.js +1435 -1435
- package/server/routes/auth.js +159 -159
- package/server/routes/codex.js +20 -20
- package/server/routes/commands.js +570 -570
- package/server/routes/cursor.js +61 -61
- package/server/routes/diagnostics.js +41 -41
- package/server/routes/gemini.js +25 -25
- package/server/routes/git.js +1650 -1650
- package/server/routes/live-view.js +411 -411
- package/server/routes/mcp-utils.js +13 -13
- package/server/routes/messages.js +62 -62
- package/server/routes/network.js +125 -125
- package/server/routes/platformization.js +212 -212
- package/server/routes/plugins.js +320 -320
- package/server/routes/production-agent-loop.js +90 -90
- package/server/routes/projects.js +917 -917
- package/server/routes/public-api.js +34 -34
- package/server/routes/qwen.js +27 -27
- package/server/routes/remote.js +55 -55
- package/server/routes/settings.js +321 -321
- package/server/routes/telegram.js +140 -140
- package/server/routes/user.js +125 -125
- package/server/routes/webhooks.js +63 -63
- package/server/services/control-room.js +102 -102
- package/server/services/diagnostics.js +165 -165
- package/server/services/external-access.js +375 -375
- package/server/services/hermes-gateway.js +1562 -1247
- package/server/services/hermes-install-jobs.js +729 -729
- package/server/services/install-jobs.js +715 -715
- package/server/services/live-view.js +956 -956
- package/server/services/managed-runtimes.js +493 -493
- package/server/services/model-registry.js +144 -144
- package/server/services/notification-orchestrator.js +365 -365
- package/server/services/notification-taxonomy.js +204 -204
- package/server/services/platformization.js +815 -815
- package/server/services/production-agent-loop.js +248 -248
- package/server/services/provider-cli-versions.js +149 -149
- package/server/services/provider-credentials.js +189 -189
- package/server/services/provider-models.js +396 -396
- package/server/services/public-api-manifest.js +190 -182
- package/server/services/remote-connection.js +127 -127
- package/server/services/runtime-manager.js +323 -323
- package/server/services/startup-update.js +234 -234
- package/server/services/telegram/bot.js +331 -331
- package/server/services/telegram/control-center.js +979 -979
- package/server/services/telegram/telegram-http-client.js +151 -151
- package/server/services/telegram/translations.js +340 -340
- package/server/services/vapid-keys.js +36 -36
- package/server/services/webhooks.js +216 -216
- package/server/sessionManager.js +225 -225
- package/server/shared/interfaces.ts +54 -54
- package/server/shared/types.ts +172 -172
- package/server/shared/utils.ts +193 -193
- package/server/tsconfig.json +36 -36
- package/server/utils/colors.js +21 -21
- package/server/utils/commandParser.js +305 -305
- package/server/utils/frontmatter.js +18 -18
- package/server/utils/gitConfig.js +34 -34
- package/server/utils/plugin-loader.js +457 -457
- package/server/utils/plugin-process-manager.js +185 -185
- package/server/utils/port-access.js +209 -209
- package/server/utils/runtime-paths.js +37 -37
- package/server/utils/url-detection.js +71 -71
- package/server/vite-daemon.js +79 -79
- package/shared/modelConstants.js +161 -161
- package/shared/networkHosts.js +22 -22
- package/dist/assets/index-DMz0zv6T.css +0 -32
|
@@ -1,815 +1,815 @@
|
|
|
1
|
-
import crypto from 'node:crypto';
|
|
2
|
-
import os from 'node:os';
|
|
3
|
-
import { execFile } from 'node:child_process';
|
|
4
|
-
import { promisify } from 'node:util';
|
|
5
|
-
|
|
6
|
-
import bcrypt from 'bcryptjs';
|
|
7
|
-
|
|
8
|
-
import { appConfigDb, userDb } from '../database/db.js';
|
|
9
|
-
|
|
10
|
-
const CONFIG_KEY = 'platformization';
|
|
11
|
-
const execFileAsync = promisify(execFile);
|
|
12
|
-
|
|
13
|
-
export const TEAM_ROLES = {
|
|
14
|
-
owner: [
|
|
15
|
-
'team:manage',
|
|
16
|
-
'project:admin',
|
|
17
|
-
'run:approve',
|
|
18
|
-
'secret:manage',
|
|
19
|
-
'marketplace:manage',
|
|
20
|
-
'eval:run',
|
|
21
|
-
'usage:view',
|
|
22
|
-
'security:audit',
|
|
23
|
-
],
|
|
24
|
-
admin: [
|
|
25
|
-
'project:admin',
|
|
26
|
-
'run:approve',
|
|
27
|
-
'secret:manage',
|
|
28
|
-
'marketplace:manage',
|
|
29
|
-
'eval:run',
|
|
30
|
-
'usage:view',
|
|
31
|
-
'security:audit',
|
|
32
|
-
],
|
|
33
|
-
member: [
|
|
34
|
-
'project:write',
|
|
35
|
-
'run:create',
|
|
36
|
-
'secret:use',
|
|
37
|
-
'eval:run',
|
|
38
|
-
'usage:view',
|
|
39
|
-
],
|
|
40
|
-
project_partner: [
|
|
41
|
-
'project:write',
|
|
42
|
-
'run:create',
|
|
43
|
-
'run:approve',
|
|
44
|
-
'review:manage',
|
|
45
|
-
'usage:view',
|
|
46
|
-
],
|
|
47
|
-
project_worker: [
|
|
48
|
-
'project:write',
|
|
49
|
-
'run:create',
|
|
50
|
-
'review:update',
|
|
51
|
-
],
|
|
52
|
-
project_reviewer: [
|
|
53
|
-
'project:read',
|
|
54
|
-
'review:manage',
|
|
55
|
-
'usage:view',
|
|
56
|
-
],
|
|
57
|
-
viewer: [
|
|
58
|
-
'project:read',
|
|
59
|
-
'usage:view',
|
|
60
|
-
],
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
export const SECRET_SCOPES = ['global', 'provider', 'project', 'workflow', 'telegram', 'api'];
|
|
64
|
-
|
|
65
|
-
export const MARKETPLACE_PLUGIN_TYPES = ['mcp-server', 'workflow-template', 'provider-adapter', 'notification-channel'];
|
|
66
|
-
|
|
67
|
-
export const SECURITY_AUDIT_CHECKS = [
|
|
68
|
-
'dependency_audit',
|
|
69
|
-
'secret_scan',
|
|
70
|
-
'permission_audit',
|
|
71
|
-
'agent_output_leak_detection',
|
|
72
|
-
];
|
|
73
|
-
|
|
74
|
-
function nowIso() {
|
|
75
|
-
return new Date().toISOString();
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function emptyStore() {
|
|
79
|
-
return {
|
|
80
|
-
teamMembers: [],
|
|
81
|
-
secrets: [],
|
|
82
|
-
marketplacePlugins: [],
|
|
83
|
-
evaluationSuites: [],
|
|
84
|
-
evaluationRuns: [],
|
|
85
|
-
usageEvents: [],
|
|
86
|
-
securityAuditRuns: [],
|
|
87
|
-
projectCollaborators: [],
|
|
88
|
-
remoteAccessConfigs: [],
|
|
89
|
-
auditLog: [],
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
function readStore() {
|
|
94
|
-
const raw = appConfigDb.get(CONFIG_KEY);
|
|
95
|
-
if (!raw) return emptyStore();
|
|
96
|
-
try {
|
|
97
|
-
const parsed = JSON.parse(raw);
|
|
98
|
-
return {
|
|
99
|
-
teamMembers: Array.isArray(parsed.teamMembers) ? parsed.teamMembers : [],
|
|
100
|
-
secrets: Array.isArray(parsed.secrets) ? parsed.secrets : [],
|
|
101
|
-
marketplacePlugins: Array.isArray(parsed.marketplacePlugins) ? parsed.marketplacePlugins : [],
|
|
102
|
-
evaluationSuites: Array.isArray(parsed.evaluationSuites) ? parsed.evaluationSuites : [],
|
|
103
|
-
evaluationRuns: Array.isArray(parsed.evaluationRuns) ? parsed.evaluationRuns : [],
|
|
104
|
-
usageEvents: Array.isArray(parsed.usageEvents) ? parsed.usageEvents : [],
|
|
105
|
-
securityAuditRuns: Array.isArray(parsed.securityAuditRuns) ? parsed.securityAuditRuns : [],
|
|
106
|
-
projectCollaborators: Array.isArray(parsed.projectCollaborators) ? parsed.projectCollaborators : [],
|
|
107
|
-
remoteAccessConfigs: Array.isArray(parsed.remoteAccessConfigs) ? parsed.remoteAccessConfigs : [],
|
|
108
|
-
auditLog: Array.isArray(parsed.auditLog) ? parsed.auditLog : [],
|
|
109
|
-
};
|
|
110
|
-
} catch {
|
|
111
|
-
return emptyStore();
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
function writeStore(store) {
|
|
116
|
-
appConfigDb.set(CONFIG_KEY, JSON.stringify(store));
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
function compact(text, max = 120) {
|
|
120
|
-
const value = String(text || '').replace(/\s+/g, ' ').trim();
|
|
121
|
-
return value.length > max ? value.slice(0, max).replace(/[-_\s]+$/g, '') : value;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
function slugify(value) {
|
|
125
|
-
const slug = compact(value, 72)
|
|
126
|
-
.toLowerCase()
|
|
127
|
-
.replace(/[^a-z0-9]+/g, '-')
|
|
128
|
-
.replace(/^-+|-+$/g, '');
|
|
129
|
-
return slug || crypto.randomUUID();
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
function addAudit(store, action, actorId, details = {}) {
|
|
133
|
-
store.auditLog.unshift({
|
|
134
|
-
id: crypto.randomUUID(),
|
|
135
|
-
action,
|
|
136
|
-
actorId: actorId || null,
|
|
137
|
-
createdAt: nowIso(),
|
|
138
|
-
details,
|
|
139
|
-
});
|
|
140
|
-
store.auditLog = store.auditLog.slice(0, 250);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
function normalizeRole(role) {
|
|
144
|
-
return TEAM_ROLES[role] ? role : 'viewer';
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
function normalizeScope(scope) {
|
|
148
|
-
return SECRET_SCOPES.includes(scope) ? scope : 'project';
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
function vaultKey() {
|
|
152
|
-
const material = process.env.PIXCODE_SECRET_KEY || process.env.JWT_SECRET || appConfigDb.getOrCreateJwtSecret();
|
|
153
|
-
return crypto.createHash('sha256').update(material).digest();
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
function sealSecret(value) {
|
|
157
|
-
const iv = crypto.randomBytes(12);
|
|
158
|
-
const cipher = crypto.createCipheriv('aes-256-gcm', vaultKey(), iv);
|
|
159
|
-
const encrypted = Buffer.concat([cipher.update(String(value || ''), 'utf8'), cipher.final()]);
|
|
160
|
-
return {
|
|
161
|
-
algorithm: 'aes-256-gcm',
|
|
162
|
-
iv: iv.toString('base64'),
|
|
163
|
-
tag: cipher.getAuthTag().toString('base64'),
|
|
164
|
-
ciphertext: encrypted.toString('base64'),
|
|
165
|
-
};
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
function openSecret(sealed) {
|
|
169
|
-
const decipher = crypto.createDecipheriv('aes-256-gcm', vaultKey(), Buffer.from(sealed.iv, 'base64'));
|
|
170
|
-
decipher.setAuthTag(Buffer.from(sealed.tag, 'base64'));
|
|
171
|
-
return Buffer.concat([
|
|
172
|
-
decipher.update(Buffer.from(sealed.ciphertext, 'base64')),
|
|
173
|
-
decipher.final(),
|
|
174
|
-
]).toString('utf8');
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
function redactSecret(secret) {
|
|
178
|
-
return {
|
|
179
|
-
...secret,
|
|
180
|
-
sealedValue: undefined,
|
|
181
|
-
redacted: '********',
|
|
182
|
-
};
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
function scopeMatches(secret, input = {}) {
|
|
186
|
-
if (secret.scope === 'global') return true;
|
|
187
|
-
if (secret.scope === 'provider') return !input.provider || secret.target === input.provider;
|
|
188
|
-
if (secret.scope === 'project') return !input.projectPath || secret.target === input.projectPath || secret.target === input.projectName;
|
|
189
|
-
if (secret.scope === 'workflow') return !input.workflowId || secret.target === input.workflowId;
|
|
190
|
-
if (secret.scope === 'telegram') return input.channel === 'telegram';
|
|
191
|
-
if (secret.scope === 'api') return input.channel === 'api';
|
|
192
|
-
return false;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export function getPlatformizationState() {
|
|
196
|
-
const store = readStore();
|
|
197
|
-
return {
|
|
198
|
-
roles: TEAM_ROLES,
|
|
199
|
-
secretScopes: SECRET_SCOPES,
|
|
200
|
-
marketplacePluginTypes: MARKETPLACE_PLUGIN_TYPES,
|
|
201
|
-
securityAuditChecks: SECURITY_AUDIT_CHECKS,
|
|
202
|
-
teamMembers: store.teamMembers,
|
|
203
|
-
secrets: store.secrets.map(redactSecret),
|
|
204
|
-
marketplacePlugins: store.marketplacePlugins,
|
|
205
|
-
evaluationSuites: store.evaluationSuites,
|
|
206
|
-
evaluationRuns: store.evaluationRuns,
|
|
207
|
-
usageSummary: summarizeUsageEvents(store.usageEvents),
|
|
208
|
-
securityAuditRuns: store.securityAuditRuns,
|
|
209
|
-
adminUsers: listAdminUsers(),
|
|
210
|
-
projectCollaborators: store.projectCollaborators,
|
|
211
|
-
remoteAccessConfigs: store.remoteAccessConfigs,
|
|
212
|
-
auditLog: store.auditLog,
|
|
213
|
-
};
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
export function createTeamMember(input = {}, actorId = null) {
|
|
217
|
-
const email = compact(input.email || input.username || '');
|
|
218
|
-
if (!email) throw new Error('Team member email or username is required.');
|
|
219
|
-
const store = readStore();
|
|
220
|
-
const member = {
|
|
221
|
-
id: crypto.randomUUID(),
|
|
222
|
-
email,
|
|
223
|
-
displayName: compact(input.displayName || email, 80),
|
|
224
|
-
role: normalizeRole(input.role || 'viewer'),
|
|
225
|
-
projectScopes: Array.isArray(input.projectScopes) ? input.projectScopes : [],
|
|
226
|
-
status: input.status || 'active',
|
|
227
|
-
createdAt: nowIso(),
|
|
228
|
-
updatedAt: nowIso(),
|
|
229
|
-
};
|
|
230
|
-
member.permissions = TEAM_ROLES[member.role];
|
|
231
|
-
store.teamMembers.unshift(member);
|
|
232
|
-
addAudit(store, 'team.member.created', actorId, { memberId: member.id, role: member.role });
|
|
233
|
-
writeStore(store);
|
|
234
|
-
return member;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
export function updateTeamMember(memberId, patch = {}, actorId = null) {
|
|
238
|
-
const store = readStore();
|
|
239
|
-
let updated = null;
|
|
240
|
-
store.teamMembers = store.teamMembers.map((member) => {
|
|
241
|
-
if (member.id !== memberId) return member;
|
|
242
|
-
updated = {
|
|
243
|
-
...member,
|
|
244
|
-
...patch,
|
|
245
|
-
id: member.id,
|
|
246
|
-
role: normalizeRole(patch.role || member.role),
|
|
247
|
-
updatedAt: nowIso(),
|
|
248
|
-
};
|
|
249
|
-
updated.permissions = TEAM_ROLES[updated.role];
|
|
250
|
-
return updated;
|
|
251
|
-
});
|
|
252
|
-
if (updated) {
|
|
253
|
-
addAudit(store, 'team.member.updated', actorId, { memberId, role: updated.role });
|
|
254
|
-
writeStore(store);
|
|
255
|
-
}
|
|
256
|
-
return updated;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
export function listAdminUsers() {
|
|
260
|
-
return userDb.listUsers().map((user) => ({
|
|
261
|
-
id: user.id,
|
|
262
|
-
username: user.username,
|
|
263
|
-
role: user.role || 'member',
|
|
264
|
-
status: user.is_active ? 'active' : 'disabled',
|
|
265
|
-
isActive: Boolean(user.is_active),
|
|
266
|
-
createdAt: user.created_at,
|
|
267
|
-
lastLogin: user.last_login,
|
|
268
|
-
}));
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
export async function createAdminUser(input = {}, actorId = null) {
|
|
272
|
-
const username = compact(input.username || input.email || '');
|
|
273
|
-
const password = String(input.password || '');
|
|
274
|
-
if (!username || password.length < 6) {
|
|
275
|
-
throw new Error('Admin user creation requires a username and a password with at least 6 characters.');
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
const role = normalizeRole(input.role || 'member');
|
|
279
|
-
const passwordHash = await bcrypt.hash(password, 12);
|
|
280
|
-
const user = userDb.createManagedUser(username, passwordHash, {
|
|
281
|
-
role,
|
|
282
|
-
is_active: input.status !== 'disabled',
|
|
283
|
-
});
|
|
284
|
-
|
|
285
|
-
const store = readStore();
|
|
286
|
-
const member = {
|
|
287
|
-
id: crypto.randomUUID(),
|
|
288
|
-
userId: user.id,
|
|
289
|
-
email: input.email || username,
|
|
290
|
-
displayName: compact(input.displayName || username, 80),
|
|
291
|
-
role,
|
|
292
|
-
projectScopes: Array.isArray(input.projectScopes) ? input.projectScopes : [],
|
|
293
|
-
status: input.status || 'active',
|
|
294
|
-
createdAt: nowIso(),
|
|
295
|
-
updatedAt: nowIso(),
|
|
296
|
-
permissions: TEAM_ROLES[role],
|
|
297
|
-
};
|
|
298
|
-
store.teamMembers.unshift(member);
|
|
299
|
-
addAudit(store, 'admin.user.created', actorId, { userId: user.id, username, role });
|
|
300
|
-
writeStore(store);
|
|
301
|
-
return {
|
|
302
|
-
...user,
|
|
303
|
-
status: member.status,
|
|
304
|
-
permissions: member.permissions,
|
|
305
|
-
};
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
export function updateAdminUser(userId, patch = {}, actorId = null) {
|
|
309
|
-
const numericUserId = Number(userId);
|
|
310
|
-
const role = patch.role ? normalizeRole(patch.role) : undefined;
|
|
311
|
-
const isActive = patch.status === 'disabled' ? false : patch.status === 'active' ? true : undefined;
|
|
312
|
-
const user = userDb.updateUser(numericUserId, {
|
|
313
|
-
username: patch.username,
|
|
314
|
-
role,
|
|
315
|
-
is_active: isActive,
|
|
316
|
-
});
|
|
317
|
-
if (!user) return null;
|
|
318
|
-
|
|
319
|
-
const store = readStore();
|
|
320
|
-
store.teamMembers = store.teamMembers.map((member) => {
|
|
321
|
-
if (member.userId !== numericUserId) return member;
|
|
322
|
-
const nextRole = role || member.role;
|
|
323
|
-
const nextStatus = patch.status || member.status;
|
|
324
|
-
return {
|
|
325
|
-
...member,
|
|
326
|
-
role: nextRole,
|
|
327
|
-
status: nextStatus,
|
|
328
|
-
permissions: TEAM_ROLES[nextRole] || TEAM_ROLES.viewer,
|
|
329
|
-
updatedAt: nowIso(),
|
|
330
|
-
};
|
|
331
|
-
});
|
|
332
|
-
addAudit(store, 'admin.user.updated', actorId, { userId: numericUserId, role: role || user.role, status: patch.status });
|
|
333
|
-
writeStore(store);
|
|
334
|
-
return {
|
|
335
|
-
...user,
|
|
336
|
-
role: role || user.role || 'member',
|
|
337
|
-
status: user.is_active ? 'active' : 'disabled',
|
|
338
|
-
};
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
export function createProjectCollaborator(input = {}, actorId = null) {
|
|
342
|
-
const projectName = compact(input.projectName || input.project || '');
|
|
343
|
-
const projectPath = input.projectPath || null;
|
|
344
|
-
const userRef = compact(input.userRef || input.email || input.username || '');
|
|
345
|
-
if (!projectName || !userRef) {
|
|
346
|
-
throw new Error('Project collaborator requires a project name and user reference.');
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
const role = ['partner', 'worker', 'reviewer', 'viewer'].includes(input.role) ? input.role : 'worker';
|
|
350
|
-
const capabilities = {
|
|
351
|
-
chatAgents: input.capabilities?.chatAgents !== false,
|
|
352
|
-
viewFiles: true,
|
|
353
|
-
editFiles: role === 'partner' || role === 'worker',
|
|
354
|
-
useShell: role === 'partner',
|
|
355
|
-
approveActions: role === 'partner' || role === 'reviewer',
|
|
356
|
-
manageSecrets: role === 'partner',
|
|
357
|
-
manageProjectSettings: role === 'partner',
|
|
358
|
-
};
|
|
359
|
-
const collaborator = {
|
|
360
|
-
id: crypto.randomUUID(),
|
|
361
|
-
projectName,
|
|
362
|
-
projectPath,
|
|
363
|
-
userRef,
|
|
364
|
-
role,
|
|
365
|
-
capabilities: {
|
|
366
|
-
...capabilities,
|
|
367
|
-
...(input.capabilities && typeof input.capabilities === 'object' ? input.capabilities : {}),
|
|
368
|
-
},
|
|
369
|
-
status: input.status || 'active',
|
|
370
|
-
createdAt: nowIso(),
|
|
371
|
-
updatedAt: nowIso(),
|
|
372
|
-
};
|
|
373
|
-
const store = readStore();
|
|
374
|
-
store.projectCollaborators.unshift(collaborator);
|
|
375
|
-
addAudit(store, 'project.collaborator.created', actorId, { collaboratorId: collaborator.id, projectName, userRef, role });
|
|
376
|
-
writeStore(store);
|
|
377
|
-
return collaborator;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export function updateProjectCollaborator(collaboratorId, patch = {}, actorId = null) {
|
|
381
|
-
const store = readStore();
|
|
382
|
-
let updated = null;
|
|
383
|
-
store.projectCollaborators = store.projectCollaborators.map((collaborator) => {
|
|
384
|
-
if (collaborator.id !== collaboratorId) return collaborator;
|
|
385
|
-
updated = {
|
|
386
|
-
...collaborator,
|
|
387
|
-
...patch,
|
|
388
|
-
id: collaborator.id,
|
|
389
|
-
capabilities: {
|
|
390
|
-
...collaborator.capabilities,
|
|
391
|
-
...(patch.capabilities && typeof patch.capabilities === 'object' ? patch.capabilities : {}),
|
|
392
|
-
},
|
|
393
|
-
updatedAt: nowIso(),
|
|
394
|
-
};
|
|
395
|
-
return updated;
|
|
396
|
-
});
|
|
397
|
-
if (updated) {
|
|
398
|
-
addAudit(store, 'project.collaborator.updated', actorId, { collaboratorId, role: updated.role, status: updated.status });
|
|
399
|
-
writeStore(store);
|
|
400
|
-
}
|
|
401
|
-
return updated;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
export function createSecret(input = {}, actorId = null) {
|
|
405
|
-
const name = compact(input.name || input.envName || '');
|
|
406
|
-
const value = input.value;
|
|
407
|
-
if (!name || typeof value !== 'string') throw new Error('Secret name and string value are required.');
|
|
408
|
-
const scope = normalizeScope(input.scope || 'project');
|
|
409
|
-
const store = readStore();
|
|
410
|
-
const secret = {
|
|
411
|
-
id: crypto.randomUUID(),
|
|
412
|
-
name,
|
|
413
|
-
envName: compact(input.envName || name).replace(/[^A-Z0-9_]/gi, '_').toUpperCase(),
|
|
414
|
-
scope,
|
|
415
|
-
target: input.target || input.projectPath || input.provider || null,
|
|
416
|
-
createdAt: nowIso(),
|
|
417
|
-
updatedAt: nowIso(),
|
|
418
|
-
fingerprint: crypto.createHash('sha256').update(value).digest('hex').slice(0, 12),
|
|
419
|
-
sealedValue: sealSecret(value),
|
|
420
|
-
};
|
|
421
|
-
store.secrets = store.secrets.filter((existing) => !(existing.envName === secret.envName && existing.scope === secret.scope && existing.target === secret.target));
|
|
422
|
-
store.secrets.unshift(secret);
|
|
423
|
-
addAudit(store, 'secret.created', actorId, { secretId: secret.id, scope: secret.scope, envName: secret.envName });
|
|
424
|
-
writeStore(store);
|
|
425
|
-
return redactSecret(secret);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
export function listSecrets() {
|
|
429
|
-
return readStore().secrets.map(redactSecret);
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
export function materializeScopedEnv(input = {}, options = {}) {
|
|
433
|
-
const store = readStore();
|
|
434
|
-
const env = {};
|
|
435
|
-
const included = [];
|
|
436
|
-
for (const secret of store.secrets) {
|
|
437
|
-
if (!scopeMatches(secret, input)) continue;
|
|
438
|
-
included.push({
|
|
439
|
-
id: secret.id,
|
|
440
|
-
envName: secret.envName,
|
|
441
|
-
scope: secret.scope,
|
|
442
|
-
target: secret.target,
|
|
443
|
-
redacted: '********',
|
|
444
|
-
});
|
|
445
|
-
if (options.reveal === true) {
|
|
446
|
-
env[secret.envName] = openSecret(secret.sealedValue);
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
return { env, included };
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
export function upsertMarketplacePlugin(input = {}, actorId = null) {
|
|
453
|
-
const pluginId = input.id || slugify(input.name || input.packageName || 'plugin');
|
|
454
|
-
const store = readStore();
|
|
455
|
-
const existing = store.marketplacePlugins.find((plugin) => plugin.id === pluginId);
|
|
456
|
-
const plugin = {
|
|
457
|
-
id: pluginId,
|
|
458
|
-
name: compact(input.name || pluginId, 100),
|
|
459
|
-
type: MARKETPLACE_PLUGIN_TYPES.includes(input.type) ? input.type : 'mcp-server',
|
|
460
|
-
source: input.source || input.packageName || input.repository || null,
|
|
461
|
-
permissionScopes: Array.isArray(input.permissionScopes) ? input.permissionScopes : [],
|
|
462
|
-
installCommand: input.installCommand || null,
|
|
463
|
-
status: input.status || existing?.status || 'available',
|
|
464
|
-
health: input.health || existing?.health || { status: 'unknown', checkedAt: null },
|
|
465
|
-
updatedAt: nowIso(),
|
|
466
|
-
createdAt: existing?.createdAt || nowIso(),
|
|
467
|
-
};
|
|
468
|
-
store.marketplacePlugins = [plugin, ...store.marketplacePlugins.filter((item) => item.id !== pluginId)];
|
|
469
|
-
addAudit(store, 'marketplace.plugin.upserted', actorId, { pluginId, type: plugin.type });
|
|
470
|
-
writeStore(store);
|
|
471
|
-
return plugin;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
export function updateMarketplacePluginHealth(pluginId, health = {}, actorId = null) {
|
|
475
|
-
const store = readStore();
|
|
476
|
-
let updated = null;
|
|
477
|
-
store.marketplacePlugins = store.marketplacePlugins.map((plugin) => {
|
|
478
|
-
if (plugin.id !== pluginId) return plugin;
|
|
479
|
-
updated = {
|
|
480
|
-
...plugin,
|
|
481
|
-
health: {
|
|
482
|
-
status: health.status || 'unknown',
|
|
483
|
-
message: health.message || '',
|
|
484
|
-
checkedAt: nowIso(),
|
|
485
|
-
},
|
|
486
|
-
updatedAt: nowIso(),
|
|
487
|
-
};
|
|
488
|
-
return updated;
|
|
489
|
-
});
|
|
490
|
-
if (updated) {
|
|
491
|
-
addAudit(store, 'marketplace.plugin.health_checked', actorId, { pluginId, status: updated.health.status });
|
|
492
|
-
writeStore(store);
|
|
493
|
-
}
|
|
494
|
-
return updated;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
export function createEvaluationSuite(input = {}, actorId = null) {
|
|
498
|
-
const tasks = Array.isArray(input.tasks) ? input.tasks : [];
|
|
499
|
-
const suite = {
|
|
500
|
-
id: input.id || slugify(input.name || 'evaluation-suite'),
|
|
501
|
-
name: compact(input.name || 'Evaluation suite', 100),
|
|
502
|
-
description: compact(input.description || '', 240),
|
|
503
|
-
tasks: tasks.map((task, index) => ({
|
|
504
|
-
id: task.id || `task-${index + 1}`,
|
|
505
|
-
title: compact(task.title || `Task ${index + 1}`, 120),
|
|
506
|
-
acceptanceCriteria: Array.isArray(task.acceptanceCriteria) ? task.acceptanceCriteria : [],
|
|
507
|
-
projectPath: task.projectPath || null,
|
|
508
|
-
})),
|
|
509
|
-
createdAt: nowIso(),
|
|
510
|
-
updatedAt: nowIso(),
|
|
511
|
-
};
|
|
512
|
-
const store = readStore();
|
|
513
|
-
store.evaluationSuites = [suite, ...store.evaluationSuites.filter((item) => item.id !== suite.id)];
|
|
514
|
-
addAudit(store, 'eval.suite.upserted', actorId, { suiteId: suite.id, tasks: suite.tasks.length });
|
|
515
|
-
writeStore(store);
|
|
516
|
-
return suite;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
export function createEvaluationRun(input = {}, actorId = null) {
|
|
520
|
-
const results = Array.isArray(input.results) ? input.results : [];
|
|
521
|
-
const passed = results.filter((result) => result.status === 'passed').length;
|
|
522
|
-
const run = {
|
|
523
|
-
id: crypto.randomUUID(),
|
|
524
|
-
suiteId: input.suiteId || null,
|
|
525
|
-
provider: input.provider || null,
|
|
526
|
-
model: input.model || null,
|
|
527
|
-
status: input.status || 'completed',
|
|
528
|
-
createdAt: nowIso(),
|
|
529
|
-
results,
|
|
530
|
-
summary: {
|
|
531
|
-
total: results.length,
|
|
532
|
-
passed,
|
|
533
|
-
failed: results.filter((result) => result.status === 'failed').length,
|
|
534
|
-
passRate: results.length ? Math.round((passed / results.length) * 1000) / 10 : 0,
|
|
535
|
-
averageLatencyMs: average(results.map((result) => Number(result.latencyMs || 0)).filter(Boolean)),
|
|
536
|
-
},
|
|
537
|
-
};
|
|
538
|
-
const store = readStore();
|
|
539
|
-
store.evaluationRuns.unshift(run);
|
|
540
|
-
addAudit(store, 'eval.run.created', actorId, { runId: run.id, suiteId: run.suiteId, passRate: run.summary.passRate });
|
|
541
|
-
writeStore(store);
|
|
542
|
-
return run;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
function average(values) {
|
|
546
|
-
if (!values.length) return 0;
|
|
547
|
-
return Math.round(values.reduce((sum, value) => sum + value, 0) / values.length);
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
export function recordUsageEvent(input = {}, actorId = null) {
|
|
551
|
-
const event = {
|
|
552
|
-
id: crypto.randomUUID(),
|
|
553
|
-
createdAt: input.createdAt || nowIso(),
|
|
554
|
-
provider: input.provider || 'unknown',
|
|
555
|
-
model: input.model || 'unknown',
|
|
556
|
-
workflow: input.workflow || input.source || 'manual',
|
|
557
|
-
inputTokens: Number(input.inputTokens || 0),
|
|
558
|
-
outputTokens: Number(input.outputTokens || 0),
|
|
559
|
-
costUsd: Number(input.costUsd || 0),
|
|
560
|
-
latencyMs: Number(input.latencyMs || 0),
|
|
561
|
-
status: input.status || 'ok',
|
|
562
|
-
};
|
|
563
|
-
const store = readStore();
|
|
564
|
-
store.usageEvents.unshift(event);
|
|
565
|
-
store.usageEvents = store.usageEvents.slice(0, 2000);
|
|
566
|
-
addAudit(store, 'usage.event.recorded', actorId, { provider: event.provider, model: event.model, status: event.status });
|
|
567
|
-
writeStore(store);
|
|
568
|
-
return event;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
export function summarizeUsageEvents(events = readStore().usageEvents) {
|
|
572
|
-
const groups = new Map();
|
|
573
|
-
for (const event of events) {
|
|
574
|
-
const key = `${event.provider}:${event.model}:${event.workflow}`;
|
|
575
|
-
const current = groups.get(key) || {
|
|
576
|
-
provider: event.provider,
|
|
577
|
-
model: event.model,
|
|
578
|
-
workflow: event.workflow,
|
|
579
|
-
runs: 0,
|
|
580
|
-
errors: 0,
|
|
581
|
-
inputTokens: 0,
|
|
582
|
-
outputTokens: 0,
|
|
583
|
-
totalTokens: 0,
|
|
584
|
-
costUsd: 0,
|
|
585
|
-
latencyMs: 0,
|
|
586
|
-
};
|
|
587
|
-
current.runs += 1;
|
|
588
|
-
current.errors += event.status === 'error' ? 1 : 0;
|
|
589
|
-
current.inputTokens += event.inputTokens;
|
|
590
|
-
current.outputTokens += event.outputTokens;
|
|
591
|
-
current.totalTokens += event.inputTokens + event.outputTokens;
|
|
592
|
-
current.costUsd += event.costUsd;
|
|
593
|
-
current.latencyMs += event.latencyMs;
|
|
594
|
-
groups.set(key, current);
|
|
595
|
-
}
|
|
596
|
-
return Array.from(groups.values()).map((group) => ({
|
|
597
|
-
...group,
|
|
598
|
-
costUsd: Math.round(group.costUsd * 10000) / 10000,
|
|
599
|
-
averageLatencyMs: group.runs ? Math.round(group.latencyMs / group.runs) : 0,
|
|
600
|
-
errorRate: group.runs ? Math.round((group.errors / group.runs) * 1000) / 10 : 0,
|
|
601
|
-
latencyMs: undefined,
|
|
602
|
-
}));
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
export function createSecurityAuditRun(input = {}, actorId = null) {
|
|
606
|
-
const checks = Array.isArray(input.checks) && input.checks.length
|
|
607
|
-
? input.checks.filter((check) => SECURITY_AUDIT_CHECKS.includes(check))
|
|
608
|
-
: SECURITY_AUDIT_CHECKS;
|
|
609
|
-
const findings = Array.isArray(input.findings) ? input.findings : [];
|
|
610
|
-
const run = {
|
|
611
|
-
id: crypto.randomUUID(),
|
|
612
|
-
protocol: 'pixcode.security-audit.v1',
|
|
613
|
-
status: input.status || 'queued',
|
|
614
|
-
projectName: input.projectName || null,
|
|
615
|
-
projectPath: input.projectPath || null,
|
|
616
|
-
checks,
|
|
617
|
-
createdAt: nowIso(),
|
|
618
|
-
findings: findings.map((finding, index) => ({
|
|
619
|
-
id: finding.id || `finding-${index + 1}`,
|
|
620
|
-
severity: finding.severity || 'medium',
|
|
621
|
-
title: compact(finding.title || 'Security finding', 140),
|
|
622
|
-
file: finding.file || null,
|
|
623
|
-
recommendation: finding.recommendation || null,
|
|
624
|
-
})),
|
|
625
|
-
checklist: checks.map((check) => ({
|
|
626
|
-
check,
|
|
627
|
-
status: 'pending',
|
|
628
|
-
})),
|
|
629
|
-
};
|
|
630
|
-
const store = readStore();
|
|
631
|
-
store.securityAuditRuns.unshift(run);
|
|
632
|
-
addAudit(store, 'security.audit.created', actorId, { runId: run.id, checks });
|
|
633
|
-
writeStore(store);
|
|
634
|
-
return run;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
export function getAuditLog(filters = {}) {
|
|
638
|
-
const store = readStore();
|
|
639
|
-
let entries = store.auditLog;
|
|
640
|
-
if (filters.userId) {
|
|
641
|
-
entries = entries.filter((entry) => String(entry.actorId) === String(filters.userId));
|
|
642
|
-
}
|
|
643
|
-
if (filters.eventType) {
|
|
644
|
-
entries = entries.filter((entry) => entry.action === filters.eventType || entry.action.includes(filters.eventType));
|
|
645
|
-
}
|
|
646
|
-
if (filters.projectName) {
|
|
647
|
-
entries = entries.filter((entry) => entry.details?.projectName === filters.projectName);
|
|
648
|
-
}
|
|
649
|
-
if (filters.severity) {
|
|
650
|
-
entries = entries.filter((entry) => entry.details?.severity === filters.severity);
|
|
651
|
-
}
|
|
652
|
-
return entries.slice(0, Number(filters.limit || 200));
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
export function exportAuditLog(format = 'json', filters = {}) {
|
|
656
|
-
const entries = getAuditLog(filters);
|
|
657
|
-
if (format === 'csv') {
|
|
658
|
-
const header = ['id', 'createdAt', 'actorId', 'action', 'details'];
|
|
659
|
-
const lines = entries.map((entry) => header.map((field) => {
|
|
660
|
-
const value = field === 'details' ? JSON.stringify(entry.details || {}) : entry[field];
|
|
661
|
-
return `"${String(value ?? '').replace(/"/g, '""')}"`;
|
|
662
|
-
}).join(','));
|
|
663
|
-
return [header.join(','), ...lines].join('\n');
|
|
664
|
-
}
|
|
665
|
-
return JSON.stringify(entries, null, 2);
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
function normalizeAccessMode(mode) {
|
|
669
|
-
return ['lan', 'tailscale', 'cloudflare_tunnel', 'custom_domain'].includes(mode) ? mode : 'lan';
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
function normalizePublicUrl(value) {
|
|
673
|
-
const raw = typeof value === 'string' ? value.trim() : '';
|
|
674
|
-
if (!raw) return null;
|
|
675
|
-
const url = new URL(raw);
|
|
676
|
-
if (!['http:', 'https:'].includes(url.protocol)) {
|
|
677
|
-
throw new Error('Remote access URL must use http or https.');
|
|
678
|
-
}
|
|
679
|
-
url.pathname = url.pathname.replace(/\/+$/, '');
|
|
680
|
-
url.search = '';
|
|
681
|
-
url.hash = '';
|
|
682
|
-
return url.toString().replace(/\/$/, '');
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
export function saveRemoteAccessConfig(input = {}, actorId = null) {
|
|
686
|
-
const mode = normalizeAccessMode(input.mode);
|
|
687
|
-
const id = input.id || mode;
|
|
688
|
-
const config = {
|
|
689
|
-
id,
|
|
690
|
-
mode,
|
|
691
|
-
label: compact(input.label || mode.replace(/_/g, ' '), 80),
|
|
692
|
-
url: input.url ? normalizePublicUrl(input.url) : null,
|
|
693
|
-
targetPort: Number(input.targetPort || process.env.SERVER_PORT || 3001),
|
|
694
|
-
public: mode === 'cloudflare_tunnel' || mode === 'custom_domain',
|
|
695
|
-
tlsRequired: mode === 'cloudflare_tunnel' || mode === 'custom_domain',
|
|
696
|
-
privateOnly: mode === 'tailscale' || mode === 'lan',
|
|
697
|
-
status: input.status || 'configured',
|
|
698
|
-
notes: compact(input.notes || '', 240),
|
|
699
|
-
updatedAt: nowIso(),
|
|
700
|
-
createdAt: input.createdAt || nowIso(),
|
|
701
|
-
lastHealth: input.lastHealth || null,
|
|
702
|
-
};
|
|
703
|
-
const store = readStore();
|
|
704
|
-
store.remoteAccessConfigs = [config, ...store.remoteAccessConfigs.filter((item) => item.id !== id)];
|
|
705
|
-
addAudit(store, 'remote.access.configured', actorId, { mode, url: config.url, public: config.public });
|
|
706
|
-
writeStore(store);
|
|
707
|
-
return config;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
export function getRemoteAccessState() {
|
|
711
|
-
const store = readStore();
|
|
712
|
-
return {
|
|
713
|
-
host: os.hostname(),
|
|
714
|
-
platform: os.platform(),
|
|
715
|
-
localUrl: `http://127.0.0.1:${process.env.SERVER_PORT || 3001}`,
|
|
716
|
-
configs: store.remoteAccessConfigs,
|
|
717
|
-
recommendations: [
|
|
718
|
-
{
|
|
719
|
-
mode: 'tailscale',
|
|
720
|
-
label: 'Tailscale private network',
|
|
721
|
-
recommendedWhen: 'No stable domain, no public IP, private team access.',
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
mode: 'cloudflare_tunnel',
|
|
725
|
-
label: 'Cloudflare Tunnel',
|
|
726
|
-
recommendedWhen: 'Stable public HTTPS URL without opening inbound ports.',
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
mode: 'custom_domain',
|
|
730
|
-
label: 'Custom domain / reverse proxy',
|
|
731
|
-
recommendedWhen: 'Existing domain, reverse proxy, and TLS termination.',
|
|
732
|
-
},
|
|
733
|
-
],
|
|
734
|
-
};
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
export async function detectTailscaleStatus() {
|
|
738
|
-
try {
|
|
739
|
-
const { stdout } = await execFileAsync('tailscale', ['status', '--json'], { timeout: 5000 });
|
|
740
|
-
const status = JSON.parse(stdout || '{}');
|
|
741
|
-
const self = status.Self || {};
|
|
742
|
-
const tailscaleIps = Array.isArray(self.TailscaleIPs) ? self.TailscaleIPs : [];
|
|
743
|
-
return {
|
|
744
|
-
installed: true,
|
|
745
|
-
loggedIn: Boolean(self.ID || self.DNSName || tailscaleIps.length),
|
|
746
|
-
backendState: status.BackendState || null,
|
|
747
|
-
deviceName: self.HostName || os.hostname(),
|
|
748
|
-
magicDnsName: self.DNSName || null,
|
|
749
|
-
tailscaleIp: tailscaleIps[0] || null,
|
|
750
|
-
pixcodeUrl: tailscaleIps[0] ? `http://${tailscaleIps[0]}:${process.env.SERVER_PORT || 3001}` : null,
|
|
751
|
-
installUrl: 'https://tailscale.com/download',
|
|
752
|
-
checkedAt: nowIso(),
|
|
753
|
-
message: tailscaleIps[0] ? 'Tailscale is ready for private Pixcode access.' : 'Tailscale CLI is installed but no device IP was detected.',
|
|
754
|
-
};
|
|
755
|
-
} catch (error) {
|
|
756
|
-
const isMissing = error?.code === 'ENOENT';
|
|
757
|
-
return {
|
|
758
|
-
installed: false,
|
|
759
|
-
loggedIn: false,
|
|
760
|
-
backendState: 'missing',
|
|
761
|
-
deviceName: os.hostname(),
|
|
762
|
-
magicDnsName: null,
|
|
763
|
-
tailscaleIp: null,
|
|
764
|
-
pixcodeUrl: null,
|
|
765
|
-
installUrl: 'https://tailscale.com/download',
|
|
766
|
-
checkedAt: nowIso(),
|
|
767
|
-
message: isMissing
|
|
768
|
-
? 'Tailscale is optional. Use the LAN links now, or install Tailscale from Settings > Access for private team access without a public domain.'
|
|
769
|
-
: (error?.message || 'Tailscale status could not be read.'),
|
|
770
|
-
};
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
export async function checkRemoteAccessHealth(input = {}, actorId = null) {
|
|
775
|
-
const url = normalizePublicUrl(input.url || input.remoteUrl || '');
|
|
776
|
-
const checkedAt = nowIso();
|
|
777
|
-
if (!url) {
|
|
778
|
-
throw new Error('Remote access health check requires a URL.');
|
|
779
|
-
}
|
|
780
|
-
const parsed = new URL(url);
|
|
781
|
-
const controller = new AbortController();
|
|
782
|
-
const timeout = setTimeout(() => controller.abort(), Number(input.timeoutMs || 5000));
|
|
783
|
-
try {
|
|
784
|
-
const response = await fetch(`${url}/api/auth/status`, { signal: controller.signal });
|
|
785
|
-
const health = {
|
|
786
|
-
url,
|
|
787
|
-
reachable: response.ok,
|
|
788
|
-
checkedAt,
|
|
789
|
-
statusCode: response.status,
|
|
790
|
-
https: parsed.protocol === 'https:',
|
|
791
|
-
websocketExpected: true,
|
|
792
|
-
message: response.ok ? 'Pixcode auth endpoint is reachable.' : `Pixcode returned HTTP ${response.status}.`,
|
|
793
|
-
};
|
|
794
|
-
const store = readStore();
|
|
795
|
-
addAudit(store, 'remote.access.health_checked', actorId, { url, reachable: health.reachable, https: health.https });
|
|
796
|
-
writeStore(store);
|
|
797
|
-
return health;
|
|
798
|
-
} catch (error) {
|
|
799
|
-
const health = {
|
|
800
|
-
url,
|
|
801
|
-
reachable: false,
|
|
802
|
-
checkedAt,
|
|
803
|
-
statusCode: null,
|
|
804
|
-
https: parsed.protocol === 'https:',
|
|
805
|
-
websocketExpected: true,
|
|
806
|
-
message: error?.name === 'AbortError' ? 'Health check timed out.' : (error?.message || 'Remote access URL is unreachable.'),
|
|
807
|
-
};
|
|
808
|
-
const store = readStore();
|
|
809
|
-
addAudit(store, 'remote.access.health_checked', actorId, { url, reachable: false, https: health.https });
|
|
810
|
-
writeStore(store);
|
|
811
|
-
return health;
|
|
812
|
-
} finally {
|
|
813
|
-
clearTimeout(timeout);
|
|
814
|
-
}
|
|
815
|
-
}
|
|
1
|
+
import crypto from 'node:crypto';
|
|
2
|
+
import os from 'node:os';
|
|
3
|
+
import { execFile } from 'node:child_process';
|
|
4
|
+
import { promisify } from 'node:util';
|
|
5
|
+
|
|
6
|
+
import bcrypt from 'bcryptjs';
|
|
7
|
+
|
|
8
|
+
import { appConfigDb, userDb } from '../database/db.js';
|
|
9
|
+
|
|
10
|
+
const CONFIG_KEY = 'platformization';
|
|
11
|
+
const execFileAsync = promisify(execFile);
|
|
12
|
+
|
|
13
|
+
export const TEAM_ROLES = {
|
|
14
|
+
owner: [
|
|
15
|
+
'team:manage',
|
|
16
|
+
'project:admin',
|
|
17
|
+
'run:approve',
|
|
18
|
+
'secret:manage',
|
|
19
|
+
'marketplace:manage',
|
|
20
|
+
'eval:run',
|
|
21
|
+
'usage:view',
|
|
22
|
+
'security:audit',
|
|
23
|
+
],
|
|
24
|
+
admin: [
|
|
25
|
+
'project:admin',
|
|
26
|
+
'run:approve',
|
|
27
|
+
'secret:manage',
|
|
28
|
+
'marketplace:manage',
|
|
29
|
+
'eval:run',
|
|
30
|
+
'usage:view',
|
|
31
|
+
'security:audit',
|
|
32
|
+
],
|
|
33
|
+
member: [
|
|
34
|
+
'project:write',
|
|
35
|
+
'run:create',
|
|
36
|
+
'secret:use',
|
|
37
|
+
'eval:run',
|
|
38
|
+
'usage:view',
|
|
39
|
+
],
|
|
40
|
+
project_partner: [
|
|
41
|
+
'project:write',
|
|
42
|
+
'run:create',
|
|
43
|
+
'run:approve',
|
|
44
|
+
'review:manage',
|
|
45
|
+
'usage:view',
|
|
46
|
+
],
|
|
47
|
+
project_worker: [
|
|
48
|
+
'project:write',
|
|
49
|
+
'run:create',
|
|
50
|
+
'review:update',
|
|
51
|
+
],
|
|
52
|
+
project_reviewer: [
|
|
53
|
+
'project:read',
|
|
54
|
+
'review:manage',
|
|
55
|
+
'usage:view',
|
|
56
|
+
],
|
|
57
|
+
viewer: [
|
|
58
|
+
'project:read',
|
|
59
|
+
'usage:view',
|
|
60
|
+
],
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export const SECRET_SCOPES = ['global', 'provider', 'project', 'workflow', 'telegram', 'api'];
|
|
64
|
+
|
|
65
|
+
export const MARKETPLACE_PLUGIN_TYPES = ['mcp-server', 'workflow-template', 'provider-adapter', 'notification-channel'];
|
|
66
|
+
|
|
67
|
+
export const SECURITY_AUDIT_CHECKS = [
|
|
68
|
+
'dependency_audit',
|
|
69
|
+
'secret_scan',
|
|
70
|
+
'permission_audit',
|
|
71
|
+
'agent_output_leak_detection',
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
function nowIso() {
|
|
75
|
+
return new Date().toISOString();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function emptyStore() {
|
|
79
|
+
return {
|
|
80
|
+
teamMembers: [],
|
|
81
|
+
secrets: [],
|
|
82
|
+
marketplacePlugins: [],
|
|
83
|
+
evaluationSuites: [],
|
|
84
|
+
evaluationRuns: [],
|
|
85
|
+
usageEvents: [],
|
|
86
|
+
securityAuditRuns: [],
|
|
87
|
+
projectCollaborators: [],
|
|
88
|
+
remoteAccessConfigs: [],
|
|
89
|
+
auditLog: [],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function readStore() {
|
|
94
|
+
const raw = appConfigDb.get(CONFIG_KEY);
|
|
95
|
+
if (!raw) return emptyStore();
|
|
96
|
+
try {
|
|
97
|
+
const parsed = JSON.parse(raw);
|
|
98
|
+
return {
|
|
99
|
+
teamMembers: Array.isArray(parsed.teamMembers) ? parsed.teamMembers : [],
|
|
100
|
+
secrets: Array.isArray(parsed.secrets) ? parsed.secrets : [],
|
|
101
|
+
marketplacePlugins: Array.isArray(parsed.marketplacePlugins) ? parsed.marketplacePlugins : [],
|
|
102
|
+
evaluationSuites: Array.isArray(parsed.evaluationSuites) ? parsed.evaluationSuites : [],
|
|
103
|
+
evaluationRuns: Array.isArray(parsed.evaluationRuns) ? parsed.evaluationRuns : [],
|
|
104
|
+
usageEvents: Array.isArray(parsed.usageEvents) ? parsed.usageEvents : [],
|
|
105
|
+
securityAuditRuns: Array.isArray(parsed.securityAuditRuns) ? parsed.securityAuditRuns : [],
|
|
106
|
+
projectCollaborators: Array.isArray(parsed.projectCollaborators) ? parsed.projectCollaborators : [],
|
|
107
|
+
remoteAccessConfigs: Array.isArray(parsed.remoteAccessConfigs) ? parsed.remoteAccessConfigs : [],
|
|
108
|
+
auditLog: Array.isArray(parsed.auditLog) ? parsed.auditLog : [],
|
|
109
|
+
};
|
|
110
|
+
} catch {
|
|
111
|
+
return emptyStore();
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function writeStore(store) {
|
|
116
|
+
appConfigDb.set(CONFIG_KEY, JSON.stringify(store));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
function compact(text, max = 120) {
|
|
120
|
+
const value = String(text || '').replace(/\s+/g, ' ').trim();
|
|
121
|
+
return value.length > max ? value.slice(0, max).replace(/[-_\s]+$/g, '') : value;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
function slugify(value) {
|
|
125
|
+
const slug = compact(value, 72)
|
|
126
|
+
.toLowerCase()
|
|
127
|
+
.replace(/[^a-z0-9]+/g, '-')
|
|
128
|
+
.replace(/^-+|-+$/g, '');
|
|
129
|
+
return slug || crypto.randomUUID();
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
function addAudit(store, action, actorId, details = {}) {
|
|
133
|
+
store.auditLog.unshift({
|
|
134
|
+
id: crypto.randomUUID(),
|
|
135
|
+
action,
|
|
136
|
+
actorId: actorId || null,
|
|
137
|
+
createdAt: nowIso(),
|
|
138
|
+
details,
|
|
139
|
+
});
|
|
140
|
+
store.auditLog = store.auditLog.slice(0, 250);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
function normalizeRole(role) {
|
|
144
|
+
return TEAM_ROLES[role] ? role : 'viewer';
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
function normalizeScope(scope) {
|
|
148
|
+
return SECRET_SCOPES.includes(scope) ? scope : 'project';
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
function vaultKey() {
|
|
152
|
+
const material = process.env.PIXCODE_SECRET_KEY || process.env.JWT_SECRET || appConfigDb.getOrCreateJwtSecret();
|
|
153
|
+
return crypto.createHash('sha256').update(material).digest();
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
function sealSecret(value) {
|
|
157
|
+
const iv = crypto.randomBytes(12);
|
|
158
|
+
const cipher = crypto.createCipheriv('aes-256-gcm', vaultKey(), iv);
|
|
159
|
+
const encrypted = Buffer.concat([cipher.update(String(value || ''), 'utf8'), cipher.final()]);
|
|
160
|
+
return {
|
|
161
|
+
algorithm: 'aes-256-gcm',
|
|
162
|
+
iv: iv.toString('base64'),
|
|
163
|
+
tag: cipher.getAuthTag().toString('base64'),
|
|
164
|
+
ciphertext: encrypted.toString('base64'),
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
function openSecret(sealed) {
|
|
169
|
+
const decipher = crypto.createDecipheriv('aes-256-gcm', vaultKey(), Buffer.from(sealed.iv, 'base64'));
|
|
170
|
+
decipher.setAuthTag(Buffer.from(sealed.tag, 'base64'));
|
|
171
|
+
return Buffer.concat([
|
|
172
|
+
decipher.update(Buffer.from(sealed.ciphertext, 'base64')),
|
|
173
|
+
decipher.final(),
|
|
174
|
+
]).toString('utf8');
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
function redactSecret(secret) {
|
|
178
|
+
return {
|
|
179
|
+
...secret,
|
|
180
|
+
sealedValue: undefined,
|
|
181
|
+
redacted: '********',
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
function scopeMatches(secret, input = {}) {
|
|
186
|
+
if (secret.scope === 'global') return true;
|
|
187
|
+
if (secret.scope === 'provider') return !input.provider || secret.target === input.provider;
|
|
188
|
+
if (secret.scope === 'project') return !input.projectPath || secret.target === input.projectPath || secret.target === input.projectName;
|
|
189
|
+
if (secret.scope === 'workflow') return !input.workflowId || secret.target === input.workflowId;
|
|
190
|
+
if (secret.scope === 'telegram') return input.channel === 'telegram';
|
|
191
|
+
if (secret.scope === 'api') return input.channel === 'api';
|
|
192
|
+
return false;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export function getPlatformizationState() {
|
|
196
|
+
const store = readStore();
|
|
197
|
+
return {
|
|
198
|
+
roles: TEAM_ROLES,
|
|
199
|
+
secretScopes: SECRET_SCOPES,
|
|
200
|
+
marketplacePluginTypes: MARKETPLACE_PLUGIN_TYPES,
|
|
201
|
+
securityAuditChecks: SECURITY_AUDIT_CHECKS,
|
|
202
|
+
teamMembers: store.teamMembers,
|
|
203
|
+
secrets: store.secrets.map(redactSecret),
|
|
204
|
+
marketplacePlugins: store.marketplacePlugins,
|
|
205
|
+
evaluationSuites: store.evaluationSuites,
|
|
206
|
+
evaluationRuns: store.evaluationRuns,
|
|
207
|
+
usageSummary: summarizeUsageEvents(store.usageEvents),
|
|
208
|
+
securityAuditRuns: store.securityAuditRuns,
|
|
209
|
+
adminUsers: listAdminUsers(),
|
|
210
|
+
projectCollaborators: store.projectCollaborators,
|
|
211
|
+
remoteAccessConfigs: store.remoteAccessConfigs,
|
|
212
|
+
auditLog: store.auditLog,
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export function createTeamMember(input = {}, actorId = null) {
|
|
217
|
+
const email = compact(input.email || input.username || '');
|
|
218
|
+
if (!email) throw new Error('Team member email or username is required.');
|
|
219
|
+
const store = readStore();
|
|
220
|
+
const member = {
|
|
221
|
+
id: crypto.randomUUID(),
|
|
222
|
+
email,
|
|
223
|
+
displayName: compact(input.displayName || email, 80),
|
|
224
|
+
role: normalizeRole(input.role || 'viewer'),
|
|
225
|
+
projectScopes: Array.isArray(input.projectScopes) ? input.projectScopes : [],
|
|
226
|
+
status: input.status || 'active',
|
|
227
|
+
createdAt: nowIso(),
|
|
228
|
+
updatedAt: nowIso(),
|
|
229
|
+
};
|
|
230
|
+
member.permissions = TEAM_ROLES[member.role];
|
|
231
|
+
store.teamMembers.unshift(member);
|
|
232
|
+
addAudit(store, 'team.member.created', actorId, { memberId: member.id, role: member.role });
|
|
233
|
+
writeStore(store);
|
|
234
|
+
return member;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export function updateTeamMember(memberId, patch = {}, actorId = null) {
|
|
238
|
+
const store = readStore();
|
|
239
|
+
let updated = null;
|
|
240
|
+
store.teamMembers = store.teamMembers.map((member) => {
|
|
241
|
+
if (member.id !== memberId) return member;
|
|
242
|
+
updated = {
|
|
243
|
+
...member,
|
|
244
|
+
...patch,
|
|
245
|
+
id: member.id,
|
|
246
|
+
role: normalizeRole(patch.role || member.role),
|
|
247
|
+
updatedAt: nowIso(),
|
|
248
|
+
};
|
|
249
|
+
updated.permissions = TEAM_ROLES[updated.role];
|
|
250
|
+
return updated;
|
|
251
|
+
});
|
|
252
|
+
if (updated) {
|
|
253
|
+
addAudit(store, 'team.member.updated', actorId, { memberId, role: updated.role });
|
|
254
|
+
writeStore(store);
|
|
255
|
+
}
|
|
256
|
+
return updated;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export function listAdminUsers() {
|
|
260
|
+
return userDb.listUsers().map((user) => ({
|
|
261
|
+
id: user.id,
|
|
262
|
+
username: user.username,
|
|
263
|
+
role: user.role || 'member',
|
|
264
|
+
status: user.is_active ? 'active' : 'disabled',
|
|
265
|
+
isActive: Boolean(user.is_active),
|
|
266
|
+
createdAt: user.created_at,
|
|
267
|
+
lastLogin: user.last_login,
|
|
268
|
+
}));
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export async function createAdminUser(input = {}, actorId = null) {
|
|
272
|
+
const username = compact(input.username || input.email || '');
|
|
273
|
+
const password = String(input.password || '');
|
|
274
|
+
if (!username || password.length < 6) {
|
|
275
|
+
throw new Error('Admin user creation requires a username and a password with at least 6 characters.');
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
const role = normalizeRole(input.role || 'member');
|
|
279
|
+
const passwordHash = await bcrypt.hash(password, 12);
|
|
280
|
+
const user = userDb.createManagedUser(username, passwordHash, {
|
|
281
|
+
role,
|
|
282
|
+
is_active: input.status !== 'disabled',
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
const store = readStore();
|
|
286
|
+
const member = {
|
|
287
|
+
id: crypto.randomUUID(),
|
|
288
|
+
userId: user.id,
|
|
289
|
+
email: input.email || username,
|
|
290
|
+
displayName: compact(input.displayName || username, 80),
|
|
291
|
+
role,
|
|
292
|
+
projectScopes: Array.isArray(input.projectScopes) ? input.projectScopes : [],
|
|
293
|
+
status: input.status || 'active',
|
|
294
|
+
createdAt: nowIso(),
|
|
295
|
+
updatedAt: nowIso(),
|
|
296
|
+
permissions: TEAM_ROLES[role],
|
|
297
|
+
};
|
|
298
|
+
store.teamMembers.unshift(member);
|
|
299
|
+
addAudit(store, 'admin.user.created', actorId, { userId: user.id, username, role });
|
|
300
|
+
writeStore(store);
|
|
301
|
+
return {
|
|
302
|
+
...user,
|
|
303
|
+
status: member.status,
|
|
304
|
+
permissions: member.permissions,
|
|
305
|
+
};
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export function updateAdminUser(userId, patch = {}, actorId = null) {
|
|
309
|
+
const numericUserId = Number(userId);
|
|
310
|
+
const role = patch.role ? normalizeRole(patch.role) : undefined;
|
|
311
|
+
const isActive = patch.status === 'disabled' ? false : patch.status === 'active' ? true : undefined;
|
|
312
|
+
const user = userDb.updateUser(numericUserId, {
|
|
313
|
+
username: patch.username,
|
|
314
|
+
role,
|
|
315
|
+
is_active: isActive,
|
|
316
|
+
});
|
|
317
|
+
if (!user) return null;
|
|
318
|
+
|
|
319
|
+
const store = readStore();
|
|
320
|
+
store.teamMembers = store.teamMembers.map((member) => {
|
|
321
|
+
if (member.userId !== numericUserId) return member;
|
|
322
|
+
const nextRole = role || member.role;
|
|
323
|
+
const nextStatus = patch.status || member.status;
|
|
324
|
+
return {
|
|
325
|
+
...member,
|
|
326
|
+
role: nextRole,
|
|
327
|
+
status: nextStatus,
|
|
328
|
+
permissions: TEAM_ROLES[nextRole] || TEAM_ROLES.viewer,
|
|
329
|
+
updatedAt: nowIso(),
|
|
330
|
+
};
|
|
331
|
+
});
|
|
332
|
+
addAudit(store, 'admin.user.updated', actorId, { userId: numericUserId, role: role || user.role, status: patch.status });
|
|
333
|
+
writeStore(store);
|
|
334
|
+
return {
|
|
335
|
+
...user,
|
|
336
|
+
role: role || user.role || 'member',
|
|
337
|
+
status: user.is_active ? 'active' : 'disabled',
|
|
338
|
+
};
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export function createProjectCollaborator(input = {}, actorId = null) {
|
|
342
|
+
const projectName = compact(input.projectName || input.project || '');
|
|
343
|
+
const projectPath = input.projectPath || null;
|
|
344
|
+
const userRef = compact(input.userRef || input.email || input.username || '');
|
|
345
|
+
if (!projectName || !userRef) {
|
|
346
|
+
throw new Error('Project collaborator requires a project name and user reference.');
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
const role = ['partner', 'worker', 'reviewer', 'viewer'].includes(input.role) ? input.role : 'worker';
|
|
350
|
+
const capabilities = {
|
|
351
|
+
chatAgents: input.capabilities?.chatAgents !== false,
|
|
352
|
+
viewFiles: true,
|
|
353
|
+
editFiles: role === 'partner' || role === 'worker',
|
|
354
|
+
useShell: role === 'partner',
|
|
355
|
+
approveActions: role === 'partner' || role === 'reviewer',
|
|
356
|
+
manageSecrets: role === 'partner',
|
|
357
|
+
manageProjectSettings: role === 'partner',
|
|
358
|
+
};
|
|
359
|
+
const collaborator = {
|
|
360
|
+
id: crypto.randomUUID(),
|
|
361
|
+
projectName,
|
|
362
|
+
projectPath,
|
|
363
|
+
userRef,
|
|
364
|
+
role,
|
|
365
|
+
capabilities: {
|
|
366
|
+
...capabilities,
|
|
367
|
+
...(input.capabilities && typeof input.capabilities === 'object' ? input.capabilities : {}),
|
|
368
|
+
},
|
|
369
|
+
status: input.status || 'active',
|
|
370
|
+
createdAt: nowIso(),
|
|
371
|
+
updatedAt: nowIso(),
|
|
372
|
+
};
|
|
373
|
+
const store = readStore();
|
|
374
|
+
store.projectCollaborators.unshift(collaborator);
|
|
375
|
+
addAudit(store, 'project.collaborator.created', actorId, { collaboratorId: collaborator.id, projectName, userRef, role });
|
|
376
|
+
writeStore(store);
|
|
377
|
+
return collaborator;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export function updateProjectCollaborator(collaboratorId, patch = {}, actorId = null) {
|
|
381
|
+
const store = readStore();
|
|
382
|
+
let updated = null;
|
|
383
|
+
store.projectCollaborators = store.projectCollaborators.map((collaborator) => {
|
|
384
|
+
if (collaborator.id !== collaboratorId) return collaborator;
|
|
385
|
+
updated = {
|
|
386
|
+
...collaborator,
|
|
387
|
+
...patch,
|
|
388
|
+
id: collaborator.id,
|
|
389
|
+
capabilities: {
|
|
390
|
+
...collaborator.capabilities,
|
|
391
|
+
...(patch.capabilities && typeof patch.capabilities === 'object' ? patch.capabilities : {}),
|
|
392
|
+
},
|
|
393
|
+
updatedAt: nowIso(),
|
|
394
|
+
};
|
|
395
|
+
return updated;
|
|
396
|
+
});
|
|
397
|
+
if (updated) {
|
|
398
|
+
addAudit(store, 'project.collaborator.updated', actorId, { collaboratorId, role: updated.role, status: updated.status });
|
|
399
|
+
writeStore(store);
|
|
400
|
+
}
|
|
401
|
+
return updated;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export function createSecret(input = {}, actorId = null) {
|
|
405
|
+
const name = compact(input.name || input.envName || '');
|
|
406
|
+
const value = input.value;
|
|
407
|
+
if (!name || typeof value !== 'string') throw new Error('Secret name and string value are required.');
|
|
408
|
+
const scope = normalizeScope(input.scope || 'project');
|
|
409
|
+
const store = readStore();
|
|
410
|
+
const secret = {
|
|
411
|
+
id: crypto.randomUUID(),
|
|
412
|
+
name,
|
|
413
|
+
envName: compact(input.envName || name).replace(/[^A-Z0-9_]/gi, '_').toUpperCase(),
|
|
414
|
+
scope,
|
|
415
|
+
target: input.target || input.projectPath || input.provider || null,
|
|
416
|
+
createdAt: nowIso(),
|
|
417
|
+
updatedAt: nowIso(),
|
|
418
|
+
fingerprint: crypto.createHash('sha256').update(value).digest('hex').slice(0, 12),
|
|
419
|
+
sealedValue: sealSecret(value),
|
|
420
|
+
};
|
|
421
|
+
store.secrets = store.secrets.filter((existing) => !(existing.envName === secret.envName && existing.scope === secret.scope && existing.target === secret.target));
|
|
422
|
+
store.secrets.unshift(secret);
|
|
423
|
+
addAudit(store, 'secret.created', actorId, { secretId: secret.id, scope: secret.scope, envName: secret.envName });
|
|
424
|
+
writeStore(store);
|
|
425
|
+
return redactSecret(secret);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export function listSecrets() {
|
|
429
|
+
return readStore().secrets.map(redactSecret);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export function materializeScopedEnv(input = {}, options = {}) {
|
|
433
|
+
const store = readStore();
|
|
434
|
+
const env = {};
|
|
435
|
+
const included = [];
|
|
436
|
+
for (const secret of store.secrets) {
|
|
437
|
+
if (!scopeMatches(secret, input)) continue;
|
|
438
|
+
included.push({
|
|
439
|
+
id: secret.id,
|
|
440
|
+
envName: secret.envName,
|
|
441
|
+
scope: secret.scope,
|
|
442
|
+
target: secret.target,
|
|
443
|
+
redacted: '********',
|
|
444
|
+
});
|
|
445
|
+
if (options.reveal === true) {
|
|
446
|
+
env[secret.envName] = openSecret(secret.sealedValue);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
return { env, included };
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export function upsertMarketplacePlugin(input = {}, actorId = null) {
|
|
453
|
+
const pluginId = input.id || slugify(input.name || input.packageName || 'plugin');
|
|
454
|
+
const store = readStore();
|
|
455
|
+
const existing = store.marketplacePlugins.find((plugin) => plugin.id === pluginId);
|
|
456
|
+
const plugin = {
|
|
457
|
+
id: pluginId,
|
|
458
|
+
name: compact(input.name || pluginId, 100),
|
|
459
|
+
type: MARKETPLACE_PLUGIN_TYPES.includes(input.type) ? input.type : 'mcp-server',
|
|
460
|
+
source: input.source || input.packageName || input.repository || null,
|
|
461
|
+
permissionScopes: Array.isArray(input.permissionScopes) ? input.permissionScopes : [],
|
|
462
|
+
installCommand: input.installCommand || null,
|
|
463
|
+
status: input.status || existing?.status || 'available',
|
|
464
|
+
health: input.health || existing?.health || { status: 'unknown', checkedAt: null },
|
|
465
|
+
updatedAt: nowIso(),
|
|
466
|
+
createdAt: existing?.createdAt || nowIso(),
|
|
467
|
+
};
|
|
468
|
+
store.marketplacePlugins = [plugin, ...store.marketplacePlugins.filter((item) => item.id !== pluginId)];
|
|
469
|
+
addAudit(store, 'marketplace.plugin.upserted', actorId, { pluginId, type: plugin.type });
|
|
470
|
+
writeStore(store);
|
|
471
|
+
return plugin;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export function updateMarketplacePluginHealth(pluginId, health = {}, actorId = null) {
|
|
475
|
+
const store = readStore();
|
|
476
|
+
let updated = null;
|
|
477
|
+
store.marketplacePlugins = store.marketplacePlugins.map((plugin) => {
|
|
478
|
+
if (plugin.id !== pluginId) return plugin;
|
|
479
|
+
updated = {
|
|
480
|
+
...plugin,
|
|
481
|
+
health: {
|
|
482
|
+
status: health.status || 'unknown',
|
|
483
|
+
message: health.message || '',
|
|
484
|
+
checkedAt: nowIso(),
|
|
485
|
+
},
|
|
486
|
+
updatedAt: nowIso(),
|
|
487
|
+
};
|
|
488
|
+
return updated;
|
|
489
|
+
});
|
|
490
|
+
if (updated) {
|
|
491
|
+
addAudit(store, 'marketplace.plugin.health_checked', actorId, { pluginId, status: updated.health.status });
|
|
492
|
+
writeStore(store);
|
|
493
|
+
}
|
|
494
|
+
return updated;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export function createEvaluationSuite(input = {}, actorId = null) {
|
|
498
|
+
const tasks = Array.isArray(input.tasks) ? input.tasks : [];
|
|
499
|
+
const suite = {
|
|
500
|
+
id: input.id || slugify(input.name || 'evaluation-suite'),
|
|
501
|
+
name: compact(input.name || 'Evaluation suite', 100),
|
|
502
|
+
description: compact(input.description || '', 240),
|
|
503
|
+
tasks: tasks.map((task, index) => ({
|
|
504
|
+
id: task.id || `task-${index + 1}`,
|
|
505
|
+
title: compact(task.title || `Task ${index + 1}`, 120),
|
|
506
|
+
acceptanceCriteria: Array.isArray(task.acceptanceCriteria) ? task.acceptanceCriteria : [],
|
|
507
|
+
projectPath: task.projectPath || null,
|
|
508
|
+
})),
|
|
509
|
+
createdAt: nowIso(),
|
|
510
|
+
updatedAt: nowIso(),
|
|
511
|
+
};
|
|
512
|
+
const store = readStore();
|
|
513
|
+
store.evaluationSuites = [suite, ...store.evaluationSuites.filter((item) => item.id !== suite.id)];
|
|
514
|
+
addAudit(store, 'eval.suite.upserted', actorId, { suiteId: suite.id, tasks: suite.tasks.length });
|
|
515
|
+
writeStore(store);
|
|
516
|
+
return suite;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export function createEvaluationRun(input = {}, actorId = null) {
|
|
520
|
+
const results = Array.isArray(input.results) ? input.results : [];
|
|
521
|
+
const passed = results.filter((result) => result.status === 'passed').length;
|
|
522
|
+
const run = {
|
|
523
|
+
id: crypto.randomUUID(),
|
|
524
|
+
suiteId: input.suiteId || null,
|
|
525
|
+
provider: input.provider || null,
|
|
526
|
+
model: input.model || null,
|
|
527
|
+
status: input.status || 'completed',
|
|
528
|
+
createdAt: nowIso(),
|
|
529
|
+
results,
|
|
530
|
+
summary: {
|
|
531
|
+
total: results.length,
|
|
532
|
+
passed,
|
|
533
|
+
failed: results.filter((result) => result.status === 'failed').length,
|
|
534
|
+
passRate: results.length ? Math.round((passed / results.length) * 1000) / 10 : 0,
|
|
535
|
+
averageLatencyMs: average(results.map((result) => Number(result.latencyMs || 0)).filter(Boolean)),
|
|
536
|
+
},
|
|
537
|
+
};
|
|
538
|
+
const store = readStore();
|
|
539
|
+
store.evaluationRuns.unshift(run);
|
|
540
|
+
addAudit(store, 'eval.run.created', actorId, { runId: run.id, suiteId: run.suiteId, passRate: run.summary.passRate });
|
|
541
|
+
writeStore(store);
|
|
542
|
+
return run;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
function average(values) {
|
|
546
|
+
if (!values.length) return 0;
|
|
547
|
+
return Math.round(values.reduce((sum, value) => sum + value, 0) / values.length);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
export function recordUsageEvent(input = {}, actorId = null) {
|
|
551
|
+
const event = {
|
|
552
|
+
id: crypto.randomUUID(),
|
|
553
|
+
createdAt: input.createdAt || nowIso(),
|
|
554
|
+
provider: input.provider || 'unknown',
|
|
555
|
+
model: input.model || 'unknown',
|
|
556
|
+
workflow: input.workflow || input.source || 'manual',
|
|
557
|
+
inputTokens: Number(input.inputTokens || 0),
|
|
558
|
+
outputTokens: Number(input.outputTokens || 0),
|
|
559
|
+
costUsd: Number(input.costUsd || 0),
|
|
560
|
+
latencyMs: Number(input.latencyMs || 0),
|
|
561
|
+
status: input.status || 'ok',
|
|
562
|
+
};
|
|
563
|
+
const store = readStore();
|
|
564
|
+
store.usageEvents.unshift(event);
|
|
565
|
+
store.usageEvents = store.usageEvents.slice(0, 2000);
|
|
566
|
+
addAudit(store, 'usage.event.recorded', actorId, { provider: event.provider, model: event.model, status: event.status });
|
|
567
|
+
writeStore(store);
|
|
568
|
+
return event;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export function summarizeUsageEvents(events = readStore().usageEvents) {
|
|
572
|
+
const groups = new Map();
|
|
573
|
+
for (const event of events) {
|
|
574
|
+
const key = `${event.provider}:${event.model}:${event.workflow}`;
|
|
575
|
+
const current = groups.get(key) || {
|
|
576
|
+
provider: event.provider,
|
|
577
|
+
model: event.model,
|
|
578
|
+
workflow: event.workflow,
|
|
579
|
+
runs: 0,
|
|
580
|
+
errors: 0,
|
|
581
|
+
inputTokens: 0,
|
|
582
|
+
outputTokens: 0,
|
|
583
|
+
totalTokens: 0,
|
|
584
|
+
costUsd: 0,
|
|
585
|
+
latencyMs: 0,
|
|
586
|
+
};
|
|
587
|
+
current.runs += 1;
|
|
588
|
+
current.errors += event.status === 'error' ? 1 : 0;
|
|
589
|
+
current.inputTokens += event.inputTokens;
|
|
590
|
+
current.outputTokens += event.outputTokens;
|
|
591
|
+
current.totalTokens += event.inputTokens + event.outputTokens;
|
|
592
|
+
current.costUsd += event.costUsd;
|
|
593
|
+
current.latencyMs += event.latencyMs;
|
|
594
|
+
groups.set(key, current);
|
|
595
|
+
}
|
|
596
|
+
return Array.from(groups.values()).map((group) => ({
|
|
597
|
+
...group,
|
|
598
|
+
costUsd: Math.round(group.costUsd * 10000) / 10000,
|
|
599
|
+
averageLatencyMs: group.runs ? Math.round(group.latencyMs / group.runs) : 0,
|
|
600
|
+
errorRate: group.runs ? Math.round((group.errors / group.runs) * 1000) / 10 : 0,
|
|
601
|
+
latencyMs: undefined,
|
|
602
|
+
}));
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export function createSecurityAuditRun(input = {}, actorId = null) {
|
|
606
|
+
const checks = Array.isArray(input.checks) && input.checks.length
|
|
607
|
+
? input.checks.filter((check) => SECURITY_AUDIT_CHECKS.includes(check))
|
|
608
|
+
: SECURITY_AUDIT_CHECKS;
|
|
609
|
+
const findings = Array.isArray(input.findings) ? input.findings : [];
|
|
610
|
+
const run = {
|
|
611
|
+
id: crypto.randomUUID(),
|
|
612
|
+
protocol: 'pixcode.security-audit.v1',
|
|
613
|
+
status: input.status || 'queued',
|
|
614
|
+
projectName: input.projectName || null,
|
|
615
|
+
projectPath: input.projectPath || null,
|
|
616
|
+
checks,
|
|
617
|
+
createdAt: nowIso(),
|
|
618
|
+
findings: findings.map((finding, index) => ({
|
|
619
|
+
id: finding.id || `finding-${index + 1}`,
|
|
620
|
+
severity: finding.severity || 'medium',
|
|
621
|
+
title: compact(finding.title || 'Security finding', 140),
|
|
622
|
+
file: finding.file || null,
|
|
623
|
+
recommendation: finding.recommendation || null,
|
|
624
|
+
})),
|
|
625
|
+
checklist: checks.map((check) => ({
|
|
626
|
+
check,
|
|
627
|
+
status: 'pending',
|
|
628
|
+
})),
|
|
629
|
+
};
|
|
630
|
+
const store = readStore();
|
|
631
|
+
store.securityAuditRuns.unshift(run);
|
|
632
|
+
addAudit(store, 'security.audit.created', actorId, { runId: run.id, checks });
|
|
633
|
+
writeStore(store);
|
|
634
|
+
return run;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export function getAuditLog(filters = {}) {
|
|
638
|
+
const store = readStore();
|
|
639
|
+
let entries = store.auditLog;
|
|
640
|
+
if (filters.userId) {
|
|
641
|
+
entries = entries.filter((entry) => String(entry.actorId) === String(filters.userId));
|
|
642
|
+
}
|
|
643
|
+
if (filters.eventType) {
|
|
644
|
+
entries = entries.filter((entry) => entry.action === filters.eventType || entry.action.includes(filters.eventType));
|
|
645
|
+
}
|
|
646
|
+
if (filters.projectName) {
|
|
647
|
+
entries = entries.filter((entry) => entry.details?.projectName === filters.projectName);
|
|
648
|
+
}
|
|
649
|
+
if (filters.severity) {
|
|
650
|
+
entries = entries.filter((entry) => entry.details?.severity === filters.severity);
|
|
651
|
+
}
|
|
652
|
+
return entries.slice(0, Number(filters.limit || 200));
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export function exportAuditLog(format = 'json', filters = {}) {
|
|
656
|
+
const entries = getAuditLog(filters);
|
|
657
|
+
if (format === 'csv') {
|
|
658
|
+
const header = ['id', 'createdAt', 'actorId', 'action', 'details'];
|
|
659
|
+
const lines = entries.map((entry) => header.map((field) => {
|
|
660
|
+
const value = field === 'details' ? JSON.stringify(entry.details || {}) : entry[field];
|
|
661
|
+
return `"${String(value ?? '').replace(/"/g, '""')}"`;
|
|
662
|
+
}).join(','));
|
|
663
|
+
return [header.join(','), ...lines].join('\n');
|
|
664
|
+
}
|
|
665
|
+
return JSON.stringify(entries, null, 2);
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
function normalizeAccessMode(mode) {
|
|
669
|
+
return ['lan', 'tailscale', 'cloudflare_tunnel', 'custom_domain'].includes(mode) ? mode : 'lan';
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
function normalizePublicUrl(value) {
|
|
673
|
+
const raw = typeof value === 'string' ? value.trim() : '';
|
|
674
|
+
if (!raw) return null;
|
|
675
|
+
const url = new URL(raw);
|
|
676
|
+
if (!['http:', 'https:'].includes(url.protocol)) {
|
|
677
|
+
throw new Error('Remote access URL must use http or https.');
|
|
678
|
+
}
|
|
679
|
+
url.pathname = url.pathname.replace(/\/+$/, '');
|
|
680
|
+
url.search = '';
|
|
681
|
+
url.hash = '';
|
|
682
|
+
return url.toString().replace(/\/$/, '');
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
export function saveRemoteAccessConfig(input = {}, actorId = null) {
|
|
686
|
+
const mode = normalizeAccessMode(input.mode);
|
|
687
|
+
const id = input.id || mode;
|
|
688
|
+
const config = {
|
|
689
|
+
id,
|
|
690
|
+
mode,
|
|
691
|
+
label: compact(input.label || mode.replace(/_/g, ' '), 80),
|
|
692
|
+
url: input.url ? normalizePublicUrl(input.url) : null,
|
|
693
|
+
targetPort: Number(input.targetPort || process.env.SERVER_PORT || 3001),
|
|
694
|
+
public: mode === 'cloudflare_tunnel' || mode === 'custom_domain',
|
|
695
|
+
tlsRequired: mode === 'cloudflare_tunnel' || mode === 'custom_domain',
|
|
696
|
+
privateOnly: mode === 'tailscale' || mode === 'lan',
|
|
697
|
+
status: input.status || 'configured',
|
|
698
|
+
notes: compact(input.notes || '', 240),
|
|
699
|
+
updatedAt: nowIso(),
|
|
700
|
+
createdAt: input.createdAt || nowIso(),
|
|
701
|
+
lastHealth: input.lastHealth || null,
|
|
702
|
+
};
|
|
703
|
+
const store = readStore();
|
|
704
|
+
store.remoteAccessConfigs = [config, ...store.remoteAccessConfigs.filter((item) => item.id !== id)];
|
|
705
|
+
addAudit(store, 'remote.access.configured', actorId, { mode, url: config.url, public: config.public });
|
|
706
|
+
writeStore(store);
|
|
707
|
+
return config;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export function getRemoteAccessState() {
|
|
711
|
+
const store = readStore();
|
|
712
|
+
return {
|
|
713
|
+
host: os.hostname(),
|
|
714
|
+
platform: os.platform(),
|
|
715
|
+
localUrl: `http://127.0.0.1:${process.env.SERVER_PORT || 3001}`,
|
|
716
|
+
configs: store.remoteAccessConfigs,
|
|
717
|
+
recommendations: [
|
|
718
|
+
{
|
|
719
|
+
mode: 'tailscale',
|
|
720
|
+
label: 'Tailscale private network',
|
|
721
|
+
recommendedWhen: 'No stable domain, no public IP, private team access.',
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
mode: 'cloudflare_tunnel',
|
|
725
|
+
label: 'Cloudflare Tunnel',
|
|
726
|
+
recommendedWhen: 'Stable public HTTPS URL without opening inbound ports.',
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
mode: 'custom_domain',
|
|
730
|
+
label: 'Custom domain / reverse proxy',
|
|
731
|
+
recommendedWhen: 'Existing domain, reverse proxy, and TLS termination.',
|
|
732
|
+
},
|
|
733
|
+
],
|
|
734
|
+
};
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
export async function detectTailscaleStatus() {
|
|
738
|
+
try {
|
|
739
|
+
const { stdout } = await execFileAsync('tailscale', ['status', '--json'], { timeout: 5000 });
|
|
740
|
+
const status = JSON.parse(stdout || '{}');
|
|
741
|
+
const self = status.Self || {};
|
|
742
|
+
const tailscaleIps = Array.isArray(self.TailscaleIPs) ? self.TailscaleIPs : [];
|
|
743
|
+
return {
|
|
744
|
+
installed: true,
|
|
745
|
+
loggedIn: Boolean(self.ID || self.DNSName || tailscaleIps.length),
|
|
746
|
+
backendState: status.BackendState || null,
|
|
747
|
+
deviceName: self.HostName || os.hostname(),
|
|
748
|
+
magicDnsName: self.DNSName || null,
|
|
749
|
+
tailscaleIp: tailscaleIps[0] || null,
|
|
750
|
+
pixcodeUrl: tailscaleIps[0] ? `http://${tailscaleIps[0]}:${process.env.SERVER_PORT || 3001}` : null,
|
|
751
|
+
installUrl: 'https://tailscale.com/download',
|
|
752
|
+
checkedAt: nowIso(),
|
|
753
|
+
message: tailscaleIps[0] ? 'Tailscale is ready for private Pixcode access.' : 'Tailscale CLI is installed but no device IP was detected.',
|
|
754
|
+
};
|
|
755
|
+
} catch (error) {
|
|
756
|
+
const isMissing = error?.code === 'ENOENT';
|
|
757
|
+
return {
|
|
758
|
+
installed: false,
|
|
759
|
+
loggedIn: false,
|
|
760
|
+
backendState: 'missing',
|
|
761
|
+
deviceName: os.hostname(),
|
|
762
|
+
magicDnsName: null,
|
|
763
|
+
tailscaleIp: null,
|
|
764
|
+
pixcodeUrl: null,
|
|
765
|
+
installUrl: 'https://tailscale.com/download',
|
|
766
|
+
checkedAt: nowIso(),
|
|
767
|
+
message: isMissing
|
|
768
|
+
? 'Tailscale is optional. Use the LAN links now, or install Tailscale from Settings > Access for private team access without a public domain.'
|
|
769
|
+
: (error?.message || 'Tailscale status could not be read.'),
|
|
770
|
+
};
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export async function checkRemoteAccessHealth(input = {}, actorId = null) {
|
|
775
|
+
const url = normalizePublicUrl(input.url || input.remoteUrl || '');
|
|
776
|
+
const checkedAt = nowIso();
|
|
777
|
+
if (!url) {
|
|
778
|
+
throw new Error('Remote access health check requires a URL.');
|
|
779
|
+
}
|
|
780
|
+
const parsed = new URL(url);
|
|
781
|
+
const controller = new AbortController();
|
|
782
|
+
const timeout = setTimeout(() => controller.abort(), Number(input.timeoutMs || 5000));
|
|
783
|
+
try {
|
|
784
|
+
const response = await fetch(`${url}/api/auth/status`, { signal: controller.signal });
|
|
785
|
+
const health = {
|
|
786
|
+
url,
|
|
787
|
+
reachable: response.ok,
|
|
788
|
+
checkedAt,
|
|
789
|
+
statusCode: response.status,
|
|
790
|
+
https: parsed.protocol === 'https:',
|
|
791
|
+
websocketExpected: true,
|
|
792
|
+
message: response.ok ? 'Pixcode auth endpoint is reachable.' : `Pixcode returned HTTP ${response.status}.`,
|
|
793
|
+
};
|
|
794
|
+
const store = readStore();
|
|
795
|
+
addAudit(store, 'remote.access.health_checked', actorId, { url, reachable: health.reachable, https: health.https });
|
|
796
|
+
writeStore(store);
|
|
797
|
+
return health;
|
|
798
|
+
} catch (error) {
|
|
799
|
+
const health = {
|
|
800
|
+
url,
|
|
801
|
+
reachable: false,
|
|
802
|
+
checkedAt,
|
|
803
|
+
statusCode: null,
|
|
804
|
+
https: parsed.protocol === 'https:',
|
|
805
|
+
websocketExpected: true,
|
|
806
|
+
message: error?.name === 'AbortError' ? 'Health check timed out.' : (error?.message || 'Remote access URL is unreachable.'),
|
|
807
|
+
};
|
|
808
|
+
const store = readStore();
|
|
809
|
+
addAudit(store, 'remote.access.health_checked', actorId, { url, reachable: false, https: health.https });
|
|
810
|
+
writeStore(store);
|
|
811
|
+
return health;
|
|
812
|
+
} finally {
|
|
813
|
+
clearTimeout(timeout);
|
|
814
|
+
}
|
|
815
|
+
}
|