Web dashboard for Hermes Agent — multi-platform AI chat, session management, scheduled jobs, usage analytics
This report presents the forensic synthetic code analysis of EKKOLearnAI/hermes-studio, a TypeScript project with 10,655 GitHub stars. SynthScan v2.0 examined 543,909 lines of code across 1680 source files, recording 1997 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 4.7 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1997 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/desktop/packaged-webui.test.ts | 106 | function createCompiledLinuxNodePty(appOutDir: string): void { | CODE |
| LOW | tests/desktop/runtime-paths.test.ts | 82 | function createRuntimeWithoutManifest(root: string) { | CODE |
| LOW | tests/server/agent-bridge-profile-env.test.ts | 140 | async def fake_create_subprocess_exec(*args, **kwargs): | CODE |
| LOW | tests/server/agent-bridge-profile-env.test.ts | 144 | async def fake_create_subprocess_shell(*args, **kwargs): | CODE |
| LOW⚡ | tests/server/agent-bridge-profile-env.test.ts | 643 | def reset_current_session_key(token): | CODE |
| LOW⚡ | tests/server/agent-bridge-profile-env.test.ts | 645 | def unregister_gateway_notify(session_key): | CODE |
| LOW | tests/server/workflow-manager.test.ts | 16 | function restoreEnvironmentVariable(name: string, value: string | undefined): void { | CODE |
| LOW | tests/server/health-controller.test.ts | 82 | async function loadHealthControllerWithoutInjectedVersion(options: Omit<LoadHealthControllerOptions, 'injectedVersion'> | CODE |
| LOW | tests/server/health-controller.test.ts | 86 | async function loadHealthControllerWithInjectedVersion(version: string) { | CODE |
| LOW | tests/server/outbound-relay-client.test.ts | 139 | function startHermesPrimaryMockRun(socket: any, runId = 'run-primary'): string { | CODE |
| LOW | tests/server/group-chat-workspace-diff.test.ts | 82 | function expectWorkspaceChangeDeleted(changeId: string) { | CODE |
| LOW | tests/server/write-gate-service.test.ts | 18 | async function configureFakeApprovalRuntime(lines: string[]) { | CODE |
| LOW | tests/server/agent-bridge-provider-credentials.test.ts | 83 | def resolve_minimax_oauth_runtime_credentials(): | CODE |
| LOW | tests/server/hermes-web-ui-mcp.test.ts | 30 | function expectProviderSafeToolNames(serverName: string, tools: Array<{ name: string }>) { | CODE |
| LOW | tests/server/group-chat-test-helpers.ts | 81 | export async function createTestGroupChatServer(options: { authEnabled?: boolean } = {}): Promise<{ | CODE |
| LOW | tests/server/studio-mcp-autoinject.test.ts | 49 | function createStableLauncherAlias(targetLauncher: string): string { | CODE |
| LOW | tests/server/system-info.test.ts | 8 | async function loadSystemInfoWithInjectedVersion(version?: string) { | CODE |
| LOW | tests/server/agent-bridge-python-concurrency.test.ts | 51 | def register_task_env_overrides(task_id, overrides): | CODE |
| LOW⚡ | tests/server/agent-bridge-python-concurrency.test.ts | 95 | def reset_current_session_key(token): | CODE |
| LOW⚡ | tests/server/agent-bridge-python-concurrency.test.ts | 104 | def unregister_gateway_notify(session_key): | CODE |
| LOW | tests/server/agent-bridge-python-concurrency.test.ts | 2338 | def _shutdown_all_mcp_servers(self): | CODE |
| LOW | tests/server/claude-code-proxy-thinking-compat.test.ts | 54 | function successfulEventStreamResponse(text = 'continued'): Response { | CODE |
| LOW | tests/server/claude-code-proxy-thinking-compat.test.ts | 65 | function encryptedContentEventStreamResponse(): Response { | CODE |
| LOW | tests/server/model-visibility-controller.test.ts | 163 | function sourceAwareProviderModels( | CODE |
| LOW | tests/server/group-chat-agent-relay-manager.test.ts | 13 | function createRejectedRelaySocket(message: string) { | CODE |
| LOW | tests/server/group-chat-agent-relay-manager.test.ts | 109 | async function restorePersistedConnection(errorMessage: string, legacy = false) { | CODE |
| LOW | tests/ekko-agent/runtime.test.ts | 63 | function emptyStreamingWithCreateFallback(response: ModelResponse): ModelClient { | CODE |
| LOW | tests/e2e/workflow-ui.spec.ts | 5 | async function selectWorkflowScheduleFrequency(page: Page, modal: Locator, frequency: string) { | CODE |
| LOW | tests/e2e/workflow-ui.spec.ts | 10 | async function selectWorkflowScheduleField(page: Page, modal: Locator, testId: string, value: string) { | CODE |
| LOW | tests/client/workflow-import-confirmation.test.ts | 13 | view.indexOf('async function confirmPendingWorkflowImport()'), | CODE |
| LOW | tests/client/use-speech-tts.test.ts | 37 | function installSpeechSynthesisMock() { | CODE |
| LOW | tests/client/group-chat-panel-workspace-source.test.ts | 42 | source.indexOf('async function handleCancelQueuedExecution('), | CODE |
| LOW | tests/client/i18n-coverage.test.ts | 57 | function collectLiteralTranslationKeys(): string[] { | CODE |
| LOW | tests/client/stt-settings-ui.test.ts | 548 | async function importVoiceSettingsComponent() { | CODE |
| LOW | scripts/workflow-live-acceptance.ts | 17 | function productionWorkflowSnapshot(path: string): Record<string, { count: number; sha256: string } | { missing: true }> | CODE |
| LOW | packages/desktop/src/main/runtime-version.ts | 8 | export function hermesAgentVersionFromRuntimeTag(tag?: string | null): string | null { | CODE |
| LOW | packages/desktop/src/main/runtime-version.ts | 15 | export function runtimeManifestMatchesHermesAgentVersion( | CODE |
| LOW | packages/desktop/src/main/runtime-version.ts | 26 | export function compareHermesAgentVersions(left?: string | null, right?: string | null): number | null { | CODE |
| LOW | packages/desktop/src/main/group-chat-agent-popup.ts | 5 | export function isGroupChatAgentLinkPopup(url: string, frameName: string): boolean { | CODE |
| LOW | packages/desktop/src/main/group-chat-agent-popup.ts | 19 | export function groupChatAgentLinkPopupResponse( | CODE |
| LOW | packages/desktop/src/main/hermes-cli-invocation.ts | 6 | export function resolveDesktopHermesCliInvocation( | CODE |
| LOW | packages/desktop/src/main/updater-helpers.ts | 3 | export function isWindowsUpdaterLockError(err: unknown): boolean { | CODE |
| LOW | packages/desktop/src/main/webui-server.ts | 43 | export function setWebUiRuntimeRestartHandler(handler: (() => void) | null): void { | CODE |
| LOW | packages/desktop/src/main/webui-server.ts | 133 | function createAgentBridgeStartupTracker(): { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 33 | async function checkForUpdatesWithFallback(): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 69 | async function clearPendingUpdateDirectories(): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 86 | async function recoverFailedPendingUpdate(err: unknown): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 97 | export async function stopOtherWindowsAppInstances(execPath = process.execPath, currentPid = process.pid): Promise<void> | CODE |
| LOW | packages/desktop/src/main/updater.ts | 150 | async function quitAndInstallDownloadedUpdate(): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 155 | async function promptInstallDownloadedUpdate(info: UpdateInfo): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/updater.ts | 170 | async function promptDownloadAvailableUpdate(info: UpdateInfo): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/index.ts | 646 | function installMicrophonePermissionHandler() { | CODE |
| LOW | packages/desktop/src/main/index.ts | 869 | async function installPackagedCommandShims(): Promise<void> { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 47 | function runtimeRequiredFileGroups(root: string): string[][] { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 73 | function readRuntimeManifestVersion(runtimeDir: string): string | null { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 90 | function installedRuntimeDirectories(): Array<{ directory: string; version: string }> { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 127 | function recordRuntimeActivationError(active: ActiveRuntimeVersion, error: string): void { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 144 | export function clearActiveWebUiDirectory(expectedDirectory?: string): void { | CODE |
| LOW | packages/desktop/src/main/paths.ts | 323 | function runtimePythonEnvironmentRoot(sourceRoot: string): string { | CODE |
| LOW | packages/desktop/src/main/runtime-manager.ts | 132 | function runtimePythonEnvironmentRoot(runtimeRoot: string): string { | CODE |
| 1484 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/server/mcp-controller.test.ts | 3 | // ── Mocks ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/mcp-controller.test.ts | 28 | // ── Helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/mcp-controller.test.ts | 84 | // ── Tests ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/bridge-mcp-action.test.ts | 3 | // ── Mocks ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/bridge-mcp-action.test.ts | 16 | // ── Tests ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/context-engine.test.ts | 13 | // ─── Helpers ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/context-engine.test.ts | 38 | // ─── SummaryCache ───────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/context-engine.test.ts | 91 | // ─── Prompts ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/server/context-engine.test.ts | 182 | // ─── ContextEngine.buildContext ──────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 46 | // ─── Types ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 965 | // ─── Rooms ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 1733 | // ─── Messages ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 2486 | // ─── Room Agents ────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 2660 | // ─── Rolling Room Summary ─────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 2902 | // ─── Room Members ────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3010 | // ─── ChatRoom (in-memory, for online members) ───────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3080 | // ─── GroupChat Server ──────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3779 | // ─── Restore Agents ───────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3837 | // ─── Auth ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3870 | // ─── Connection ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 3921 | // ─── Handlers ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/server/src/modules/studio/sockets/group-chat.ts | 5502 | // ─── Helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/group-chat/agent-clients.ts | 34 | // ─── Types ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/group-chat/agent-clients.ts | 325 | // ─── Agent Client (single connection) ───────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/group-chat/agent-clients.ts | 944 | // ─── Hermes Agent Bridge Integration ─────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/group-chat/agent-clients.ts | 2123 | // ─── AgentClients (roomId -> agents) ────────────────────────── | COMMENT |
| MEDIUM | …src/modules/studio/services/group-chat/agent-prompt.ts | 1 | // ─── Agent Identity Instructions ──────────────────────────── | COMMENT |
| MEDIUM | …src/modules/studio/services/group-chat/agent-prompt.ts | 123 | // ─── Summarization Prompts ───────────────────────────────── | COMMENT |
| MEDIUM | …server/src/modules/studio/services/group-chat/types.ts | 3 | // ─── Message Types ────────────────────────────────────────── | COMMENT |
| MEDIUM | …server/src/modules/studio/services/group-chat/types.ts | 20 | // ─── Compression Config ──────────────────────────────────── | COMMENT |
| MEDIUM | …server/src/modules/studio/services/group-chat/types.ts | 43 | // ─── Compression Output ──────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …server/src/modules/studio/services/group-chat/types.ts | 59 | // ─── Context Snapshot (persisted in SQLite) ──────────────── | COMMENT |
| MEDIUM⚡ | …server/src/modules/studio/services/group-chat/types.ts | 69 | // ─── Summary Cache ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …server/src/modules/studio/services/group-chat/types.ts | 78 | // ─── Dependency Injection ────────────────────────────────── | COMMENT |
| MEDIUM | …server/src/modules/studio/services/group-chat/types.ts | 108 | // ─── Build Context Input ─────────────────────────────────── | COMMENT |
| MEDIUM | …tudio/services/group-chat/context-engine/compressor.ts | 150 | // ── Path A: Snapshot exists — incremental ──────────── | COMMENT |
| MEDIUM | …tudio/services/group-chat/context-engine/compressor.ts | 294 | // ── Path B: No snapshot — full context ─────────────── | COMMENT |
| MEDIUM | …tudio/services/group-chat/context-engine/compressor.ts | 444 | // ─── Private ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 41 | // ─── Types ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 117 | // ─── Token counting ───────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 252 | // ─── Prompts ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 377 | // ─── Pre-cleaning ─────────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 517 | // ─── LLM Summarization ────────────────────────────────── | COMMENT |
| MEDIUM | …rc/modules/studio/services/context-compressor/index.ts | 713 | // ─── Main Compressor ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 54 | // ─── Shell detection ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 95 | // ─── Session types ────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 111 | // ─── Helpers ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 148 | // ─── WebSocket server setup ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 201 | // ─── PTY output → WebSocket ────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 233 | // ─── Message handler ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 341 | // ─── Cleanup ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/server/src/modules/hermes/sockets/terminal.ts | 358 | // ─── Auto-create first session ────────────────────────────── | COMMENT |
| MEDIUM | …es/server/src/modules/hermes/services/bridge/client.ts | 802 | // ───── MCP Management ───── | COMMENT |
| MEDIUM | …modules/hermes/services/bridge/python/bridge_broker.py | 449 | # ───── MCP Management ───── | COMMENT |
| MEDIUM⚡ | …modules/hermes/services/bridge/python/bridge_server.py | 324 | # ───── MCP Management (forwarded from broker) ───── | COMMENT |
| MEDIUM⚡ | …modules/hermes/services/bridge/python/bridge_server.py | 330 | # ───── MCP Management Methods (for BridgeServer worker process) ───── | COMMENT |
| MEDIUM | …modules/hermes/services/bridge/python/bridge_server.py | 411 | # ───── MCP sub-handlers ───── | COMMENT |
| MEDIUM | …ages/server/src/modules/hermes/services/runtime/cli.ts | 555 | // ─── Profile management ────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/modules/hermes/services/kanban/kanban-service.ts | 30 | // ─── Types ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/src/modules/hermes/services/kanban/kanban-service.ts | 187 | // ─── CLI wrappers ─────────────────────────────────────────────── | COMMENT |
| 64 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 87 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 208 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 285 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 337 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 380 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 425 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 492 | return None | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 505 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 572 | return None | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 590 | print(json.dumps({ | CODE |
| HIGH⚡ | tests/server/agent-bridge-profile-env.test.ts | 640 | return None | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 680 | return None | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 697 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-profile-env.test.ts | 748 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-usage-hook.test.ts | 196 | print(json.dumps({"callback_count": len(manager._hooks["post_api_request"]), "events": run.events})) | CODE |
| HIGH | tests/server/agent-bridge-usage-hook.test.ts | 229 | print(json.dumps({"rows": db.rows, "pending": getattr(agent, "_hermes_bridge_prepersisted_user_pending", None)})) | CODE |
| HIGH | tests/server/agent-bridge-usage-hook.test.ts | 245 | print(json.dumps({"rows": db.rows, "pending": getattr(agent, "_hermes_bridge_prepersisted_user_pending", None)})) | CODE |
| HIGH | tests/server/agent-bridge-mcp-tools-filter.test.ts | 91 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-reasoning-effort.test.ts | 139 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-reasoning-effort.test.ts | 162 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-reasoning-effort.test.ts | 178 | print(json.dumps(legacy)) | CODE |
| HIGH | tests/server/agent-bridge-reasoning-effort.test.ts | 194 | print(json.dumps({"caught": caught})) | CODE |
| HIGH | tests/server/agent-bridge-reasoning-effort.test.ts | 226 | print(json.dumps({ | CODE |
| HIGH | tests/server/agent-bridge-provider-credentials.test.ts | 50 | print(json.dumps({"response": response, "calls": calls})) | CODE |
| HIGH | tests/server/agent-bridge-provider-credentials.test.ts | 106 | print(json.dumps({"response": response, "calls": calls})) | CODE |
| HIGH | tests/server/agent-bridge-worker-endpoint.test.ts | 59 | print(json.dumps({"endpoint": endpoint, "port": port})) | CODE |
| HIGH | tests/server/agent-bridge-worker-endpoint.test.ts | 103 | print(json.dumps({"endpoint": endpoint, "port": port})) | CODE |
| HIGH⚡ | tests/server/agent-bridge-python-concurrency.test.ts | 114 | elif request_id in waiters: | CODE |
| HIGH | tests/server/agent-bridge-python-concurrency.test.ts | 239 | return True | CODE |
| HIGH | tests/server/agent-bridge-python-concurrency.test.ts | 241 | return False | CODE |
| HIGH | tests/server/agent-bridge-python-concurrency.test.ts | 2160 | return None | CODE |
| HIGH | tests/server/agent-bridge-python-concurrency.test.ts | 2371 | return None | CODE |
| HIGH | tests/server/agent-bridge-learn-command.test.ts | 88 | print(json.dumps(pool.dispatch_command("session-1", "/learn from docs", "default"))) | CODE |
| HIGH | tests/server/agent-bridge-learn-command.test.ts | 108 | print(json.dumps(pool.dispatch_command("session-1", "/learn from docs", "default"))) | CODE |
| HIGH | tests/server/agent-bridge-fallback-providers.test.ts | 85 | print(json.dumps({"fallback_model": session.agent.kwargs.get("fallback_model")})) | CODE |
| HIGH | …r/src/modules/hermes/services/write-gate/write-gate.ts | 81 | elif subsystem == "skills": | CODE |
| HIGH⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 129 | elif action_name == "delete": | CODE |
| HIGH⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 150 | elif action_name == "patch": | CODE |
| HIGH⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 160 | elif action_name == "write_file": | CODE |
| HIGH⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 162 | elif action_name == "remove_file": | CODE |
| HIGH | …r/src/modules/hermes/services/write-gate/write-gate.ts | 199 | elif action in {"approve", "reject"}: | CODE |
| HIGH | …r/src/modules/hermes/services/write-gate/write-gate.ts | 218 | print(json.dumps(result, ensure_ascii=False)) | CODE |
| HIGH | …/server/src/modules/hermes/services/plugins/plugins.ts | 76 | print(json.dumps({ | CODE |
| HIGH | …/server/src/modules/hermes/services/plugins/plugins.ts | 144 | return None | CODE |
| HIGH⚡ | …/server/src/modules/hermes/services/plugins/plugins.ts | 227 | elif manifest.kind == "exclusive": | CODE |
| HIGH⚡ | …/server/src/modules/hermes/services/plugins/plugins.ts | 230 | elif manifest.kind == "model-provider": | CODE |
| HIGH⚡ | …/server/src/modules/hermes/services/plugins/plugins.ts | 233 | elif manifest.source == "bundled" and manifest.kind in ("backend", "platform"): | CODE |
| HIGH⚡ | …/server/src/modules/hermes/services/plugins/plugins.ts | 236 | elif enabled_match: | CODE |
| HIGH | …/server/src/modules/hermes/services/plugins/plugins.ts | 259 | print(json.dumps({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 123 | except Exception: | CODE |
| LOW⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 135 | except Exception: | CODE |
| LOW⚡ | …r/src/modules/hermes/services/write-gate/write-gate.ts | 145 | except Exception: | CODE |
| LOW | …/server/src/modules/hermes/services/plugins/plugins.ts | 75 | except Exception as exc: | CODE |
| LOW | …/server/src/modules/hermes/services/plugins/plugins.ts | 91 | except Exception as exc: | CODE |
| LOW | …/server/src/modules/hermes/services/plugins/plugins.ts | 115 | except Exception as exc: | CODE |
| LOW | …/server/src/modules/hermes/services/plugins/plugins.ts | 136 | except Exception as exc: | CODE |
| MEDIUM | …/server/src/modules/hermes/services/plugins/plugins.ts | 88 | def safe_scan(label, fn): | CODE |
| MEDIUM | …/server/src/modules/hermes/services/plugins/plugins.ts | 100 | def read_manifest_list(plugin_path, *keys): | CODE |
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 137 | except Exception: | CODE |
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 151 | except Exception as exc: | CODE |
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 267 | except Exception: | CODE |
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 312 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 291 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 381 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 421 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 441 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 471 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 478 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 526 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 532 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 83 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 92 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 99 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 105 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 218 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 225 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 536 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 544 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 554 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 701 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 715 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 741 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 748 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 826 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 831 | except Exception: | CODE |
| LOW⚡ | …odules/hermes/services/bridge/python/bridge_runtime.py | 842 | except Exception as exc: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 167 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 243 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 383 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 459 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 471 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 513 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 525 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 777 | except Exception: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 868 | except Exception as exc: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 900 | except Exception as exc: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 917 | except Exception: | CODE |
| MEDIUM | …modules/hermes/services/bridge/python/bridge_server.py | 366 | def _shutdown_all_mcp_servers(self) -> int: | CODE |
| LOW⚡ | …modules/hermes/services/bridge/python/bridge_server.py | 339 | except Exception: | CODE |
| LOW⚡ | …modules/hermes/services/bridge/python/bridge_server.py | 350 | except Exception as e: | CODE |
| LOW⚡ | …modules/hermes/services/bridge/python/bridge_server.py | 360 | except Exception as e: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 171 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 451 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 479 | except Exception: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 532 | except Exception as e: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 606 | except Exception as e: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 653 | except Exception as e: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 741 | except Exception as exc: | CODE |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 750 | except Exception as exc: | CODE |
| 90 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | tests/server/codex-compact.test.ts | 45 | const writes = child.stdin.write.mock.calls.map((call: any[]) => call[0]) | CODE |
| CRITICAL⚡ | tests/client/group-chat-store-baseline.test.ts | 1003 | expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(1) | CODE |
| CRITICAL⚡ | tests/client/group-chat-store-baseline.test.ts | 1007 | expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(1) | CODE |
| CRITICAL⚡ | tests/client/group-chat-store-baseline.test.ts | 1011 | expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(2) | CODE |
| CRITICAL⚡ | tests/client/group-chat-store-baseline.test.ts | 1014 | expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'stop_typing')).toHaveLength(1) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 1 | CODE | |
| LOW | …modules/hermes/services/bridge/python/hermes_bridge.py | 2 | CODE | |
| LOW | …modules/hermes/services/bridge/python/hermes_bridge.py | 5 | CODE | |
| LOW | …modules/hermes/services/bridge/python/hermes_bridge.py | 7 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 1 | CODE | |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 1 | CODE | |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 15 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 1 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 5 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 17 | CODE | |
| LOW | …ckages/ekko-agent/skills/xlsx/tests/test_xlsx_skill.py | 6 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_read.py | 28 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_create.py | 62 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_create.py | 75 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/csv_to_xlsx.py | 17 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_edit.py | 42 | CODE | |
| LOW | …ges/ekko-agent/skills/xlsx/scripts/xlsx_restructure.py | 31 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_recalc.py | 25 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_to_csv.py | 13 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/tests/test_pdf_skill.py | 2 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/tests/test_pdf_skill.py | 283 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_stamp.py | 15 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/_raster.py | 5 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/_raster.py | 17 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_make_form.py | 29 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_split.py | 3 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_meta.py | 15 | CODE | |
| LOW | …ckages/ekko-agent/skills/pdf/scripts/pdf_page_image.py | 11 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_read.py | 3 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_fill_form.py | 12 | CODE | |
| LOW | …kages/ekko-agent/skills/pdf/scripts/pdf_form_layout.py | 24 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_create.py | 19 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_merge.py | 3 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_secure.py | 7 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_watermark.py | 3 | CODE | |
| LOW | …t/skills/ocr-and-documents/tests/test_ocr_documents.py | 2 | CODE | |
| LOW | …nt/skills/ocr-and-documents/scripts/extract_pymupdf.py | 3 | CODE | |
| LOW | …ent/skills/ocr-and-documents/scripts/extract_marker.py | 3 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/tests/test_docx_skill.py | 8 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_read.py | 16 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_common.py | 4 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_template.py | 16 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_validate.py | 22 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_edit.py | 29 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_comments.py | 21 | CODE | |
| LOW | …kages/ekko-agent/skills/docx/scripts/docx_revisions.py | 27 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_create.py | 39 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 97 | CODE | |
| LOW | …ules/hermes/services/bridge/python/bridge_transport.py | 104 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 194 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_broker.py | 502 | CODE | |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 48 | CODE | |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 644 | CODE | |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 804 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 41 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 433 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 611 | CODE | |
| LOW | …modules/hermes/services/bridge/python/bridge_server.py | 716 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 289 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 387 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1006 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1081 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1495 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1701 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 2289 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 2738 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 330 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_read.py | 69 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_read.py | 87 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_create.py | 172 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_edit.py | 105 | CODE | |
| LOW | …ges/ekko-agent/skills/xlsx/scripts/xlsx_restructure.py | 191 | CODE | |
| LOW | packages/ekko-agent/skills/xlsx/scripts/xlsx_recalc.py | 36 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_make_form.py | 52 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_read.py | 37 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_read.py | 57 | CODE | |
| LOW | …kages/ekko-agent/skills/pdf/scripts/pdf_form_layout.py | 69 | CODE | |
| LOW | packages/ekko-agent/skills/pdf/scripts/pdf_create.py | 34 | CODE | |
| LOW | …es/ekko-agent/skills/powerpoint/scripts/pptx_create.py | 90 | CODE | |
| LOW | …ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py | 85 | CODE | |
| LOW | …ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py | 113 | CODE | |
| LOW | …ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py | 147 | CODE | |
| LOW | …ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py | 293 | CODE | |
| LOW | …ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py | 313 | CODE | |
| LOW | …nt/skills/ocr-and-documents/scripts/extract_pymupdf.py | 99 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_read.py | 65 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_read.py | 84 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_read.py | 97 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_common.py | 7 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_template.py | 30 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_edit.py | 88 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_edit.py | 165 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_comments.py | 58 | CODE | |
| LOW | …ckages/ekko-agent/skills/docx/scripts/docx_comments.py | 204 | CODE | |
| LOW | packages/ekko-agent/skills/docx/scripts/docx_create.py | 95 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/e2e/workflow-ui.spec.ts | 401 | await expect(edgeDialog.getByTestId('workflow-edge-condition-value').locator('input')).toHaveAttribute('placeholder', | CODE |
| LOW | tests/client/skills-view.test.ts | 50 | props: ['value', 'placeholder', 'size', 'clearable'], | CODE |
| LOW | tests/client/fallback-providers-panel.test.ts | 16 | NInput: { props: ['value', 'placeholder', 'size', 'clearable'], template: '<input />' }, | CODE |
| LOW | tests/client/kanban-view.test.ts | 176 | template: '<input class="n-input-stub" :placeholder="placeholder" :value="value" @input="$emit(\'update:value\', $ev | CODE |
| LOW | tests/client/stt-settings-ui.test.ts | 347 | :placeholder="placeholder" | CODE |
| LOW | tests/client/stt-settings-ui.test.ts | 355 | :placeholder="placeholder" | CODE |
| LOW⚡ | tests/client/plugins-view.test.ts | 45 | props: ['value', 'placeholder'], | CODE |
| LOW⚡ | tests/client/plugins-view.test.ts | 47 | template: '<input :value="value" :placeholder="placeholder" @input="$emit(\'update:value\', $event.target.value)" /> | CODE |
| LOW⚡ | tests/client/plugins-view.test.ts | 50 | props: ['value', 'options', 'placeholder'], | CODE |
| LOW | …client/src/components/hermes/files/FileRenameModal.vue | 86 | :placeholder="placeholder" | CODE |
| LOW | packages/client/src/views/ekko/McpView.vue | 364 | :placeholder="placeholder" | CODE |
| LOW | packages/client/src/views/hermes/McpManagerView.vue | 477 | :placeholder="placeholder" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/desktop/src/main/webui-server.ts | 421 | // unix socket is rejected on macOS in some EDR/sandbox setups (silent | COMMENT |
| LOW | …rc/modules/studio/services/context-compressor/index.ts | 121 | function getEncoder() { | COMMENT |
| LOW | packages/esp32-c3/v1/src/main.cpp | 1 | #include <Arduino.h> | COMMENT |
| LOW | packages/esp32-c3/v1/src/main.cpp | 21 | #define HERMES_MCU_FIRMWARE_VERSION "v1" | COMMENT |
| LOW | packages/esp32-c3/v1/src/main.cpp | 41 | #ifndef HERMES_PIN_I2S_DIN | COMMENT |
| LOW | packages/esp32-c3/v2/src/main.cpp | 1 | #include <Arduino.h> | COMMENT |
| LOW | packages/esp32-c3/v2/src/main.cpp | 21 | #define HERMES_MCU_FIRMWARE_VERSION "v2" | COMMENT |
| LOW | packages/esp32-c3/v2/src/main.cpp | 41 | #ifndef HERMES_PIN_I2S_DIN | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/harness/server-module-boundaries.md | 75 | session-agent-runtime.ts # injected Hermes/Coding adapters used by Studio session orchestration | CODE |
| MEDIUM | docs/harness/server-module-boundaries.md | 125 | sessions.ts # Studio session/history orchestration through injected Agent adapters | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …modules/hermes/services/bridge/python/hermes_bridge.py | 177 | def _set_path_env(agent_root: str | None, hermes_home: str | None) -> None: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 476 | def _set_path_env(agent_root: str | None = None, hermes_home: str | None = None) -> None: | CODE |
| LOW | …odules/hermes/services/bridge/python/bridge_runtime.py | 610 | def _set_worker_profile_env(profile: str | None) -> None: | CODE |
| LOW⚡ | …c/modules/hermes/services/bridge/python/bridge_pool.py | 248 | def _set_boundary_interrupt_flag(agent: Any) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | package-lock.json | 10361 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1637 | CODE | |
| LOW | …c/modules/hermes/services/bridge/python/bridge_pool.py | 1701 | CODE |