Repository Analysis

vercel/vercel

Develop. Preview. Ship.

2.4 Likely human-written View on GitHub
2.4
Adjusted Score
2.4
Raw Score
100%
Time Factor
2026-05-30
Last Push
15,573
Stars
TypeScript
Language
938,846
Lines of Code
4661
Files
1707
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 62MEDIUM 135LOW 1510

Pattern Findings

1707 matches across 18 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers608 hits · 610 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/tests/test_runtime.py276 async def test_server_started_get_post_ping_lifecycle(
LOWpython/vercel-runtime/tests/test_runtime.py340 async def test_oidc_header_uses_environment_fallback(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py359 async def test_malformed_request_line(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py381 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py444 async def test_wsgi_requests_and_lifecycle(
LOWpython/vercel-runtime/tests/test_runtime.py473 async def test_wsgi_closeable_response(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py492 async def test_oidc_header_uses_environment_fallback(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py510 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py568 async def test_asgi_requests_ping_and_lifecycle(
LOWpython/vercel-runtime/tests/test_runtime.py631 async def test_oidc_header_uses_environment_fallback(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py649 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py707 async def test_cron_secret_is_enforced_by_wrapper(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py745 async def test_bootstraps_dunder_main_entrypoint_for_cron_service(
LOWpython/vercel-runtime/tests/test_runtime.py776 async def test_bootstraps_dunder_main_entrypoint_for_schedule_job_service(
LOWpython/vercel-runtime/tests/test_runtime.py808 async def test_bootstraps_sync_handler_function_for_cron_service(
LOWpython/vercel-runtime/tests/test_runtime.py841 async def test_bootstraps_async_handler_function_for_cron_service(
LOWpython/vercel-runtime/tests/test_runtime.py874 async def test_multi_cron_routes_dispatches_by_path(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py943 async def test_multi_cron_routes_enforces_cron_secret(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py989 async def test_log_levels_and_print(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1054 async def test_missing_handler_exits(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1073 async def test_missing_cron_entrypoint_exits(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1090 async def test_bad_handler_subclass_exits(
LOWpython/vercel-runtime/tests/test_runtime.py1118 async def test_missing_env_var_exits(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1317 async def test_lifespan_startup_runs_before_request(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1336 async def test_missing_handler_exits(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1359 async def test_asgi_bad_start_message(self) -> None:
LOWpython/vercel-runtime/tests/test_runtime.py1371 async def test_asgi_bad_body_message(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py71 def test_returns_none_when_vercel_cache_missing(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py77 def test_constructs_clients_and_installs_into_context(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py113 def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py140 def test_noop_when_sc_headers_missing(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py157 def test_noop_when_sc_host_missing(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py173 def test_noop_when_vercel_cache_unavailable(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py182 def test_noop_when_sc_headers_invalid_json(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py198 def test_noop_when_sc_headers_not_dict(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py216 def test_installs_cache_when_sc_headers_present(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py242 def test_calls_set_context_with_none_for_both_slots(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py256 def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None:
LOWpython/vercel-runtime/tests/test_cache_context.py278 def test_noop_when_vercel_cache_unavailable(self) -> None:
LOWpython/vercel-runtime/tests/test_sourcecode.py26 def test_cqa_ruff_format_check(self) -> None:
LOWpython/vercel-runtime/tests/test_sourcecode.py70 def test_cqa_typecheck_pyright(self) -> None:
LOWpython/vercel-runtime/tests/test_workers.py12 def test_detects_legacy_worker_service_type(self) -> None:
LOWpython/vercel-runtime/tests/test_workers.py20 def test_detects_queue_triggered_job_service(self) -> None:
LOWpython/vercel-runtime/tests/test_workers.py33 def test_prepare_worker_environment_delegates_to_workers_runtime(
LOWpython/vercel-runtime/tests/test_workers.py47 def test_prepare_worker_environment_skips_without_workers_runtime(
LOWpython/vercel-runtime/tests/test_workers.py55 def test_delegates_to_workers_runtime(self) -> None:
LOWpython/vercel-runtime/tests/test_workers.py70 def test_raises_when_workers_runtime_is_missing(self) -> None:
LOWpython/vercel-runtime/tests/test_headers.py11 def test_adds_oidc_header_from_environment(self) -> None:
LOWpython/vercel-runtime/tests/test_headers.py17 def test_internal_oidc_header_takes_precedence_over_environment(
LOWpython/vercel-runtime/tests/test_headers.py33 def test_empty_env_var_does_not_inject_header(self) -> None:
LOWpython/vercel-runtime/tests/test_headers.py41 def test_no_oidc_source_does_not_inject_header(self) -> None:
LOWpython/vercel-runtime/tests/test_headers.py49 def test_public_oidc_header_takes_precedence(self) -> None:
LOWpython/vercel-runtime/src/vercel_runtime/cache.py49def set_runtime_cache_from_asgi_pairs(
LOWpython/vercel-runtime/src/vercel_runtime/cache.py58def set_runtime_cache_from_http_headers(headers: _HeadersLike | None) -> None:
LOWpython/vercel-runtime/src/vercel_runtime/cache.py68def _set_runtime_cache_from_pairs(
LOWpython/vercel-runtime/src/vercel_runtime/cache.py146def clear_runtime_cache_context() -> None:
LOWpython/vercel-runtime/src/vercel_runtime/cache.py162def _load_vercel_cache_modules() -> Any | None:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py106def _send_unrecoverable_error(message: str) -> None:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py340def flush_init_log_buf_to_stderr() -> None:
LOWpython/vercel-runtime/src/vercel_runtime/routing.py8def normalize_service_route_prefix(raw_prefix: str | None) -> str:
548 more matches not shown…
Unused Imports496 hits · 439 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/tests/_dist.py3
LOWpython/vercel-runtime/tests/_dist.py12
LOWpython/vercel-runtime/tests/_cov_wrapper.py7
LOWpython/vercel-runtime/tests/test_runtime.py3
LOWpython/vercel-runtime/tests/__init__.py3
LOWpython/vercel-runtime/tests/test_cache_context.py1
LOWpython/vercel-runtime/tests/_n1_mock.py3
LOWpython/vercel-runtime/tests/test_workers.py1
LOWpython/vercel-runtime/tests/test_headers.py1
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py1
LOWpython/vercel-runtime/src/vercel_runtime/cache.py1
LOWpython/vercel-runtime/src/vercel_runtime/cache.py10
LOWpython/vercel-runtime/src/vercel_runtime/utils.py1
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py1
LOWpython/vercel-runtime/src/vercel_runtime/routing.py1
LOWpython/vercel-runtime/src/vercel_runtime/resolver.py1
LOWpython/vercel-runtime/src/vercel_runtime/crons.py1
LOWpython/vercel-runtime/src/vercel_runtime/dev.py1
LOWpython/vercel-runtime/src/vercel_runtime/headers.py1
LOWpython/vercel-runtime/src/vercel_runtime/headers.py5
LOWpython/vercel-runtime/src/vercel_runtime/workers.py1
LOW…time/src/vercel_runtime/_vendor/markupsafe/__init__.py1
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py2
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_writers.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py115
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py2
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py2
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py8
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py3
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py3
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py3
436 more matches not shown…
Decorative Section Separators109 hits · 334 pts
SeverityFileLineSnippet
MEDIUMpython/vercel-runtime/tests/_n1_mock.py77# ------------------------------------------------------------------
MEDIUMpython/vercel-runtime/tests/_n1_mock.py79# ------------------------------------------------------------------
MEDIUMpython/vercel-runtime/src/vercel_runtime/vc_init.py86# -------------------------------------------------------------------------
MEDIUM…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py16# ===================
MEDIUM…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py93# --------------
MEDIUMpackages/backends/test/diagnostics.test.ts51// ─── npm v2/v3 ────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts443// ─── npm v1 ───────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts594// ─── pnpm v9 ──────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts783// ─── pnpm v6 ──────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts910// ─── yarn v1 ─────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1073// ─── yarn berry ───────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1192// ─── bun text ─────────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1297// ─── bun binary fallback ──────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1337// ─── vlt fallback ────────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1376// ─── runtimeVersion ───────────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1453// ─── diagnostics callback ─────────────────────────────────────────────────────
MEDIUMpackages/backends/test/diagnostics.test.ts1489// ─── framework field ──────────────────────────────────────────────────────────
MEDIUMpackages/rust/test/unit/diagnostics.test.ts25// ── fixture helpers ──────────────────────────────────────────────────────────
MEDIUMpackages/rust/test/unit/diagnostics.test.ts166// ── tests ────────────────────────────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts37 // ─── Resolve + dispatch ────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts131 // ─── Flag overrides ────────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts340 // ─── JSON mode ─────────────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts410 // ─── AI mode ───────────────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts478 // ─── Interactive mode ──────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts482 // ─── Non-interactive ───────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts518 // ─── Edge cases ────────────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts642 // ─── offerAutoPublish ──────────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts669 // ─── Interactive rule selection ─────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts685 // ─── Additional flag mode tests ────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts894 // ─── JSON with all fields ──────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts941 // ─── AI with specific rule ─────────────────────────────────────────
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts981 // ─── Help ──────────────────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts36 // ─── Flag mode: happy paths ────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts560 // ─── Flag mode: validation errors ──────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts997 // ─── JSON mode ─────────────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1224 // ─── Mutual exclusivity ────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1282 // ─── AI mode ───────────────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1409 // ─── offerAutoPublish ──────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1462 // ─── Non-interactive / agent mode ──────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1488 // ─── Help + telemetry ──────────────────────────────────────────────
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1498 // ─── Interactive mode ──────────────────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts17 // ── Personal Account ──────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts19 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts21 // ──────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts34 // ── Personal Account ──────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts36 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts38 // ──────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts73 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts75 // ──────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts14 // ── Personal Account ──────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts16 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts18 // ──────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts31 // ── Personal Account ──────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts33 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts35 // ──────────────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts58 // ── Teams ─────────────────────────
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts60 // ──────────────────────────────────
MEDIUMpackages/cli/src/util/openapi/openapi-cache.ts201 // ─────────────────────────────────────────────────────────────────────────────
MEDIUMpackages/cli/src/util/openapi/openapi-cache.ts203 // ─────────────────────────────────────────────────────────────────────────────
MEDIUMpackages/build-utils/src/node-diagnostics.ts23// ─── Source classification ────────────────────────────────────────────────────
49 more matches not shown…
Cross-Language Confusion (JS/TS)44 hits · 262 pts
SeverityFileLineSnippet
HIGHpackages/python/src/install.ts44print(spec.origin)
HIGHpackages/python/src/install.ts109print(json.dumps(paths))
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts84 'def app():\n return None\n'
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts116 'def app():\n return None\n'
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts382 'def app():\n return None\n'
HIGHpackages/cli/src/util/logs.ts225 print(`${chalk.dim(date)} ${line}\n`);
HIGHpackages/cli/src/util/logs.ts265 print(
HIGHpackages/cli/src/util/logs.ts278 print(
HIGHpackages/cli/src/commands/contract/index.ts43 print(help(contractCommand, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/contract/index.ts199 print(`${tablePrint}\n\n`);
HIGHpackages/cli/src/commands/inspect/index.ts219 print('\n');
HIGHpackages/cli/src/commands/inspect/index.ts220 print(chalk.bold(' General\n\n'));
HIGHpackages/cli/src/commands/inspect/index.ts221 print(` ${chalk.cyan('id')}\t\t${id}\n`);
HIGHpackages/cli/src/commands/inspect/index.ts222 print(` ${chalk.cyan('name')}\t${name}\n`);
HIGHpackages/cli/src/commands/inspect/index.ts225 print(` ${chalk.cyan('target')}\t`);
HIGHpackages/cli/src/commands/inspect/index.ts228 print(
HIGHpackages/cli/src/commands/inspect/index.ts237 print(` ${chalk.cyan('status')}\t${stateString(readyState)}\n`);
HIGHpackages/cli/src/commands/inspect/index.ts238 print(` ${chalk.cyan('url')}\t\thttps://${url}\n`);
HIGHpackages/cli/src/commands/inspect/index.ts240 print(
HIGHpackages/cli/src/commands/inspect/index.ts247 print('\n\n');
HIGHpackages/cli/src/commands/inspect/index.ts250 print(chalk.bold(' Aliases\n\n'));
HIGHpackages/cli/src/commands/inspect/index.ts255 print(indent(aliasList, 4));
HIGHpackages/cli/src/commands/inspect/index.ts256 print('\n\n');
HIGHpackages/cli/src/commands/inspect/index.ts268 print(chalk.bold(' Builds\n\n'));
HIGHpackages/cli/src/commands/inspect/index.ts269 print(indent(buildsList(builds, times).toPrint, 4));
HIGHpackages/cli/src/commands/inspect/index.ts270 print('\n\n');
HIGHpackages/cli/src/commands/inspect/index.ts274 print(chalk.bold(' Routes\n\n'));
HIGHpackages/cli/src/commands/inspect/index.ts275 print(indent(routesList(routes), 4));
HIGHpackages/cli/src/commands/inspect/index.ts276 print(`\n\n`);
HIGHpackages/cli/src/commands/inspect/index.ts50 print(help(inspectCommand, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/inspect/index.ts72 print(help(inspectCommand, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/inspect/index.ts157 print(`${chalk.cyan('status')}\t${stateString(deployment.readyState)}\n`);
HIGHpackages/cli/src/commands/usage/output-breakdown.ts79 print(`${tablePrint}\n`);
HIGHpackages/cli/src/commands/usage/index.ts64 print(help(usageCommand, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/usage/output-aggregated.ts56 print(`\n${tablePrint}\n\n`);
HIGHpackages/cli/src/commands/usage/output-group-by.ts72 print(`${tablePrint}\n`);
HIGHpackages/cli/src/commands/curl/shared.ts178 print(help(command, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/curl/shared.ts198 print(help(command, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/curl/shared.ts237 print(help(command, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/curl/shared.ts271 print(help(command, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/curl/shared.ts287 print(help(command, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/list/index.ts71 print(help(listCommand, { columns: client.stderr.columns }));
HIGHpackages/cli/src/commands/list/index.ts393 print(`\n${tablePrint}\n\n`);
HIGHpackages/python-analysis/test/semantic.test.ts164 print("Hello, world!")
Excessive Try-Catch Wrapping113 hits · 124 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py34 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/utils.py43 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/utils.py48 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py148 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py354 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py456 except Exception as e:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py487except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py497 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py507 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py722 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/routing.py143 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/crons.py150 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py201 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py208 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py220 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py233 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py261 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py300 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/dev.py502 except Exception:
MEDIUMpython/vercel-runtime/src/vercel_runtime/dev.py150def _patch_fastapi_cli_log_config() -> None:
LOWpython/vercel-runtime/src/vercel_runtime/headers.py112 except Exception:
LOWpython/vercel-runtime/src/vercel_runtime/headers.py123 except Exception:
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py99 except Exception:
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py66 except Exception:
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py385 except Exception as e:
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py399 except Exception:
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py413 except Exception as e:
MEDIUM…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py119def read_chunk_len(self) -> int:
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py646 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py663 except Exception:
MEDIUM…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py643def __del__(self) -> None:
LOW…src/vercel_runtime/_vendor/werkzeug/middleware/lint.py223 except Exception:
LOW…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py152 except Exception as e:
MEDIUM…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py149def __repr__(self) -> str:
LOW…untime/_vendor/werkzeug/datastructures/file_storage.py142 except Exception:
LOW…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py178 except Exception:
MEDIUM…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py70def fetch() -> str:
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py351 except Exception as e:
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py371 except Exception:
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py220 except Exception:
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py237 except Exception:
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py260 except Exception:
MEDIUM…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py217def fallback_repr(self) -> str:
LOW…untime/src/vercel_runtime/_vendor/click/_winconsole.py207 except Exception:
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2417 except Exception:
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/utils.py42 except Exception:
MEDIUM…el-runtime/src/vercel_runtime/_vendor/click/_compat.py71def __del__(self) -> None:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py133 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py136 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py146 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py154 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py163 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py167 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py74 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py121 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py528 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py552 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py575 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py593 except Exception:
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py600 except Exception:
53 more matches not shown…
Deep Nesting103 hits · 100 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py17
LOWpython/vercel-runtime/src/vercel_runtime/cache.py68
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py138
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py145
LOWpython/vercel-runtime/src/vercel_runtime/crons.py91
LOWpython/vercel-runtime/src/vercel_runtime/crons.py96
LOWpython/vercel-runtime/src/vercel_runtime/headers.py26
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py316
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py152
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py209
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py220
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py238
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py260
LOW…ntime/src/vercel_runtime/_vendor/werkzeug/_reloader.py68
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py452
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py723
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py478
LOW…untime/src/vercel_runtime/_vendor/werkzeug/security.py36
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py54
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py159
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py298
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py1058
LOW…time/src/vercel_runtime/_vendor/werkzeug/formparser.py351
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/utils.py312
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py239
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py417
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py790
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py1385
LOW…cel_runtime/_vendor/werkzeug/middleware/shared_data.py103
LOW…src/vercel_runtime/_vendor/werkzeug/middleware/lint.py166
LOW…c/vercel_runtime/_vendor/werkzeug/wrappers/response.py438
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py140
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py298
LOW…ntime/_vendor/werkzeug/datastructures/cache_control.py119
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py22
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py181
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py623
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py866
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py910
LOW…cel_runtime/_vendor/werkzeug/datastructures/headers.py167
LOW…cel_runtime/_vendor/werkzeug/datastructures/headers.py489
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py38
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py69
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py79
LOW…e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py271
LOW…e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py606
LOW…ime/src/vercel_runtime/_vendor/werkzeug/routing/map.py787
LOW…e/src/vercel_runtime/_vendor/werkzeug/debug/tbtools.py126
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py51
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py57
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py474
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py540
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py1295
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2076
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2682
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2821
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py1068
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py210
LOW…cel-runtime/src/vercel_runtime/_vendor/click/parser.py52
LOW…cel-runtime/src/vercel_runtime/_vendor/click/parser.py166
43 more matches not shown…
Over-Commented Block94 hits · 94 pts
SeverityFileLineSnippet
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_readers.py1# Code to read HTTP data
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_version.py1# This file must be kept very simple, because it is consumed from several
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py1import re
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py21# - I haven't benchmarked or profiled any of this yet.
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py141 # timeout will get rid of them).
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py1# We use native strings for all the re patterns, to take advantage of string
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py21field_name = token
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py41# fields containing a single visible character surrounded by whitespace,
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py101 r"{http_version}"
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py1################################################################
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py21# 1) The client state, with its complicated automaton (see the docs)
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py41# happens. But there are somewhat complicated rules for which machines can
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py61#
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py81# This is fundamentally different from an event-based transition, because it
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py101#
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py321 # It could happen that both these special-case transitions are
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py41 def __init__(self, msg: str, error_status_hint: int = 400) -> None:
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py61 # After catching a LocalProtocolError, use this method to re-raise it
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py21# Headers are:
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py41#
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py201 )
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py221 #
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py61# request/response line + headers together, so this is effectively the limit on
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py101 # Returns one of:
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py581 This causes :attr:`Connection.our_state` to immediately become
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py621 # If our peer is HTTP/1.1, we use Transfer-Encoding: chunked
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py561 # __get__ (proxying descriptor not supported)
LOW…rc/vercel_runtime/_vendor/werkzeug/wrappers/request.py81 #: the maximum form field size. This is forwarded to the form data
LOW…c/vercel_runtime/_vendor/werkzeug/wrappers/response.py121 #:
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py101 # Note in the below \h i.e. horizontal whitespace is used
LOW…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py61 .. versionchanged:: 3.0
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py361
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py1121 except TypeError:
LOW…cel-runtime/src/vercel_runtime/_vendor/click/parser.py341 # Say this is the original argument list:
LOW…ntime/src/vercel_runtime/_vendor/click/_termui_impl.py761 #
LOWutils/npm-publish.sh1#!/usr/bin/env bash
LOWexamples/sapper/cypress/plugins/index.js1// ***********************************************************
LOWexamples/sapper/cypress/support/index.js1// ***********************************************************
LOWexamples/sapper/cypress/support/commands.js1// ***********************************************
LOWexamples/sapper/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOWexamples/jekyll/_config.yml1# Welcome to Jekyll!
LOWexamples/jekyll/_config.yml41#
LOWexamples/svelte/src/vite-env.d.ts1/// <reference types="svelte" />
LOWexamples/hugo/themes/ananke/src/js/main.js1import styles from './../css/main.css';
LOW…/stencil/src/components/app-profile/app-profile.e2e.ts21 // const page = await newE2EPage({ url: '/profile/joseph' });
LOWexamples/ionic-angular/src/theme/variables.scss1// For information on how to create your own theme, please see:
LOWexamples/middleman/config.rb21
LOWexamples/middleman/config.rb41# https://middlemanapp.com/advanced/configuration/#environment-specific-settings
LOWexamples/elysia/tsconfig.json1{
LOWexamples/elysia/tsconfig.json21 // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory func
LOWexamples/elysia/tsconfig.json41 /* JavaScript Support */
LOWexamples/elysia/tsconfig.json61 // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted Jav
LOWexamples/elysia/tsconfig.json81 // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'
LOWexamples/preact/tests/__mocks__/fileMocks.js1// This fixed an error related to the CSS and loading gif breaking my Jest test
LOWexamples/redwoodjs/api/db/seed.js1/* eslint-disable no-console */
LOWexamples/ionic-react/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/ionic-react/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/ionic-react/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/hexo/_config.yml61# Date / Time format
LOWexamples/blitzjs/next-env.d.ts1/// <reference types="next" />
34 more matches not shown…
Fake / Example Data71 hits · 80 pts
SeverityFileLineSnippet
LOWexamples/vitepress/docs/index.md3Lorem ipsum
LOWexamples/vitepress/docs/about.md3Lorem ipsum
LOWexamples/polymer/src/my-view1.js30 Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit
LOWexamples/polymer/src/my-view1.js30 Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit
LOWexamples/polymer/src/my-view1.js31 elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominavi
LOWexamples/polymer/src/my-view1.js31 elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominavi
LOWexamples/docusaurus/docs/doc1.md11Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus/docs/doc1.md11Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus/docs/doc3.md6Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectet
LOWexamples/docusaurus/docs/doc3.md6Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectet
LOWexamples/docusaurus/blog/2016-03-11-blog-post.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus/blog/2016-03-11-blog-post.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus/blog/2017-04-10-blog-post-two.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus/blog/2017-04-10-blog-post-two.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md16Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md16Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md18Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md18Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md20Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md20Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md22Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md22Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md24Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md24Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md26Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md26Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md28Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md28Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md30Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md30Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md32Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md32Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md34Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md34Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md36Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md36Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md38Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md38Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md40Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md40Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md42Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md42Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md44Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md44Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOW…amples/docusaurus-2/blog/2019-05-28-first-blog-post.md12Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOW…amples/docusaurus-2/blog/2019-05-28-first-blog-post.md12Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum
LOW…s/next/test/integration/gip-gsp-404/pages/api/hello.js5 res.json({ name: 'John Doe' });
LOWpackages/cli/test/unit/util/git-helpers.test.ts66 execSync('git config user.email "test@test.com"', {
LOWpackages/cli/test/unit/util/git-helpers.test.ts139 execSync('git config user.email "test@test.com"', {
LOW…ckages/cli/test/unit/util/openapi/openapi-spec.test.ts368 name: 'Acme Corp',
LOW…ckages/cli/test/unit/util/openapi/openapi-spec.test.ts401 expect(lines[1]).toContain('Acme Corp');
LOW…ckages/cli/test/unit/commands/redirects/remove.test.ts292 createdBy: 'user@example.com',
LOWpackages/cli/test/unit/commands/redirects/add.test.ts624 createdBy: 'user@example.com',
LOW…kages/cli/test/unit/commands/redirects/restore.test.ts290 createdBy: 'user@example.com',
LOW…kages/cli/test/unit/commands/redirects/restore.test.ts302 createdBy: 'user@example.com',
LOW…kages/cli/test/unit/commands/redirects/promote.test.ts255 createdBy: 'user@example.com',
LOW…cli/test/unit/commands/redirects/list-versions.test.ts166 createdBy: 'user@example.com',
LOW…cli/test/unit/commands/redirects/list-versions.test.ts210 createdBy: 'user@example.com',
11 more matches not shown…
Cross-File Repetition13 hits · 65 pts
SeverityFileLineSnippet
HIGH…_runtime/_vendor/werkzeug/datastructures/structures.py0return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op
HIGH…_runtime/_vendor/werkzeug/datastructures/structures.py0return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op
HIGH…_runtime/_vendor/werkzeug/datastructures/structures.py0return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op
HIGH…_runtime/_vendor/werkzeug/datastructures/structures.py0return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op
HIGH…e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer exceeds the high water mark.
HIGH…cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer exceeds the high water mark.
HIGH…ntime/_vendor/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer exceeds the high water mark.
HIGH…e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer drops below the low water mark.
HIGH…cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer drops below the low water mark.
HIGH…ntime/_vendor/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer drops below the low water mark.
HIGH…thon/vercel-workers/src/vercel/workers/dramatiq/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)
HIGHpython/vercel-workers/src/vercel/workers/celery/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)
HIGHpython/vercel-workers/src/vercel/workers/django/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)
Self-Referential Comments10 hits · 26 pts
SeverityFileLineSnippet
MEDIUMpython/vercel-runtime/src/vercel_runtime/vc_init.py402 # Create a minimal PEP 405 venv skeleton for uv sync.
MEDIUM…time/src/vercel_runtime/_vendor/werkzeug/formparser.py134 """This class implements parsing of form data for Werkzeug. By itself
MEDIUM…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py82 # This function is meant to be called recursively, and will attempt
MEDIUM…untime/src/vercel_runtime/_vendor/click/_winconsole.py1# This module is based on the excellent work by Adam Bartoš who
MEDIUM…l-runtime/src/vercel_runtime/_vendor/uvicorn/server.py149 # Create a socket using UNIX domain socket.
MEDIUMpython/vercel-workers/examples/dramatiq/tasks.py10# Create a Dramatiq broker that publishes tasks into Vercel Queues.
MEDIUM…vercel-workers/src/vercel/workers/dramatiq/__init__.py40 # Create the callback app
MEDIUMexamples/redwoodjs/redwood.toml1# This file contains the configuration settings for your Redwood app.
MEDIUMexamples/redwoodjs/redwood.toml2# This file is also what makes your Redwood app a Redwood app.
MEDIUM…s/python-analysis/test/requirements-txt-parser.test.ts1971# This file is autogenerated by pip-compile with Python 3.12
Overly Generic Function Names19 hits · 20 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py851 def handle_request(self) -> None:
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py888 def handle_request(self) -> None:
LOWexamples/hydrogen-2/app/entry.server.tsx6export default async function handleRequest(
LOWpackages/python/test/unit.test.ts1952 fs.writeFileSync(path.join(workPath, 'utils.py'), 'def helper(): pass\n');
LOWpackages/edge/src/request.ts26 * export async function handleRequest(request: Request, ctx: RequestContext): Promise<Response> {
LOW…t/fixtures-legacy/01-remix-basics/app/entry.server.tsx5export default function handleRequest(
LOW…/fixtures-legacy/11-hydrogen-2-js/app/entry.server.jsx5export default async function handleRequest(
LOW…test/fixtures-legacy/05-root-only/app/entry.server.jsx4export default function handleRequest(
LOW…est/fixtures-legacy/10-hydrogen-2/app/entry.server.tsx6export default async function handleRequest(
LOW…xtures-legacy/02-remix-basics-mjs/app/entry.server.tsx5export default function handleRequest(
LOW…xtures-legacy/04-with-npm9-linked/app/entry.server.tsx5export default function handleRequest(
LOW…egacy/07-turborepo/apps/remix-app/app/entry.server.tsx5export default function handleRequest(
LOW…test/fixtures-legacy/03-with-pnpm/app/entry.server.tsx5export default function handleRequest(
LOW…t/fixtures-vite/07-v3_singleFetch/app/entry.server.tsx17export default function handleRequest(
LOW…st/fixtures-vite/03-spa-no-preset/app/entry.server.tsx5export default function handleRequest(
LOW…es-vite/04-spa-with-vercel-preset/app/entry.server.tsx5export default function handleRequest(
LOW…xtures-vite/05-custom-entry-server/app/entry.server.ts1export default function handleRequest(
LOWpackages/react-router/entry.server.ts25export function handleRequest(
LOWpackages/react-router/edge/entry.server.ts20export async function handleRequest(
AI Slop Vocabulary7 hits · 18 pts
SeverityFileLineSnippet
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py60# aren't. For now we punt and just use a super simple representation: headers
LOWpython/vercel-workers/tests/test_dramatiq_adapter.py288 # get_actor raises ActorNotFound if not registered, so we just call it
MEDIUMpackages/next/src/server-build.ts577 // leverage next-server trace from build if available
MEDIUMpackages/next/src/utils.ts2639 // TODO: leverage manifest to determine app paths more accurately
MEDIUMpackages/next/src/utils.ts3602// update to leverage
MEDIUMpackages/next/src/index.ts487 // we can leverage the NEXT_PRIVATE_TARGET env variable
MEDIUMpackages/cli/src/index.ts512 // Shared API `Client` instance for all sub-commands to utilize.
Slop Phrases5 hits · 12 pts
SeverityFileLineSnippet
MEDIUM…rc/vercel_runtime/_vendor/werkzeug/routing/__init__.py76And here is how you can match URLs:
MEDIUMexamples/hydrogen-2/server.ts98 * Feel free to customize it to your needs, add helper methods, or
LOW…utils/src/process-serverless/get-lambda-environment.ts34 * **DON'T FORGET TO UPDATE** `packages/util-env-variable/src/validate-env-length.ts
MEDIUM…/remix/test/fixtures-legacy/11-hydrogen-2-js/server.js92 * Feel free to customize it to your needs, add helper methods, or
MEDIUM…ges/remix/test/fixtures-legacy/10-hydrogen-2/server.ts98 * Feel free to customize it to your needs, add helper methods, or
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippet
HIGH…-runtime/src/vercel_runtime/_vendor/h11/_connection.py365Add data to our internal receive buffer. This does not actually do any processing on the data, just stores
HIGH…-runtime/src/vercel_runtime/_vendor/h11/_connection.py518Convert a high-level event into bytes that can be sent to the peer, while updating our internal state machine.
Cross-Language Confusion2 hits · 10 pts
SeverityFileLineSnippet
HIGH…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py161 ThreadedStream.push()
HIGH…ntime/src/vercel_runtime/_vendor/click/_termui_impl.py683 return subprocess.Popen(args, stderr=null).wait()
Verbosity Indicators5 hits · 10 pts
SeverityFileLineSnippet
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py112 # Step 1: some responses always have an empty body, regardless of what the
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py126 # Step 2: check for Transfer-Encoding (T-E beats C-L):
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py132 # Step 3: check for Content-Length
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py137 # Step 4: no applicable headers; fallback/default depends on type
LOWpackages/fs-detectors/src/detect-builders.ts377 // we need to check if it's a Next.js app here again for the case where
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippet
LOWpython/vercel-runtime/src/vercel_runtime/dev.py479 # Check if we have a manifest-based storage backend.
LOWpython/vercel-runtime/src/vercel_runtime/dev.py491 # Check if we have whitenoise
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py323 # Set _pin to None explicitly to prevent regeneration by the getter
LOWutils/npm-publish.sh60 # Check if this exact version is already on npm
LOWexamples/hexo/_config.yml69## Set per_page to 0 to disable pagination
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippet
HIGHpackages/cli/src/commands/firewall/rules/add-ai.ts181 // User-provided name always takes priority over AI-generated name