Repository Analysis

decolua/9router

Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits.

8.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of decolua/9router, a JavaScript project with 26,570 GitHub stars. SynthScan v2.0 examined 229,319 lines of code across 1295 source files, recording 651 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 8.0 places this repository in the Low AI signal 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).

8.0
Adjusted Score
8.0
Raw Score
100%
Time Factor
2026-08-14
Last Push
26.6K
Stars
JavaScript
Language
229.3K
Lines of Code
1.3K
Files
651
Pattern Hits
2026-08-29
Scan Date
0.14
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 1HIGH 176MEDIUM 162LOW 312

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 651 distinct pattern matches across 11 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.

Magic Placeholder Names176 hits · 930 pts
SeverityFileLineSnippetContext
HIGHREADME.md1458Authorization: Bearer your-api-keyCODE
HIGHREADME.md1474Authorization: Bearer your-api-keyCODE
HIGHREADME.zh-CN.md1246Authorization: Bearer your-api-keyCODE
HIGHREADME.zh-CN.md1262Authorization: Bearer your-api-keyCODE
HIGHgitbook/content/vi/troubleshooting.md247 -H "Authorization: Bearer your-api-key"CODE
HIGHgitbook/content/vi/integration/other-tools.md21API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/integration/other-tools.md28API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/integration/other-tools.md55 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md75 apiKey: "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md94 -H "Authorization: Bearer your-api-key-from-dashboard" \CODE
HIGHgitbook/content/vi/integration/other-tools.md113Authorization: Bearer your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/integration/other-tools.md136 openai_api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md153 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md169openai.api_key = "your-api-key-from-dashboard"CODE
HIGHgitbook/content/vi/integration/other-tools.md201 apiKey: "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md227 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/other-tools.md256ROUTER_API_KEY=your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/integration/other-tools.md277 api_key="your-api-key",CODE
HIGHgitbook/content/vi/integration/other-tools.md298 api_key="your-api-key",CODE
HIGHgitbook/content/vi/integration/other-tools.md344- Kiểm tra format header Authorization: `Bearer your-api-key`CODE
HIGHgitbook/content/vi/integration/continue.md33 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/continue.md48 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/continue.md55 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/continue.md62 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/continue.md69 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/vi/integration/continue.md145 "apiKey": "your-api-key",CODE
HIGHgitbook/content/vi/integration/continue.md164 "apiKey": "your-api-key",CODE
HIGHgitbook/content/vi/integration/roo.md26API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/integration/roo.md32API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/vi/providers/cheap.md55API Key: zhipu-your-api-key-hereCODE
HIGHgitbook/content/vi/features/quota-tracking.md565Authorization: Bearer your-api-keyCODE
HIGHgitbook/content/vi/features/quota-tracking.md618Authorization: Bearer your-api-keyCODE
HIGHgitbook/content/vi/features/combos.md384 -H "Authorization: Bearer your-api-key" \CODE
HIGHgitbook/content/vi/getting-started/installation.md150 -H "Authorization: Bearer your-api-key"CODE
HIGHgitbook/content/vi/getting-started/installation.md172 -H "Authorization: Bearer your-api-key" \CODE
HIGHgitbook/content/ja/troubleshooting.md247 -H "Authorization: Bearer your-api-key"CODE
HIGHgitbook/content/ja/integration/other-tools.md21API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/integration/other-tools.md28API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/integration/other-tools.md55 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md75 apiKey: "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md94 -H "Authorization: Bearer your-api-key-from-dashboard" \CODE
HIGHgitbook/content/ja/integration/other-tools.md113Authorization: Bearer your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/integration/other-tools.md136 openai_api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md153 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md169openai.api_key = "your-api-key-from-dashboard"CODE
HIGHgitbook/content/ja/integration/other-tools.md201 apiKey: "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md227 api_key="your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/other-tools.md256ROUTER_API_KEY=your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/integration/other-tools.md277 api_key="your-api-key",CODE
HIGHgitbook/content/ja/integration/other-tools.md298 api_key="your-api-key",CODE
HIGHgitbook/content/ja/integration/continue.md33 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/continue.md48 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/continue.md55 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/continue.md62 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/continue.md69 "apiKey": "your-api-key-from-dashboard",CODE
HIGHgitbook/content/ja/integration/continue.md145 "apiKey": "your-api-key",CODE
HIGHgitbook/content/ja/integration/continue.md164 "apiKey": "your-api-key",CODE
HIGHgitbook/content/ja/integration/roo.md26API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/integration/roo.md32API Key: your-api-key-from-dashboardCODE
HIGHgitbook/content/ja/providers/cheap.md55API Key: zhipu-your-api-key-hereCODE
116 more matches not shown…
Decorative Section Separators152 hits · 492 pts
SeverityFileLineSnippetContext
MEDIUMopen-sse/config/ttsModels.js3// ── Voice definitions (DRY — reused across providers) ──────────────────────COMMENT
MEDIUMopen-sse/config/ttsModels.js51// ── TTS Config (config-driven, single source of truth) ─────────────────────COMMENT
MEDIUMopen-sse/config/ttsModels.js135// ── Helper: get voices for a specific model ────────────────────────────────COMMENT
MEDIUMopen-sse/config/ttsModels.js142// ── Build flat entries for PROVIDER_MODELS backward compat ─────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js17 // ── identity ────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js24 // ── auth hints (only when relevant) ──────────────────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js30 // ── UI display ───────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js43 // ── transport (HTTP runtime) → PROVIDERS[id] ─────────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js60 // ── oauth flow → PROVIDER_OAUTH[id] (omit for pure API-key) ───────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js76 // ── media (non-LLM services) → PROVIDER_MEDIA[id] ────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js87 // ── models (omit = no key; [] = explicit empty) ──────────────────────────COMMENT
MEDIUMopen-sse/providers/REGISTRY_TEMPLATE.js94 // ── optional flags ───────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js9// ── HOW TO ADD / UPDATE A MODEL ──────────────────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js191 // ── Claude (4.6+ = adaptive thinking; older/haiku = budget) ──────COMMENT
MEDIUMopen-sse/providers/capabilities.js217 // ── OpenAI GPT-5.x (vision + thinking + web search) ──────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js228 // ── OpenAI o-series (reasoning, vision) ──────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js234 // ── Grok (vision + Live Search) ──────────────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js256 // ── Kimi (enabled→reasoning_effort; K2.7-code cannot disable) ─────COMMENT
MEDIUMopen-sse/providers/capabilities.js276 // ── MiniMax (M3 = adaptive; M2.x cannot disable) ─────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js282 // ── Xiaomi MiMo (vision, 1M / 262K ctx) ──────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js287 // ── Llama (4 = vision/1M; 3.x = text-only/128K) ──────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js291 // ── Mistral (Large 3 = vision/256K; codestral text) ──────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js296 // ── Cohere (Command A Vision = vision; others text) ──────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js300 // ── Perplexity (web search native) ───────────────────────────────COMMENT
MEDIUMopen-sse/providers/capabilities.js312 // ── Others ───────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/utils/proxyFetch.js8// ─── TLS fingerprinting via got-scraping (browser-like JA3) ───────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js28// ─── Binary discovery ────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js66// ─── ACP JSON-RPC helper ────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js74// ─── Client-tools → MCP bridge ───────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js250// ─── Multi-turn message → single prompt builder ─────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js303// ─── DevinCliExecutor ─────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js453 // ── JSON-RPC state machine ──────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js597 // ── stdout reader (NDJSON) ──────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js616 // ── Initialize response ───────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js631 // ── session/new response → get sessionId ──────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js650 // ── session/prompt response (ack / final result) ────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js708 // ── Streaming notifications (session/update) ──────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js765 // ── Error responses ───────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js789 // ── Send initialize ───────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/devin-cli.js825// ─── Helpers ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js25// ─── Model alias map (catalog name → Windsurf wire name) ─────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js27 // ── Cognition SWE ───────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js32 // ── Claude Opus 4.7 — effort-tiered ─────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js39 // ── Claude Opus/Sonnet 4.6 ──────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js46 // ── Claude 4.5 ──────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js52 // ── GPT-5.5 ─────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js65 // ── GPT-5.4 ─────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js81 // ── GPT-5.3-Codex ───────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js91 // ── GPT-5.2 ─────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js98 // ── GPT-5 ───────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js100 // ── GPT-4.1 / 4o ────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js104 // ── Gemini ──────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js114 // ── Others ──────────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js125// ─── Minimal protobuf encoder ────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js167// ─── Protobuf message builders ───────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js207// ─── gRPC-web framing ────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js218// ─── Protobuf response decoder ───────────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js350// ─── OpenAI messages → Windsurf wire ─────────────────────────────────────────COMMENT
MEDIUMopen-sse/executors/windsurf.js371// ─── WindsurfExecutor ────────────────────────────────────────────────────────COMMENT
MEDIUMopen-sse/handlers/ttsCore.js14// ── Response Formatter (DRY) ───────────────────────────────────COMMENT
92 more matches not shown…
Hyper-Verbose Identifiers193 hits · 198 pts
SeverityFileLineSnippetContext
LOWcustom-server.js18function startBackgroundTokenRefreshFromCustomServer() {CODE
LOWopen-sse/config/kiroConstants.js63export function applyKiroThinkingOverride(body, override) {CODE
LOWopen-sse/config/kiroConstants.js147export function resolveKiroThinkingBudget(body, headers, model) {CODE
LOWopen-sse/config/kiroConstants.js187function extractKiroGptEffortLevel(body) {CODE
LOWopen-sse/config/kiroConstants.js202export function buildKiroAdditionalModelRequestFields(body, effortPath = "output_config") {CODE
LOWopen-sse/config/kiroConstants.js239export function supportsKiroAdditionalModelRequestFields(model) {CODE
LOWopen-sse/config/kiroConstants.js248export function buildKiroAdditionalModelRequestFieldsForModel(body, model) {CODE
LOWopen-sse/config/kiroConstants.js354export function buildThinkingSystemPrefix(budget = KIRO_THINKING_BUDGET_DEFAULT) {CODE
LOWopen-sse/config/providers.js16export function resolveXiaomiTokenplanBaseUrl(credentials) {CODE
LOWopen-sse/config/grokCli.js7export function supportsGrokCliReasoningEffort(model) {CODE
LOWopen-sse/transformer/responsesTransformer.js54export function createResponsesApiTransformStream(logger = null) {CODE
LOWopen-sse/transformer/streamToJsonConverter.js49export async function convertResponsesStreamToJson(stream) {CODE
LOWopen-sse/providers/capabilities.js65export function capabilitiesFromServiceKind(kind) {CODE
LOWopen-sse/utils/streamHandler.js98export function createDisconnectAwareStream(transformStream, streamController, onAbortTerminal = null) {CODE
LOWopen-sse/utils/stream.js470export function createSSETransformStreamWithLogger(targetFormat, sourceFormat, provider = null, reqLogger = null, toolNaCODE
LOWopen-sse/utils/stream.js487export function createPassthroughStreamWithLogger(provider = null, reqLogger = null, model = null, connectionId = null, CODE
LOWopen-sse/utils/bypassHandler.js128function createNonStreamingResponse(sourceFormat, model, text) {CODE
LOWopen-sse/utils/bypassHandler.js279function createOpenAIStreamingChunks(completeResponse) {CODE
LOWopen-sse/utils/proxyFetch.js203function resolveConnectionProxyUrl(targetUrl, proxyOptions) {CODE
LOWopen-sse/utils/responsesStreamHelpers.js13export function getOpenAIResponsesEventName(eventName, chunk) {CODE
LOWopen-sse/utils/responsesStreamHelpers.js19export function isOpenAIResponsesTerminalEvent(eventName, chunk) {CODE
LOWopen-sse/utils/responsesStreamHelpers.js29export function buildAbortedResponsesTerminalBytes() {CODE
LOWopen-sse/utils/responsesStreamHelpers.js34export function formatIncompleteOpenAIResponsesStreamFailure() {CODE
LOWopen-sse/utils/sessionManager.js130function extractAntigravitySession(body) {CODE
LOWopen-sse/utils/kiroSessionReplay.js134export function clearKiroSessionReplayStore() {CODE
LOWopen-sse/shared/zedAuth.js60export function encodeZedPrivateKeyVerifier(privateKeyPem) {CODE
LOWopen-sse/shared/zedAuth.js64export function decodeZedPrivateKeyVerifier(verifier) {CODE
LOWopen-sse/shared/zedAuth.js197export async function fetchZedAuthenticatedUser(credentials, options = {}) {CODE
LOWopen-sse/shared/clineAuth.js12export function getClineAuthorizationHeader(token) {CODE
LOWopen-sse/translator/formats/claude.js116export function normalizeClaudePassthrough(body, model = "") {CODE
LOWopen-sse/translator/formats/gemini.js46export function convertOpenAIContentToParts(content) {CODE
LOWopen-sse/translator/formats/gemini.js138function removeUnsupportedKeywords(obj, keywords) {CODE
LOWopen-sse/translator/formats/gemini.js178function convertEnumValuesToStrings(obj) {CODE
LOWopen-sse/translator/formats/gemini.js312export function cleanJSONSchemaForAntigravity(schema) {CODE
LOWopen-sse/translator/formats/responsesApi.js31export function convertResponsesApiFormat(body) {CODE
LOWopen-sse/translator/response/openai-to-antigravity.js9export function openaiToAntigravityResponse(chunk, state) {CODE
LOWopen-sse/translator/response/openai-responses.js17export function openaiToOpenAIResponsesResponse(chunk, state) {CODE
LOWopen-sse/translator/response/openai-responses.js415export function openaiResponsesToOpenAIResponse(chunk, state) {CODE
LOWopen-sse/translator/response/commandcode-to-openai.js52export function commandCodeToOpenAIResponse(chunk, state) {CODE
LOWopen-sse/translator/request/claude-to-kiro.js44function convertClaudeMessagesToKiro(messages, model) {CODE
LOWopen-sse/translator/request/openai-to-gemini.js25function sanitizeGeminiFunctionName(name) {CODE
LOWopen-sse/translator/request/openai-to-gemini.js299function wrapInCloudCodeEnvelopeForClaude(model, claudeRequest, credentials = null, signature = DEFAULT_THINKING_AG_SIGNCODE
LOWopen-sse/translator/request/openai-to-gemini.js429export function openaiToAntigravityRequest(model, body, stream, credentials = null) {CODE
LOWopen-sse/translator/request/claude-to-openai.js8function stripAnthropicBillingHeader(text) {CODE
LOWopen-sse/translator/request/claude-to-openai.js97function fixMissingToolResponsesOpenAI(messages) {CODE
LOWopen-sse/translator/request/antigravity-to-openai.js11export function antigravityToOpenAIRequest(model, body, stream) {CODE
LOWopen-sse/translator/request/openai-responses.js19export function openaiResponsesToOpenAIRequest(model, body, stream, credentials) {CODE
LOWopen-sse/translator/request/openai-responses.js301export function openaiToOpenAIResponsesRequest(model, body, stream, credentials) {CODE
LOWopen-sse/translator/request/openai-to-claude.js201function getContentBlocksFromMessage(msg, toolNameMap = new Map()) {CODE
LOWopen-sse/translator/request/openai-to-claude.js328function openaiToClaudeRequestForAntigravity(model, body, stream) {CODE
LOWopen-sse/translator/request/openai-to-commandcode.js136export function openaiToCommandCodeRequest(model, body, stream /* , credentials */) {CODE
LOWopen-sse/translator/concerns/kiroConversation.js359function flattenAllStructuredTools(turns, repairs) {CODE
LOWopen-sse/translator/concerns/kiroConversation.js383export function canonicalizeKiroConversation({CODE
LOWopen-sse/translator/concerns/thinkingUnified.js183function getGeminiGenerationConfig(body) {CODE
LOWopen-sse/translator/concerns/modality.js135export function stripUnsupportedModalities(body, sourceFormat, caps) {CODE
LOWopen-sse/executors/grok-cli.js151function stringifyGrokCliToolOutput(output) {CODE
LOWopen-sse/executors/grok-cli.js161function normalizeGrokCliInputItem(item) {CODE
LOWopen-sse/executors/grok-cli.js223function stripStoredItemReferences(body) {CODE
LOWopen-sse/executors/codex.js49function convertSystemToDeveloperRole(body) {CODE
LOWopen-sse/executors/codex.js59function stripStoredItemReferences(body) {CODE
133 more matches not shown…
Structural Annotation Overuse49 hits · 88 pts
SeverityFileLineSnippetContext
LOWopen-sse/translator/index.js91 // Step 1: source -> openai (if source is not openai)COMMENT
LOWopen-sse/translator/index.js101 // Step 2: openai -> target (if target is not openai)COMMENT
LOWopen-sse/translator/index.js182 // Step 1: target -> openai (if target is not openai)COMMENT
LOWopen-sse/translator/index.js195 // Step 2: openai -> source (if source is not openai)COMMENT
LOWcli/scripts/build-cli.js158 // Step 0: Sync version from app/cli/package.json to app/package.jsonCOMMENT
LOWcli/scripts/build-cli.js171 // Step 1: Build app with Next.js (workspace tracing root → traced node_modules in standalone).COMMENT
LOWcli/scripts/build-cli.js193 // Step 2: Clean old app/cli/app if existsCOMMENT
LOWcli/scripts/build-cli.js200 // Step 3: Copy Next.js standalone build to app/cli/app.COMMENT
LOWcli/scripts/build-cli.js260 // Step 4: Copy static filesCOMMENT
LOWcli/scripts/build-cli.js272 // Step 5: Copy public folder if existsCOMMENT
LOWcli/scripts/build-cli.js283 // Step 6: Copy vendor-chunks (required for production)COMMENT
LOWcli/scripts/build-cli.js302 // Step 7: Copy MITM server files (not bundled by Next.js standalone)COMMENT
LOWcli/scripts/build-cli.js324 // Step 8: Build MITM server (config driven - see app/cli/scripts/buildMitm.js)COMMENT
LOWcli/src/cli/menus/providers.js566 // Step 1: Request device codeCOMMENT
LOWcli/src/cli/menus/providers.js785 // Step 1: Select typeCOMMENT
LOWcli/src/cli/menus/providers.js795 // Step 2: InputsCOMMENT
LOWcli/src/cli/menus/providers.js805 // Step 3: API type (OpenAI only)COMMENT
LOWcli/src/cli/menus/providers.js468 // Step 1: Get auth URLCOMMENT
LOWcli/src/cli/menus/providers.js490 // Step 2: Show URL and instructionsCOMMENT
LOWcli/src/cli/menus/providers.js513 // Step 3: Parse callback URL and extract codeCOMMENT
LOWcli/src/cli/menus/providers.js539 // Step 4: Exchange code for tokensCOMMENT
LOWcli/src/cli/menus/providers.js590 // Step 2: Show instructionsCOMMENT
LOWcli/src/cli/menus/providers.js607 // Step 3: Poll for tokenCOMMENT
LOWgitbook/content/en/features/combos.md71### Step 1: Open DashboardCOMMENT
LOWgitbook/content/en/features/combos.md78### Step 2: Navigate to CombosCOMMENT
LOWgitbook/content/en/features/combos.md84### Step 3: Configure ComboCOMMENT
LOWgitbook/content/en/features/combos.md105### Step 4: SaveCOMMENT
LOWgitbook/content/en/features/combos.md112### Step 5: Use in CLICOMMENT
LOWgitbook/content/en/deployment/cloud.md16### Step 1: Clone RepositoryCOMMENT
LOWgitbook/content/en/deployment/cloud.md23### Step 2: Install DependenciesCOMMENT
LOWgitbook/content/en/deployment/cloud.md29### Step 3: Build ApplicationCOMMENT
LOWgitbook/content/en/deployment/cloud.md35### Step 4: Configure Environment VariablesCOMMENT
LOWgitbook/content/en/deployment/cloud.md56### Step 5: Create Data DirectoryCOMMENT
LOWgitbook/content/en/deployment/cloud.md63### Step 6: Start ApplicationCOMMENT
LOWgitbook/content/en/deployment/cloud.md69### Step 7: Setup PM2 for ProductionCOMMENT
LOWgitbook/content/en/deployment/cloud.md217### Step 1: Install NginxCOMMENT
LOWgitbook/content/en/deployment/cloud.md224### Step 2: Configure NginxCOMMENT
LOWgitbook/content/en/deployment/cloud.md283### Step 3: Enable SiteCOMMENT
LOWgitbook/content/en/deployment/cloud.md296### Step 4: Setup SSL with Let's EncryptCOMMENT
LOWsrc/app/api/oauth/iflow/cookie/route.js28 // Step 1: GET API key info to get the nameCOMMENT
LOWsrc/app/api/oauth/iflow/cookie/route.js65 // Step 2: POST to refresh API keyCOMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js18 // Step 1: initializeCOMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js40 // Step 2: notifications/initialized (required by spec before tools/list)COMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js48 // Step 3: tools/listCOMMENT
LOWsrc/app/(dashboard)/dashboard/translator/page.js67 // Step 1: detect provider/format from model fieldCOMMENT
LOWsrc/mitm/manager.js534 // Step 1: Generate Root CA if missing or expiredCOMMENT
LOWsrc/mitm/manager.js574 // Step 2: Spawn server (Root CA already installed in Step 1.5)COMMENT
LOWsrc/lib/oauth/providers/kiro.js18 // Step 1: Register client with AWS SSO OIDCCOMMENT
LOWsrc/lib/oauth/providers/kiro.js41 // Step 2: Request device authorizationCOMMENT
Verbosity Indicators33 hits · 57 pts
SeverityFileLineSnippetContext
LOWopen-sse/translator/index.js91 // Step 1: source -> openai (if source is not openai)COMMENT
LOWopen-sse/translator/index.js101 // Step 2: openai -> target (if target is not openai)COMMENT
LOWopen-sse/translator/index.js182 // Step 1: target -> openai (if target is not openai)COMMENT
LOWopen-sse/translator/index.js195 // Step 2: openai -> source (if source is not openai)COMMENT
LOWcli/scripts/build-cli.js158 // Step 0: Sync version from app/cli/package.json to app/package.jsonCOMMENT
LOWcli/scripts/build-cli.js171 // Step 1: Build app with Next.js (workspace tracing root → traced node_modules in standalone).COMMENT
LOWcli/scripts/build-cli.js193 // Step 2: Clean old app/cli/app if existsCOMMENT
LOWcli/scripts/build-cli.js200 // Step 3: Copy Next.js standalone build to app/cli/app.COMMENT
LOWcli/scripts/build-cli.js260 // Step 4: Copy static filesCOMMENT
LOWcli/scripts/build-cli.js272 // Step 5: Copy public folder if existsCOMMENT
LOWcli/scripts/build-cli.js283 // Step 6: Copy vendor-chunks (required for production)COMMENT
LOWcli/scripts/build-cli.js302 // Step 7: Copy MITM server files (not bundled by Next.js standalone)COMMENT
LOWcli/scripts/build-cli.js324 // Step 8: Build MITM server (config driven - see app/cli/scripts/buildMitm.js)COMMENT
LOWcli/src/cli/menus/providers.js566 // Step 1: Request device codeCOMMENT
LOWcli/src/cli/menus/providers.js785 // Step 1: Select typeCOMMENT
LOWcli/src/cli/menus/providers.js795 // Step 2: InputsCOMMENT
LOWcli/src/cli/menus/providers.js805 // Step 3: API type (OpenAI only)COMMENT
LOWcli/src/cli/menus/providers.js468 // Step 1: Get auth URLCOMMENT
LOWcli/src/cli/menus/providers.js490 // Step 2: Show URL and instructionsCOMMENT
LOWcli/src/cli/menus/providers.js513 // Step 3: Parse callback URL and extract codeCOMMENT
LOWcli/src/cli/menus/providers.js539 // Step 4: Exchange code for tokensCOMMENT
LOWcli/src/cli/menus/providers.js590 // Step 2: Show instructionsCOMMENT
LOWcli/src/cli/menus/providers.js607 // Step 3: Poll for tokenCOMMENT
LOWsrc/app/api/oauth/iflow/cookie/route.js28 // Step 1: GET API key info to get the nameCOMMENT
LOWsrc/app/api/oauth/iflow/cookie/route.js65 // Step 2: POST to refresh API keyCOMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js18 // Step 1: initializeCOMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js40 // Step 2: notifications/initialized (required by spec before tools/list)COMMENT
LOWsrc/app/api/cli-tools/cowork-mcp-tools/route.js48 // Step 3: tools/listCOMMENT
LOWsrc/app/(dashboard)/dashboard/translator/page.js67 // Step 1: detect provider/format from model fieldCOMMENT
LOWsrc/mitm/manager.js534 // Step 1: Generate Root CA if missing or expiredCOMMENT
LOWsrc/mitm/manager.js574 // Step 2: Spawn server (Root CA already installed in Step 1.5)COMMENT
LOWsrc/lib/oauth/providers/kiro.js18 // Step 1: Register client with AWS SSO OIDCCOMMENT
LOWsrc/lib/oauth/providers/kiro.js41 // Step 2: Request device authorizationCOMMENT
Over-Commented Block26 hits · 26 pts
SeverityFileLineSnippetContext
LOWopen-sse/providers/REGISTRY_TEMPLATE.js41 },COMMENT
LOWopen-sse/providers/REGISTRY_TEMPLATE.js61 // oauth: {COMMENT
LOWopen-sse/providers/REGISTRY_TEMPLATE.js81 // embeddingConfig: { baseUrl: "...", authType: "apikey", authHeader: "bearer", models: [{ id: "emb-1", name: "Emb",COMMENT
LOWopen-sse/providers/capabilities.js1// Model capabilities — what each model can read/do beyond plain text.COMMENT
LOWopen-sse/providers/registry/selfhosted-tts.js1// Self-hosted, OpenAI-compatible text-to-speech (Kokoro-FastAPI, openedai-speech,COMMENT
LOWopen-sse/providers/registry/zed.js41 url: "https://cloud.zed.dev/client/users/me", // verified in zed_account.rsCOMMENT
LOWopen-sse/providers/registry/selfhosted-embedding.js1// Self-hosted, OpenAI-compatible embeddings (llama.cpp / llama-server, vLLM,COMMENT
LOWopen-sse/providers/registry/selfhosted-stt.js1// Self-hosted, OpenAI-compatible speech-to-text (whisper.cpp, faster-whisper,COMMENT
LOWopen-sse/utils/requestLogger.js81 // for (const key of Object.keys(masked)) {COMMENT
LOWopen-sse/translator/formats/claude.js261// - Add thinking block for Anthropic endpoint (provider === "claude")COMMENT
LOWopen-sse/translator/request/openai-to-kiro.js321 const { history, currentMessage } = convertMessages(messages, upstreamModel);COMMENT
LOWopen-sse/translator/concerns/paramSupport.js1import { getCapabilitiesForModel } from "../../providers/capabilities.js";COMMENT
LOWopen-sse/executors/devin-cli.js401 // inject WINDSURF_API_KEY: this provider is noAuth, and a bogus/leaked keyCOMMENT
LOWopen-sse/executors/trae.js1import { BaseExecutor } from "./base.js";COMMENT
LOWopen-sse/executors/zed.js1// ZedHostedExecutor — routes requests to Zed's hosted LLM aggregatorCOMMENT
LOWopen-sse/handlers/chatCore.js81 // Multi-endpoint providers: pick transport matching sourceFormat → zero translation.COMMENT
LOW…sse/handlers/embeddingProviders/selfhostedEmbedding.js1// Self-hosted embeddings — like openaiCompatNode, but the baseUrl is REQUIRED.COMMENT
LOWopen-sse/handlers/chatCore/sseToJsonHandler.js321 }, { endpoint: clientRawRequest?.endpoint || null })).catch(() => {});COMMENT
LOWopen-sse/handlers/ttsProviders/selfhostedTts.js1// Self-hosted OpenAI-compatible TTS — POST {baseUrl}/v1/audio/speech.COMMENT
LOWopen-sse/handlers/ttsProviders/selfhostedTts.js21 // would 404 with nothing pointing at the cause.COMMENT
LOWsrc/app/api/v1/models/route.js481 // { id, name } — no per-model capability data. Fall back to the sameCOMMENT
LOWsrc/app/api/auth/login/route.js61COMMENT
LOWsrc/shared/constants/cliTools.js81 // name: "Cursor",COMMENT
LOWsrc/shared/constants/cliTools.js461 },COMMENT
LOWsrc/shared/utils/bulkAdd.js1// Bulk-add API-key planner.COMMENT
LOWsrc/lib/oauth/services/kimchi.js1// Kimchi browser-login service.COMMENT
Fake / Example Data11 hits · 14 pts
SeverityFileLineSnippetContext
LOWtests/unit/kiro-external-idp.test.js6const TEST_EMAIL = "user@example.com";CODE
LOWtests/unit/grok-cli-models.test.js58 providerSpecificData: { email: "user@example.com" },CODE
LOWtests/unit/grok-cli-usage.test.js56 email: "user@example.com",CODE
LOWtests/unit/grok-cli-usage.test.js252 email: "user@example.com",CODE
LOWtests/unit/saml.test.js100 email: "user@example.com",CODE
LOWtests/unit/saml.test.js101 displayName: "Jane Doe",CODE
LOWtests/unit/saml.test.js108 expect(pickSamlEmail(mockProfile, {})).toBe("user@example.com");CODE
LOWtests/unit/saml.test.js121 expect(pickSamlDisplayName(mockProfile, {})).toBe("Jane Doe");CODE
LOWtests/unit/saml.test.js126 pickSamlDisplayName({ email: "user@example.com" }, {})CODE
LOWtests/unit/saml.test.js127 ).toBe("user@example.com");CODE
LOW…oard)/dashboard/providers/[id]/BulkImportCodexModal.js13 "email": "user@example.com"CODE
Modern AI Meta-Vocabulary4 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMopen-sse/providers/models/schema.js6// touched, so word/suffix hyphens stay intact ("-thinking", "-agentic", "qwen3-coder-next").COMMENT
MEDIUMtests/__baseline__/baseline-results.json1{"numTotalTestSuites":209,"numPassedTestSuites":192,"numFailedTestSuites":17,"numPendingTestSuites":0,"numTotalTests":67CODE
MEDIUMtests/__baseline__/current.json1{"numTotalTestSuites":276,"numPassedTestSuites":259,"numFailedTestSuites":17,"numPendingTestSuites":0,"numTotalTests":84CODE
MEDIUMsrc/app/api/v1/models/route.js383 // -thinking/-agentic variants per account). On failure, fall back toCOMMENT
Excessive Try-Catch Wrapping5 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMgitbook/content/vi/integration/other-tools.md288 print(f"Error: {e}")CODE
MEDIUMgitbook/content/ja/integration/other-tools.md288 print(f"Error: {e}")CODE
MEDIUMgitbook/content/zh-CN/integration/other-tools.md288 print(f"Error: {e}")CODE
MEDIUMgitbook/content/es/integration/other-tools.md288 print(f"Error: {e}")CODE
MEDIUMgitbook/content/en/integration/other-tools.md288 print(f"Error: {e}")CODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…rd)/dashboard/cli-tools/components/OpenCodeToolCard.js61 setSubagentModel(status.config.agent.explorer.model.replace("9router/", ""));CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMopen-sse/config/codexInstructions.js30## Codex CLI harness, sandboxing, and approvalsCOMMENT