Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience
This report presents the forensic synthetic code analysis of Mintplex-Labs/anything-llm, a JavaScript project with 63,255 GitHub stars. SynthScan v2.0 examined 261,237 lines of code across 1275 source files, recording 358 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 2.6 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 358 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 |
|---|---|---|---|---|
| MEDIUM | server/utils/router/index.js | 59 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 61 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 101 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 103 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 191 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 193 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 236 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 238 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 294 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 296 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 416 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 418 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 518 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/utils/router/index.js | 520 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/jobs/helpers/memory-extraction-utils.js | 112 | // ── Phase 1: Observer ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/jobs/helpers/memory-extraction-utils.js | 218 | // ── Phase 2: Reflector ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/vm.ts | 10 | // ── Process helpers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/vm.ts | 53 | // ── QEMU args builder ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/vm.ts | 162 | // ── Start/stop helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/vm.ts | 272 | // ── qemu-img wrappers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/vm.ts | 306 | // ── Graceful shutdown ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/config.ts | 7 | // ── Platform detection ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/config.ts | 130 | // ── Directory paths ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/config.ts | 146 | // ── VM defaults ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/control.ts | 17 | // ── Shared helpers ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/control.ts | 87 | // ── Command registrations ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/build.ts | 30 | // ── 1. Bundle ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/build.ts | 51 | // ── 2. Start base image ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/build.ts | 66 | // ── 3. Bake into base image ──────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/build.ts | 207 | // ── 4. Shut down ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/cli/src/commands/build.ts | 212 | // ── 5. Compact ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/master/setup/a11y-action.py | 129 | # ── action implementations ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/master/setup/a11y-action.py | 370 | # ── main ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/fetch-base-image.sh | 11 | # ── Detect platform / arch ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/fetch-base-image.sh | 29 | # ── Check for existing files ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/fetch-base-image.sh | 64 | # ── Download ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/fetch-base-image.sh | 75 | # ── Verify ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/fetch-base-image.sh | 81 | # ── Extract ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/bundle-base-image.sh | 8 | # ── Detect platform / arch ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/bundle-base-image.sh | 23 | # ── Validate source files ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/scripts/bundle-base-image.sh | 35 | # ── Bundle ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/public/index.html | 1302 | // ── Context window pressure ────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/index.js | 30 | // ─── Express app ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 41 | // ─── WebSocket servers ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 46 | // ─── CORS ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 56 | // ─── LLM proxy ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 60 | // ─── noVNC proxy ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 70 | // ─── Static UI + API routes ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | open-computer/services/interface-service/index.js | 76 | // ─── WebSocket upgrade router ────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/index.js | 98 | // ─── Background tasks ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/index.js | 103 | // ─── Start ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/index.js | 132 | // ─── Graceful shutdown ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/config.js | 21 | // ─── Fixed constants ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | open-computer/services/interface-service/config.js | 51 | // ─── Runtime-mutable settings ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 23 | // ─── Repetition detection ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 48 | // ─── Session-scoped proxy usage ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 81 | // ─── Error broadcast helper ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 94 | // ─── Route registration ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 106 | // ── Chat completions ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …computer/services/interface-service/llm-proxy/index.js | 171 | // ── Upstream request (with one context-compression retry) ────────────── | COMMENT |
| 65 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | frontend/src/EmbeddingProgressContext.jsx | 27 | export function useWorkspaceEmbeddingProgress( | CODE |
| LOW | frontend/src/EmbeddingProgressContext.jsx | 64 | export function EmbeddingProgressProvider({ children }) { | CODE |
| LOW | frontend/src/utils/session.js | 5 | export default async function validateSessionTokenForUser() { | CODE |
| LOW | frontend/src/components/Sidebar/index.jsx | 210 | function WorkspaceAndThreadTooltips() { | CODE |
| LOW | frontend/src/components/Sidebar/SearchBox/index.jsx | 190 | function ShortWidthNewWorkspaceButton({ user, showNewWsModal }) { | CODE |
| LOW | …ents/EmbeddingSelection/GenericOpenAiOptions/index.jsx | 5 | export default function GenericOpenAiEmbeddingOptions({ settings }) { | CODE |
| LOW | …ponents/EmbeddingSelection/OpenRouterOptions/index.jsx | 29 | function OpenRouterEmbeddingModelSelection({ settings }) { | CODE |
| LOW | …/components/EmbeddingSelection/OllamaOptions/index.jsx | 199 | function OllamaEmbeddingModelSelection({ settings, basePath = null }) { | CODE |
| LOW | frontend/src/components/contexts/TTSProvider.jsx | 68 | export function emitAssistantMessageCompleteEvent(chatId) { | CODE |
| LOW | frontend/src/components/contexts/TTSProvider.jsx | 82 | export function useWatchForAutoPlayAssistantTTSResponse() { | CODE |
| LOW | frontend/src/components/CanViewChatHistory/index.jsx | 26 | export function CanViewChatHistoryProvider({ children }) { | CODE |
| LOW | …ManageWorkspace/Documents/WorkspaceDirectory/index.jsx | 468 | function WorkspaceDocumentTooltips() { | CODE |
| LOW | …pace/Documents/UploadFile/FileUploadProgress/index.jsx | 8 | function FileUploadProgressComponent({ | CODE |
| LOW | …components/SpeechToText/GenericOpenAiOptions/index.jsx | 1 | export default function GenericOpenAiSpeechToTextOptions({ settings }) { | CODE |
| LOW | …/src/components/SpeechToText/DeepgramOptions/index.jsx | 4 | export default function DeepgramSpeechToTextOptions({ settings }) { | CODE |
| LOW | …/src/components/SpeechToText/DeepgramOptions/index.jsx | 34 | function DeepgramSttModelSelection({ apiKey, settings }) { | CODE |
| LOW | …/src/components/SpeechToText/LemonadeOptions/index.jsx | 9 | export default function LemonadeSpeechToTextOptions({ settings }) { | CODE |
| LOW | …/src/components/SpeechToText/LemonadeOptions/index.jsx | 130 | function LemonadeSTTModelSelection({ settings, basePath = null }) { | CODE |
| LOW | …nd/src/components/SpeechToText/OpenAiOptions/index.jsx | 4 | export default function OpenAiSpeechToTextOptions({ settings }) { | CODE |
| LOW | …c/components/LLMSelection/FireworksAiOptions/index.jsx | 38 | function FireworksAiModelSelection({ apiKey, settings }) { | CODE |
| LOW | …components/LLMSelection/GenericOpenAiOptions/index.jsx | 95 | function GenericOpenAiModelSelection({ | CODE |
| LOW | …onents/LLMSelection/DockerModelRunnerOptions/index.jsx | 182 | function DockerModelRunnerModelSelection({ | CODE |
| LOW | …criptionSelection/NativeTranscriptionOptions/index.jsx | 5 | export default function NativeTranscriptionOptions({ settings }) { | CODE |
| LOW | …/TranscriptionSelection/GenericOpenAiOptions/index.jsx | 1 | export default function GenericOpenAiWhisperOptions({ settings }) { | CODE |
| LOW | frontend/src/components/lib/ModelTable/loading.jsx | 4 | export default function ModelTableLoadingSkeleton() { | CODE |
| LOW | …components/TextToSpeech/OpenAiGenericOptions/index.jsx | 3 | export default function OpenAiGenericTextToSpeechOptions({ settings }) { | CODE |
| LOW | …nd/src/components/TextToSpeech/OpenAiOptions/index.jsx | 7 | export default function OpenAiTextToSpeechOptions({ settings }) { | CODE |
| LOW | frontend/src/components/WorkspaceChat/index.jsx | 190 | export function setEventDelegatorForCodeSnippets() { | CODE |
| LOW | …tainer/MemoriesSidebar/PersonalizationToggle/index.jsx | 26 | async function handleAutoExtractionToggle(checked) { | CODE |
| LOW | …ceChat/ChatContainer/ChatHistory/PromptReply/index.jsx | 55 | function RenderAssistantChatContent({ message, messageId }) { | CODE |
| LOW | …hatContainer/ChatHistory/ToolApprovalRequest/index.jsx | 163 | function ToolApprovalResponseOption({ | CODE |
| LOW | …hatContainer/ChatHistory/ToolApprovalRequest/index.jsx | 207 | function ToolApprovalResponseMessage({ approved }) { | CODE |
| LOW | …tory/HistoricalMessage/Actions/RenderMetrics/index.jsx | 78 | function handleShowingMetricsEvent(e) { | CODE |
| LOW | …toricalMessage/HistoricalClarifyingQuestions/index.jsx | 9 | export default function HistoricalClarifyingQuestions({ surveys = [] }) { | CODE |
| LOW | …aceChat/ChatContainer/PromptInput/LLMSelector/utils.js | 4 | export function autoScrollToSelectedLLMProvider( | CODE |
| LOW | …romptInput/ToolsMenu/Tabs/AgentSkills/skillRegistry.js | 55 | export function getSubSkillPreferenceKeys() { | CODE |
| LOW | …romptInput/ToolsMenu/Tabs/AgentSkills/skillRegistry.js | 90 | export function isSkillMultiUserSupported(skillKey) { | CODE |
| LOW | frontend/src/hooks/useOnboardingComplete.js | 6 | export default function useRedirectToHomeOnOnboardingComplete() { | CODE |
| LOW | frontend/src/hooks/useWebPushNotifications.js | 24 | export async function subscribeToPushNotifications(askToEnable = true) { | CODE |
| LOW | frontend/src/hooks/useChatContainerQuickScroll.js | 8 | export default function useChatContainerQuickScroll() { | CODE |
| LOW | frontend/src/hooks/useScrollActiveItemIntoView.js | 11 | export default function useScrollActiveItemIntoView({ | CODE |
| LOW | frontend/src/hooks/useChatHistoryScrollHandle.js | 14 | export default function useChatHistoryScrollHandle( | CODE |
| LOW | frontend/src/hooks/useProviderEndpointAutoDiscovery.js | 4 | export default function useProviderEndpointAutoDiscovery({ | CODE |
| LOW | …rc/pages/GeneralSettings/EmbeddingPreference/index.jsx | 151 | export default function GeneralEmbeddingPreference() { | CODE |
| LOW | …neralSettings/CommunityHub/Trending/HubItems/index.jsx | 15 | function useCommunityHubExploreItems() { | CODE |
| LOW | …ages/GeneralSettings/CommunityHub/ImportItem/index.jsx | 70 | export default function CommunityHubImportItemFlow() { | CODE |
| LOW | …eneralSettings/CommunityHub/ImportItem/Steps/index.jsx | 47 | export function CommunityHubImportItemLayout({ setStep, children }) { | CODE |
| LOW | …/GeneralSettings/CommunityHub/Authentication/index.jsx | 12 | function useCommunityHubAuthentication() { | CODE |
| LOW | …/GeneralSettings/CommunityHub/Authentication/index.jsx | 97 | export default function CommunityHubAuthentication() { | CODE |
| LOW | …ages/GeneralSettings/TranscriptionPreference/index.jsx | 43 | export default function TranscriptionModelPreference() { | CODE |
| LOW | …serExtensionApiKey/BrowserExtensionApiKeyRow/index.jsx | 7 | export default function BrowserExtensionApiKeyRow({ | CODE |
| LOW | …tensionApiKey/NewBrowserExtensionApiKeyModal/index.jsx | 6 | export default function NewBrowserExtensionApiKeyModal({ | CODE |
| LOW | …/src/pages/GeneralSettings/ScheduledJobs/utils/cron.js | 248 | export function buildCronFromBuilderState(state) { | CODE |
| LOW | …eralSettings/EmbeddingTextSplitterPreference/index.jsx | 19 | export default function EmbeddingTextSplitterPreference() { | CODE |
| LOW | …xperimentalFeatures/Features/LiveSync/manage/index.jsx | 39 | function WatchedDocumentsContainer() { | CODE |
| LOW | …src/pages/Admin/AgentBuilder/useAvailableVariables.jsx | 5 | export function AvailableVariablesProvider({ blocks, children }) { | CODE |
| LOW | frontend/src/pages/Admin/DefaultSystemPrompt/index.jsx | 25 | async function setupVariableHighlighting() { | CODE |
| LOW | …in/Agents/SQLConnectorSelection/SQLConnectionModal.jsx | 163 | function isDuplicateConnectionName(slugifiedName) { | CODE |
| LOW | …src/pages/Admin/Agents/SQLConnectorSelection/index.jsx | 11 | export default function AgentSQLConnectorSelection({ | CODE |
| LOW | …/pages/Admin/Agents/GoogleCalendarSkillPanel/index.jsx | 96 | function toggleGoogleCalendarSkill(skillName) { | CODE |
| 69 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 10 | ## Step 1: Allocate and assign Elastic IP Address to your deployed EC2 instance | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 14 | ## Step 2: Configure DNS A record to resolve to the previously assigned EC2 instance via EIP | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 19 | ## Step 3: Install and enable nginx | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 24 | ## Step 4: Install certbot | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 32 | ## Step 5: Configure temporary Inbound Traffic Rule for Security Group to certbot DNS verification | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 35 | ## Step 6: Comment out default http NGINX proxy configuration | COMMENT |
| LOW | …ployments/aws/cloudformation/aws_https_instructions.md | 60 | ## Step 7: Create simple http proxy configuration for AnythingLLM | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 96 | ## Step 8: Test nginx http proxy config and restart nginx service | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 102 | ## Step 9: Generate/install cert | COMMENT |
| LOW⚡ | …ployments/aws/cloudformation/aws_https_instructions.md | 112 | ## Step 10: Test Cert installation | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 50 | // Step 1: Calculated rules (always re-evaluated, they're instant) | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 62 | // Step 2: LLM rules (cached to avoid expensive re-classification) | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 77 | // Step 3: No rule matched — check sticky route | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 88 | // Step 4: Sticky expired — use fallback | COMMENT |
| LOW | open-computer/services/extensions/browser-agent.ts | 395 | // Step 1: Click the element to focus it (trusted click) | COMMENT |
| LOW | open-computer/services/extensions/browser-agent.ts | 434 | // Step 2: Clear existing content if requested (select all + delete) | COMMENT |
| LOW⚡ | open-computer/services/extensions/browser-agent.ts | 450 | // Step 3: Type each character with trusted key events | COMMENT |
| LOW⚡ | open-computer/services/extensions/browser-agent.ts | 453 | // Step 4: Submit if requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | open-computer/master/setup/a11y-harvest.py | 51 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 63 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 73 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 87 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 102 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 141 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-harvest.py | 227 | except Exception: | CODE |
| MEDIUM | open-computer/master/setup/a11y-harvest.py | 41 | def get_extents(node): | CODE |
| MEDIUM | open-computer/master/setup/a11y-harvest.py | 56 | def get_text_content(node): | CODE |
| MEDIUM | open-computer/master/setup/a11y-harvest.py | 68 | def get_value(node): | CODE |
| MEDIUM | open-computer/master/setup/a11y-harvest.py | 213 | def get_window_geometry(app_node): | CODE |
| LOW | open-computer/master/setup/a11y-tree.py | 41 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-tree.py | 58 | except Exception as e: | CODE |
| MEDIUM | open-computer/master/setup/a11y-action.py | 52 | def collect_all(node, results): | CODE |
| MEDIUM | open-computer/master/setup/a11y-action.py | 101 | def read_text(node): | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 96 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 124 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 155 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 177 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 230 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 252 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 275 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 298 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 310 | except Exception: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 325 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 345 | except Exception as e: | CODE |
| LOW | open-computer/master/setup/a11y-action.py | 366 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | frontend/src/locales/resources.js | 1 | // Looking for a language to translate AnythingLLM to? | COMMENT |
| LOW | frontend/src/models/agentFlows.js | 81 | // headers: { | COMMENT |
| LOW | …ployments/aws/cloudformation/aws_https_instructions.md | 41 | # listen 80; | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 41 | COMMENT | |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 61 | # selector: | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 81 | name: "" | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 101 | # in order to have the right permissions on mounted volumes | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 121 | UID: "1000" | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 161 | # List of rules and filters applied. | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 221 | port: 8888 | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 241 | nodeSelector: {} | COMMENT |
| LOW | cloud-deployments/helm/charts/anythingllm/values.yaml | 261 | # name: open-ai-api-key-secret | COMMENT |
| LOW | server/endpoints/agentFlows.js | 101 | ); | COMMENT |
| LOW | server/endpoints/agentFlows.js | 121 | // results: { | COMMENT |
| LOW | server/utils/database/index.js | 1 | const { getGitVersion } = require("../../endpoints/utils"); | COMMENT |
| LOW | server/utils/agents/aibitat/utils/dedupe.js | 1 | // Some models may attempt to call an expensive or annoying function many times and in that case we will want | COMMENT |
| LOW | server/utils/AiProviders/groq/index.js | 121 | `${this.model} is not an explicitly supported vision model! Will omit attachments.` | COMMENT |
| LOW | server/utils/AiProviders/cerebras/index.js | 141 | return userPrompt; | COMMENT |
| LOW | server/utils/telegramBot/index.js | 61 | "504", | COMMENT |
| LOW | server/utils/BackgroundWorkers/index.js | 241 | /* Job may already be removed */ | COMMENT |
| LOW | server/models/systemSettings.js | 501 | // -------------------------------------------------------- | COMMENT |
| LOW | .devcontainer/devcontainer.json | 1 | // For format details, see https://aka.ms/devcontainer.json. For config options, see the | COMMENT |
| LOW | …computer/services/interface-service/utils/cdp-input.js | 1 | #!/usr/bin/env node | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | server/utils/middleware/simpleSSOEnabled.js | 20 | // If the multi-user mode response local is not set, we need to check if it's enabled. | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 50 | // Step 1: Calculated rules (always re-evaluated, they're instant) | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 62 | // Step 2: LLM rules (cached to avoid expensive re-classification) | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 77 | // Step 3: No rule matched — check sticky route | COMMENT |
| LOW | server/utils/AiProviders/modelRouter/index.js | 88 | // Step 4: Sticky expired — use fallback | COMMENT |
| LOW | server/utils/helpers/admin/index.js | 4 | // When a user is updating or creating a user in multi-user, we need to check if they | COMMENT |
| LOW | open-computer/services/extensions/browser-agent.ts | 395 | // Step 1: Click the element to focus it (trusted click) | COMMENT |
| LOW | open-computer/services/extensions/browser-agent.ts | 434 | // Step 2: Clear existing content if requested (select all + delete) | COMMENT |
| LOW⚡ | open-computer/services/extensions/browser-agent.ts | 450 | // Step 3: Type each character with trusted key events | COMMENT |
| LOW⚡ | open-computer/services/extensions/browser-agent.ts | 453 | // Step 4: Submit if requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | frontend/public/embed/anythingllm-chat-widget.min.js | 37 | */function M(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&ar | COMMENT |
| MEDIUM⚡ | frontend/public/embed/anythingllm-chat-widget.min.js | 37 | */function M(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&ar | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | open-computer/master/setup/a11y-harvest.py | 78 | CODE | |
| LOW | open-computer/master/setup/a11y-harvest.py | 145 | CODE | |
| LOW | open-computer/master/setup/a11y-harvest.py | 213 | CODE | |
| LOW | open-computer/master/setup/a11y-tree.py | 21 | CODE | |
| LOW | open-computer/master/setup/a11y-action.py | 63 | CODE | |
| LOW | open-computer/master/setup/a11y-action.py | 131 | CODE | |
| LOW | open-computer/master/setup/a11y-action.py | 191 | CODE | |
| LOW | open-computer/master/setup/a11y-action.py | 279 | CODE | |
| LOW | open-computer/master/setup/a11y-action.py | 372 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | frontend/src/utils/chat/agent.js | 90 | // If we get this message we know the provider supports agentic streaming | COMMENT |
| MEDIUM | open-computer/DEVELOPMENT.md | 131 | │ ├── server.js # Main orchestration server | CODE |
| MEDIUM | open-computer/services/interface-service/config.js | 34 | // LLM proxy guardrails for local models that fail to stop generating | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | frontend/public/embed/anythingllm-chat-widget.min.js | 37 | */function M(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&ar | COMMENT |
| LOW | server/utils/agents/imported-manifest.schema.json | 68 | "placeholder": { | CODE |
| LOW | server/__tests__/utils/TextSplitter/index.test.js | 38 | docAuthor: "John Doe", | CODE |
| LOW | open-computer/services/extensions/browser-agent.ts | 421 | label: el.getAttribute('aria-label') || el.getAttribute('name') || el.getAttribute('placeholder') || el.tagN | CODE |
| LOW | open-computer/services/public/index.html | 519 | <div class="placeholder" id="desktop-placeholder" style="display:none"> | CODE |
| LOW | …er/services/interface-service/utils/browser-harvest.js | 32 | el.getAttribute('placeholder') || | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/docker-entrypoint.sh | 3 | # Check if STORAGE_DIR is set | COMMENT |
| LOW | cloud-deployments/openshift/docker-entrypoint.sh | 13 | # Check if STORAGE_DIR is set | COMMENT |
| LOW | .github/workflows/build-and-push-image-semver.yaml | 25 | # Check if the secret for USERNAME is set (don't even check for the password) | COMMENT |
| LOW | .github/workflows/build-and-push-image.yaml | 45 | # Check if the secret for USERNAME is set (don't even check for the password) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ponents/VectorDBSelection/ChromaCloudOptions/index.jsx | 13 | placeholder="ck-your-api-key-here" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | server/endpoints/api/openai/index.js | 21 | #swagger.description = 'Get all available "models" which are workspaces you can use for chatting.' | COMMENT |