Repository Analysis

EKKOLearnAI/hermes-studio

Web dashboard for Hermes Agent — multi-platform AI chat, session management, scheduled jobs, usage analytics

4.7 Likely human-written View on GitHub

Analysis Overview

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).

4.7
Adjusted Score
4.7
Raw Score
100%
Time Factor
2026-08-28
Last Push
10.7K
Stars
TypeScript
Language
543.9K
Lines of Code
1.7K
Files
2.0K
Pattern Hits
2026-08-29
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 5HIGH 49MEDIUM 151LOW 1792

Directory Score Breakdown

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.

Pattern Findings

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.

Hyper-Verbose Identifiers1544 hits · 1544 pts
SeverityFileLineSnippetContext
LOWtests/desktop/packaged-webui.test.ts106function createCompiledLinuxNodePty(appOutDir: string): void {CODE
LOWtests/desktop/runtime-paths.test.ts82function createRuntimeWithoutManifest(root: string) {CODE
LOWtests/server/agent-bridge-profile-env.test.ts140async def fake_create_subprocess_exec(*args, **kwargs):CODE
LOWtests/server/agent-bridge-profile-env.test.ts144async def fake_create_subprocess_shell(*args, **kwargs):CODE
LOWtests/server/agent-bridge-profile-env.test.ts643def reset_current_session_key(token):CODE
LOWtests/server/agent-bridge-profile-env.test.ts645def unregister_gateway_notify(session_key):CODE
LOWtests/server/workflow-manager.test.ts16function restoreEnvironmentVariable(name: string, value: string | undefined): void {CODE
LOWtests/server/health-controller.test.ts82async function loadHealthControllerWithoutInjectedVersion(options: Omit<LoadHealthControllerOptions, 'injectedVersion'> CODE
LOWtests/server/health-controller.test.ts86async function loadHealthControllerWithInjectedVersion(version: string) {CODE
LOWtests/server/outbound-relay-client.test.ts139 function startHermesPrimaryMockRun(socket: any, runId = 'run-primary'): string {CODE
LOWtests/server/group-chat-workspace-diff.test.ts82 function expectWorkspaceChangeDeleted(changeId: string) {CODE
LOWtests/server/write-gate-service.test.ts18async function configureFakeApprovalRuntime(lines: string[]) {CODE
LOWtests/server/agent-bridge-provider-credentials.test.ts83def resolve_minimax_oauth_runtime_credentials():CODE
LOWtests/server/hermes-web-ui-mcp.test.ts30function expectProviderSafeToolNames(serverName: string, tools: Array<{ name: string }>) {CODE
LOWtests/server/group-chat-test-helpers.ts81export async function createTestGroupChatServer(options: { authEnabled?: boolean } = {}): Promise<{CODE
LOWtests/server/studio-mcp-autoinject.test.ts49function createStableLauncherAlias(targetLauncher: string): string {CODE
LOWtests/server/system-info.test.ts8async function loadSystemInfoWithInjectedVersion(version?: string) {CODE
LOWtests/server/agent-bridge-python-concurrency.test.ts51def register_task_env_overrides(task_id, overrides):CODE
LOWtests/server/agent-bridge-python-concurrency.test.ts95def reset_current_session_key(token):CODE
LOWtests/server/agent-bridge-python-concurrency.test.ts104def unregister_gateway_notify(session_key):CODE
LOWtests/server/agent-bridge-python-concurrency.test.ts2338 def _shutdown_all_mcp_servers(self):CODE
LOWtests/server/claude-code-proxy-thinking-compat.test.ts54function successfulEventStreamResponse(text = 'continued'): Response {CODE
LOWtests/server/claude-code-proxy-thinking-compat.test.ts65function encryptedContentEventStreamResponse(): Response {CODE
LOWtests/server/model-visibility-controller.test.ts163function sourceAwareProviderModels(CODE
LOWtests/server/group-chat-agent-relay-manager.test.ts13function createRejectedRelaySocket(message: string) {CODE
LOWtests/server/group-chat-agent-relay-manager.test.ts109 async function restorePersistedConnection(errorMessage: string, legacy = false) {CODE
LOWtests/ekko-agent/runtime.test.ts63function emptyStreamingWithCreateFallback(response: ModelResponse): ModelClient {CODE
LOWtests/e2e/workflow-ui.spec.ts5async function selectWorkflowScheduleFrequency(page: Page, modal: Locator, frequency: string) {CODE
LOWtests/e2e/workflow-ui.spec.ts10async function selectWorkflowScheduleField(page: Page, modal: Locator, testId: string, value: string) {CODE
LOWtests/client/workflow-import-confirmation.test.ts13 view.indexOf('async function confirmPendingWorkflowImport()'),CODE
LOWtests/client/use-speech-tts.test.ts37function installSpeechSynthesisMock() {CODE
LOWtests/client/group-chat-panel-workspace-source.test.ts42 source.indexOf('async function handleCancelQueuedExecution('),CODE
LOWtests/client/i18n-coverage.test.ts57function collectLiteralTranslationKeys(): string[] {CODE
LOWtests/client/stt-settings-ui.test.ts548async function importVoiceSettingsComponent() {CODE
LOWscripts/workflow-live-acceptance.ts17function productionWorkflowSnapshot(path: string): Record<string, { count: number; sha256: string } | { missing: true }>CODE
LOWpackages/desktop/src/main/runtime-version.ts8export function hermesAgentVersionFromRuntimeTag(tag?: string | null): string | null {CODE
LOWpackages/desktop/src/main/runtime-version.ts15export function runtimeManifestMatchesHermesAgentVersion(CODE
LOWpackages/desktop/src/main/runtime-version.ts26export function compareHermesAgentVersions(left?: string | null, right?: string | null): number | null {CODE
LOWpackages/desktop/src/main/group-chat-agent-popup.ts5export function isGroupChatAgentLinkPopup(url: string, frameName: string): boolean {CODE
LOWpackages/desktop/src/main/group-chat-agent-popup.ts19export function groupChatAgentLinkPopupResponse(CODE
LOWpackages/desktop/src/main/hermes-cli-invocation.ts6export function resolveDesktopHermesCliInvocation(CODE
LOWpackages/desktop/src/main/updater-helpers.ts3export function isWindowsUpdaterLockError(err: unknown): boolean {CODE
LOWpackages/desktop/src/main/webui-server.ts43export function setWebUiRuntimeRestartHandler(handler: (() => void) | null): void {CODE
LOWpackages/desktop/src/main/webui-server.ts133function createAgentBridgeStartupTracker(): {CODE
LOWpackages/desktop/src/main/updater.ts33async function checkForUpdatesWithFallback(): Promise<void> {CODE
LOWpackages/desktop/src/main/updater.ts69async function clearPendingUpdateDirectories(): Promise<void> {CODE
LOWpackages/desktop/src/main/updater.ts86async function recoverFailedPendingUpdate(err: unknown): Promise<void> {CODE
LOWpackages/desktop/src/main/updater.ts97export async function stopOtherWindowsAppInstances(execPath = process.execPath, currentPid = process.pid): Promise<void>CODE
LOWpackages/desktop/src/main/updater.ts150async function quitAndInstallDownloadedUpdate(): Promise<void> {CODE
LOWpackages/desktop/src/main/updater.ts155async function promptInstallDownloadedUpdate(info: UpdateInfo): Promise<void> {CODE
LOWpackages/desktop/src/main/updater.ts170async function promptDownloadAvailableUpdate(info: UpdateInfo): Promise<void> {CODE
LOWpackages/desktop/src/main/index.ts646function installMicrophonePermissionHandler() {CODE
LOWpackages/desktop/src/main/index.ts869async function installPackagedCommandShims(): Promise<void> {CODE
LOWpackages/desktop/src/main/paths.ts47function runtimeRequiredFileGroups(root: string): string[][] {CODE
LOWpackages/desktop/src/main/paths.ts73function readRuntimeManifestVersion(runtimeDir: string): string | null {CODE
LOWpackages/desktop/src/main/paths.ts90function installedRuntimeDirectories(): Array<{ directory: string; version: string }> {CODE
LOWpackages/desktop/src/main/paths.ts127function recordRuntimeActivationError(active: ActiveRuntimeVersion, error: string): void {CODE
LOWpackages/desktop/src/main/paths.ts144export function clearActiveWebUiDirectory(expectedDirectory?: string): void {CODE
LOWpackages/desktop/src/main/paths.ts323function runtimePythonEnvironmentRoot(sourceRoot: string): string {CODE
LOWpackages/desktop/src/main/runtime-manager.ts132function runtimePythonEnvironmentRoot(runtimeRoot: string): string {CODE
1484 more matches not shown…
Decorative Section Separators124 hits · 386 pts
SeverityFileLineSnippetContext
MEDIUMtests/server/mcp-controller.test.ts3// ── Mocks ──────────────────────────────────────────────────COMMENT
MEDIUMtests/server/mcp-controller.test.ts28// ── Helpers ────────────────────────────────────────────────COMMENT
MEDIUMtests/server/mcp-controller.test.ts84// ── Tests ──────────────────────────────────────────────────COMMENT
MEDIUMtests/server/bridge-mcp-action.test.ts3// ── Mocks ──────────────────────────────────────────────────COMMENT
MEDIUMtests/server/bridge-mcp-action.test.ts16// ── Tests ──────────────────────────────────────────────────COMMENT
MEDIUMtests/server/context-engine.test.ts13// ─── Helpers ─────────────────────────────────────────────────COMMENT
MEDIUMtests/server/context-engine.test.ts38// ─── SummaryCache ─────────────────────────────────────────────COMMENT
MEDIUMtests/server/context-engine.test.ts91// ─── Prompts ──────────────────────────────────────────────────COMMENT
MEDIUMtests/server/context-engine.test.ts182// ─── ContextEngine.buildContext ────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts46// ─── Types ────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts965 // ─── Rooms ────────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts1733 // ─── Messages ─────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts2486 // ─── Room Agents ──────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts2660 // ─── Rolling Room Summary ───────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts2902 // ─── Room Members ──────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3010// ─── ChatRoom (in-memory, for online members) ─────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3080// ─── GroupChat Server ────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3779 // ─── Restore Agents ─────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3837 // ─── Auth ───────────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3870 // ─── Connection ─────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts3921 // ─── Handlers ───────────────────────────────────────────────COMMENT
MEDIUM…ckages/server/src/modules/studio/sockets/group-chat.ts5502 // ─── Helpers ────────────────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/group-chat/agent-clients.ts34// ─── Types ────────────────────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/group-chat/agent-clients.ts325// ─── Agent Client (single connection) ─────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/group-chat/agent-clients.ts944 // ─── Hermes Agent Bridge Integration ───────────────────────COMMENT
MEDIUM…rc/modules/studio/services/group-chat/agent-clients.ts2123// ─── AgentClients (roomId -> agents) ──────────────────────────COMMENT
MEDIUM…src/modules/studio/services/group-chat/agent-prompt.ts1// ─── Agent Identity Instructions ────────────────────────────COMMENT
MEDIUM…src/modules/studio/services/group-chat/agent-prompt.ts123// ─── Summarization Prompts ─────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts3// ─── Message Types ──────────────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts20// ─── Compression Config ────────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts43// ─── Compression Output ────────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts59// ─── Context Snapshot (persisted in SQLite) ────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts69// ─── Summary Cache ──────────────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts78// ─── Dependency Injection ──────────────────────────────────COMMENT
MEDIUM…server/src/modules/studio/services/group-chat/types.ts108// ─── Build Context Input ───────────────────────────────────COMMENT
MEDIUM…tudio/services/group-chat/context-engine/compressor.ts150 // ── Path A: Snapshot exists — incremental ────────────COMMENT
MEDIUM…tudio/services/group-chat/context-engine/compressor.ts294 // ── Path B: No snapshot — full context ───────────────COMMENT
MEDIUM…tudio/services/group-chat/context-engine/compressor.ts444 // ─── Private ─────────────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts41// ─── Types ───────────────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts117// ─── Token counting ─────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts252// ─── Prompts ────────────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts377// ─── Pre-cleaning ───────────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts517// ─── LLM Summarization ──────────────────────────────────COMMENT
MEDIUM…rc/modules/studio/services/context-compressor/index.ts713// ─── Main Compressor ────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts54// ─── Shell detection ────────────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts95// ─── Session types ──────────────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts111// ─── Helpers ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts148// ─── WebSocket server setup ─────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts201 // ─── PTY output → WebSocket ──────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts233 // ─── Message handler ────────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts341 // ─── Cleanup ────────────────────────────────────────────────COMMENT
MEDIUMpackages/server/src/modules/hermes/sockets/terminal.ts358 // ─── Auto-create first session ──────────────────────────────COMMENT
MEDIUM…es/server/src/modules/hermes/services/bridge/client.ts802 // ───── MCP Management ─────COMMENT
MEDIUM…modules/hermes/services/bridge/python/bridge_broker.py449 # ───── MCP Management ─────COMMENT
MEDIUM…modules/hermes/services/bridge/python/bridge_server.py324 # ───── MCP Management (forwarded from broker) ─────COMMENT
MEDIUM…modules/hermes/services/bridge/python/bridge_server.py330 # ───── MCP Management Methods (for BridgeServer worker process) ─────COMMENT
MEDIUM…modules/hermes/services/bridge/python/bridge_server.py411 # ───── MCP sub-handlers ─────COMMENT
MEDIUM…ages/server/src/modules/hermes/services/runtime/cli.ts555// ─── Profile management ──────────────────────────────────────COMMENT
MEDIUM…r/src/modules/hermes/services/kanban/kanban-service.ts30// ─── Types ──────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/modules/hermes/services/kanban/kanban-service.ts187// ─── CLI wrappers ───────────────────────────────────────────────COMMENT
64 more matches not shown…
Cross-Language Confusion (JS/TS)49 hits · 270 pts
SeverityFileLineSnippetContext
HIGHtests/server/agent-bridge-profile-env.test.ts87print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts208print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts285print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts337print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts380print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts425print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts492 return NoneCODE
HIGHtests/server/agent-bridge-profile-env.test.ts505print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts572 return NoneCODE
HIGHtests/server/agent-bridge-profile-env.test.ts590print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts640 return NoneCODE
HIGHtests/server/agent-bridge-profile-env.test.ts680 return NoneCODE
HIGHtests/server/agent-bridge-profile-env.test.ts697print(json.dumps({CODE
HIGHtests/server/agent-bridge-profile-env.test.ts748print(json.dumps({CODE
HIGHtests/server/agent-bridge-usage-hook.test.ts196print(json.dumps({"callback_count": len(manager._hooks["post_api_request"]), "events": run.events}))CODE
HIGHtests/server/agent-bridge-usage-hook.test.ts229print(json.dumps({"rows": db.rows, "pending": getattr(agent, "_hermes_bridge_prepersisted_user_pending", None)}))CODE
HIGHtests/server/agent-bridge-usage-hook.test.ts245print(json.dumps({"rows": db.rows, "pending": getattr(agent, "_hermes_bridge_prepersisted_user_pending", None)}))CODE
HIGHtests/server/agent-bridge-mcp-tools-filter.test.ts91print(json.dumps({CODE
HIGHtests/server/agent-bridge-reasoning-effort.test.ts139print(json.dumps({CODE
HIGHtests/server/agent-bridge-reasoning-effort.test.ts162print(json.dumps({CODE
HIGHtests/server/agent-bridge-reasoning-effort.test.ts178print(json.dumps(legacy))CODE
HIGHtests/server/agent-bridge-reasoning-effort.test.ts194print(json.dumps({"caught": caught}))CODE
HIGHtests/server/agent-bridge-reasoning-effort.test.ts226print(json.dumps({CODE
HIGHtests/server/agent-bridge-provider-credentials.test.ts50print(json.dumps({"response": response, "calls": calls}))CODE
HIGHtests/server/agent-bridge-provider-credentials.test.ts106print(json.dumps({"response": response, "calls": calls}))CODE
HIGHtests/server/agent-bridge-worker-endpoint.test.ts59print(json.dumps({"endpoint": endpoint, "port": port}))CODE
HIGHtests/server/agent-bridge-worker-endpoint.test.ts103print(json.dumps({"endpoint": endpoint, "port": port}))CODE
HIGHtests/server/agent-bridge-python-concurrency.test.ts114 elif request_id in waiters:CODE
HIGHtests/server/agent-bridge-python-concurrency.test.ts239 return TrueCODE
HIGHtests/server/agent-bridge-python-concurrency.test.ts241 return FalseCODE
HIGHtests/server/agent-bridge-python-concurrency.test.ts2160 return NoneCODE
HIGHtests/server/agent-bridge-python-concurrency.test.ts2371 return NoneCODE
HIGHtests/server/agent-bridge-learn-command.test.ts88print(json.dumps(pool.dispatch_command("session-1", "/learn from docs", "default")))CODE
HIGHtests/server/agent-bridge-learn-command.test.ts108print(json.dumps(pool.dispatch_command("session-1", "/learn from docs", "default")))CODE
HIGHtests/server/agent-bridge-fallback-providers.test.ts85print(json.dumps({"fallback_model": session.agent.kwargs.get("fallback_model")}))CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts81elif subsystem == "skills":CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts129 elif action_name == "delete":CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts150 elif action_name == "patch":CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts160 elif action_name == "write_file":CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts162 elif action_name == "remove_file":CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts199elif action in {"approve", "reject"}:CODE
HIGH…r/src/modules/hermes/services/write-gate/write-gate.ts218print(json.dumps(result, ensure_ascii=False))CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts76 print(json.dumps({CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts144 return NoneCODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts227 elif manifest.kind == "exclusive":CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts230 elif manifest.kind == "model-provider":CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts233 elif manifest.source == "bundled" and manifest.kind in ("backend", "platform"):CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts236 elif enabled_match:CODE
HIGH…/server/src/modules/hermes/services/plugins/plugins.ts259print(json.dumps({CODE
Excessive Try-Catch Wrapping150 hits · 167 pts
SeverityFileLineSnippetContext
LOW…r/src/modules/hermes/services/write-gate/write-gate.ts123 except Exception:CODE
LOW…r/src/modules/hermes/services/write-gate/write-gate.ts135 except Exception:CODE
LOW…r/src/modules/hermes/services/write-gate/write-gate.ts145 except Exception:CODE
LOW…/server/src/modules/hermes/services/plugins/plugins.ts75except Exception as exc:CODE
LOW…/server/src/modules/hermes/services/plugins/plugins.ts91 except Exception as exc:CODE
LOW…/server/src/modules/hermes/services/plugins/plugins.ts115 except Exception as exc:CODE
LOW…/server/src/modules/hermes/services/plugins/plugins.ts136 except Exception as exc:CODE
MEDIUM…/server/src/modules/hermes/services/plugins/plugins.ts88def safe_scan(label, fn):CODE
MEDIUM…/server/src/modules/hermes/services/plugins/plugins.ts100def read_manifest_list(plugin_path, *keys):CODE
LOW…ules/hermes/services/bridge/python/bridge_transport.py137 except Exception:CODE
LOW…ules/hermes/services/bridge/python/bridge_transport.py151 except Exception as exc:CODE
LOW…ules/hermes/services/bridge/python/bridge_transport.py267 except Exception:CODE
LOW…ules/hermes/services/bridge/python/bridge_transport.py312 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py291 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py381 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py421 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py441 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py471 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py478 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py526 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py532 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py83 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py92 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py99 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py105 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py218 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py225 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py536 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py544 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py554 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py701 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py715 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py741 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py748 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py826 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py831 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py842 except Exception as exc:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py167 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py243 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py383 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py459 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py471 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py513 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py525 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py777 except Exception:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py868 except Exception as exc:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py900 except Exception as exc:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py917 except Exception:CODE
MEDIUM…modules/hermes/services/bridge/python/bridge_server.py366def _shutdown_all_mcp_servers(self) -> int:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py339 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py350 except Exception as e:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py360 except Exception as e:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py171 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py451 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py479 except Exception:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py532 except Exception as e:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py606 except Exception as e:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py653 except Exception as e:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py741 except Exception as exc:CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py750 except Exception as exc:CODE
90 more matches not shown…
Hallucination Indicators5 hits · 70 pts
SeverityFileLineSnippetContext
CRITICALtests/server/codex-compact.test.ts45 const writes = child.stdin.write.mock.calls.map((call: any[]) => call[0])CODE
CRITICALtests/client/group-chat-store-baseline.test.ts1003 expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(1)CODE
CRITICALtests/client/group-chat-store-baseline.test.ts1007 expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(1)CODE
CRITICALtests/client/group-chat-store-baseline.test.ts1011 expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'typing')).toHaveLength(2)CODE
CRITICALtests/client/group-chat-store-baseline.test.ts1014 expect(groupChatApiMock.socket.emit.mock.calls.filter(call => call[0] === 'stop_typing')).toHaveLength(1)CODE
Unused Imports48 hits · 46 pts
SeverityFileLineSnippetContext
LOW…ules/hermes/services/bridge/python/bridge_transport.py1CODE
LOW…modules/hermes/services/bridge/python/hermes_bridge.py2CODE
LOW…modules/hermes/services/bridge/python/hermes_bridge.py5CODE
LOW…modules/hermes/services/bridge/python/hermes_bridge.py7CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py1CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py1CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py15CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py1CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py5CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py17CODE
LOW…ckages/ekko-agent/skills/xlsx/tests/test_xlsx_skill.py6CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_read.py28CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_create.py62CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_create.py75CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/csv_to_xlsx.py17CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_edit.py42CODE
LOW…ges/ekko-agent/skills/xlsx/scripts/xlsx_restructure.py31CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_recalc.py25CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_to_csv.py13CODE
LOWpackages/ekko-agent/skills/pdf/tests/test_pdf_skill.py2CODE
LOWpackages/ekko-agent/skills/pdf/tests/test_pdf_skill.py283CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_stamp.py15CODE
LOWpackages/ekko-agent/skills/pdf/scripts/_raster.py5CODE
LOWpackages/ekko-agent/skills/pdf/scripts/_raster.py17CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_make_form.py29CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_split.py3CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_meta.py15CODE
LOW…ckages/ekko-agent/skills/pdf/scripts/pdf_page_image.py11CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_read.py3CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_fill_form.py12CODE
LOW…kages/ekko-agent/skills/pdf/scripts/pdf_form_layout.py24CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_create.py19CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_merge.py3CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_secure.py7CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_watermark.py3CODE
LOW…t/skills/ocr-and-documents/tests/test_ocr_documents.py2CODE
LOW…nt/skills/ocr-and-documents/scripts/extract_pymupdf.py3CODE
LOW…ent/skills/ocr-and-documents/scripts/extract_marker.py3CODE
LOW…ckages/ekko-agent/skills/docx/tests/test_docx_skill.py8CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_read.py16CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_common.py4CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_template.py16CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_validate.py22CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_edit.py29CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_comments.py21CODE
LOW…kages/ekko-agent/skills/docx/scripts/docx_revisions.py27CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_create.py39CODE
Deep Nesting48 hits · 42 pts
SeverityFileLineSnippetContext
LOW…ules/hermes/services/bridge/python/bridge_transport.py97CODE
LOW…ules/hermes/services/bridge/python/bridge_transport.py104CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py194CODE
LOW…modules/hermes/services/bridge/python/bridge_broker.py502CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py48CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py644CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py804CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py41CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py433CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py611CODE
LOW…modules/hermes/services/bridge/python/bridge_server.py716CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py289CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py387CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1006CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1081CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1495CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1701CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py2289CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py2738CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py330CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_read.py69CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_read.py87CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_create.py172CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_edit.py105CODE
LOW…ges/ekko-agent/skills/xlsx/scripts/xlsx_restructure.py191CODE
LOWpackages/ekko-agent/skills/xlsx/scripts/xlsx_recalc.py36CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_make_form.py52CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_read.py37CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_read.py57CODE
LOW…kages/ekko-agent/skills/pdf/scripts/pdf_form_layout.py69CODE
LOWpackages/ekko-agent/skills/pdf/scripts/pdf_create.py34CODE
LOW…es/ekko-agent/skills/powerpoint/scripts/pptx_create.py90CODE
LOW…ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py85CODE
LOW…ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py113CODE
LOW…ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py147CODE
LOW…ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py293CODE
LOW…ages/ekko-agent/skills/powerpoint/scripts/pptx_edit.py313CODE
LOW…nt/skills/ocr-and-documents/scripts/extract_pymupdf.py99CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_read.py65CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_read.py84CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_read.py97CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_common.py7CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_template.py30CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_edit.py88CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_edit.py165CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_comments.py58CODE
LOW…ckages/ekko-agent/skills/docx/scripts/docx_comments.py204CODE
LOWpackages/ekko-agent/skills/docx/scripts/docx_create.py95CODE
Fake / Example Data12 hits · 14 pts
SeverityFileLineSnippetContext
LOWtests/e2e/workflow-ui.spec.ts401 await expect(edgeDialog.getByTestId('workflow-edge-condition-value').locator('input')).toHaveAttribute('placeholder', CODE
LOWtests/client/skills-view.test.ts50 props: ['value', 'placeholder', 'size', 'clearable'],CODE
LOWtests/client/fallback-providers-panel.test.ts16 NInput: { props: ['value', 'placeholder', 'size', 'clearable'], template: '<input />' },CODE
LOWtests/client/kanban-view.test.ts176 template: '<input class="n-input-stub" :placeholder="placeholder" :value="value" @input="$emit(\'update:value\', $evCODE
LOWtests/client/stt-settings-ui.test.ts347 :placeholder="placeholder"CODE
LOWtests/client/stt-settings-ui.test.ts355 :placeholder="placeholder"CODE
LOWtests/client/plugins-view.test.ts45 props: ['value', 'placeholder'],CODE
LOWtests/client/plugins-view.test.ts47 template: '<input :value="value" :placeholder="placeholder" @input="$emit(\'update:value\', $event.target.value)" />CODE
LOWtests/client/plugins-view.test.ts50 props: ['value', 'options', 'placeholder'],CODE
LOW…client/src/components/hermes/files/FileRenameModal.vue86 :placeholder="placeholder"CODE
LOWpackages/client/src/views/ekko/McpView.vue364 :placeholder="placeholder"CODE
LOWpackages/client/src/views/hermes/McpManagerView.vue477 :placeholder="placeholder"CODE
Over-Commented Block8 hits · 8 pts
SeverityFileLineSnippetContext
LOWpackages/desktop/src/main/webui-server.ts421 // unix socket is rejected on macOS in some EDR/sandbox setups (silentCOMMENT
LOW…rc/modules/studio/services/context-compressor/index.ts121function getEncoder() {COMMENT
LOWpackages/esp32-c3/v1/src/main.cpp1#include <Arduino.h>COMMENT
LOWpackages/esp32-c3/v1/src/main.cpp21#define HERMES_MCU_FIRMWARE_VERSION "v1"COMMENT
LOWpackages/esp32-c3/v1/src/main.cpp41#ifndef HERMES_PIN_I2S_DINCOMMENT
LOWpackages/esp32-c3/v2/src/main.cpp1#include <Arduino.h>COMMENT
LOWpackages/esp32-c3/v2/src/main.cpp21#define HERMES_MCU_FIRMWARE_VERSION "v2"COMMENT
LOWpackages/esp32-c3/v2/src/main.cpp41#ifndef HERMES_PIN_I2S_DINCOMMENT
Modern AI Meta-Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMdocs/harness/server-module-boundaries.md75 session-agent-runtime.ts # injected Hermes/Coding adapters used by Studio session orchestrationCODE
MEDIUMdocs/harness/server-module-boundaries.md125 sessions.ts # Studio session/history orchestration through injected Agent adaptersCODE
Modern Structural Boilerplate4 hits · 4 pts
SeverityFileLineSnippetContext
LOW…modules/hermes/services/bridge/python/hermes_bridge.py177def _set_path_env(agent_root: str | None, hermes_home: str | None) -> None:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py476def _set_path_env(agent_root: str | None = None, hermes_home: str | None = None) -> None:CODE
LOW…odules/hermes/services/bridge/python/bridge_runtime.py610def _set_worker_profile_env(profile: str | None) -> None:CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py248 def _set_boundary_interrupt_flag(agent: Any) -> None:CODE
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMpackage-lock.json10361 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",CODE
AI Structural Patterns2 hits · 1 pts
SeverityFileLineSnippetContext
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1637CODE
LOW…c/modules/hermes/services/bridge/python/bridge_pool.py1701CODE