Repository Analysis

vercel/vercel

Develop. Preview. Ship.

2.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of vercel/vercel, a TypeScript project with 15,910 GitHub stars. SynthScan v2.0 examined 1,031,400 lines of code across 5009 source files, recording 2000 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 2.5 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
15.9K
Stars
TypeScript
Language
1.0M
Lines of Code
5.0K
Files
2.0K
Pattern Hits
2026-07-14
Scan Date
0.01
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 0HIGH 63MEDIUM 140LOW 1797

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 2000 distinct pattern matches across 22 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers771 hits · 775 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/tests/test_runtime.py483 async def test_server_started_get_post_ping_lifecycle(CODE
LOWpython/vercel-runtime/tests/test_runtime.py547 async def test_oidc_header_uses_environment_fallback(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py566 async def test_malformed_request_line(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py588 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py651 async def test_wsgi_requests_and_lifecycle(CODE
LOWpython/vercel-runtime/tests/test_runtime.py680 async def test_wsgi_chunked_post_without_content_length(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py705 async def test_wsgi_closeable_response(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py724 async def test_oidc_header_uses_environment_fallback(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py742 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py796 async def test_wsgi_websocket_ends_request_after_handshake(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py858 async def test_wsgi_websocket_emits_single_end_message(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py889 async def test_wsgi_non_upgrade_request_still_works(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py917 async def test_asgi_requests_ping_and_lifecycle(CODE
LOWpython/vercel-runtime/tests/test_runtime.py980 async def test_oidc_header_uses_environment_fallback(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py998 async def test_sc_headers_stripped_per_no_leak_flag(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1052 async def test_asgi_websocket_ends_request_after_handshake(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1127 async def test_asgi_websocket_server_close_ends_request(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1177 async def test_asgi_websocket_reject_ends_request(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1239 async def test_cron_secret_is_enforced_by_wrapper(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1277 async def test_bootstraps_dunder_main_entrypoint_for_cron_service(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1308 async def test_bootstraps_dunder_main_entrypoint_for_schedule_job_service(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1340 async def test_bootstraps_sync_handler_function_for_cron_service(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1373 async def test_bootstraps_async_handler_function_for_cron_service(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1406 async def test_multi_cron_routes_dispatches_by_path(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1475 async def test_multi_cron_routes_enforces_cron_secret(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1521 async def test_log_levels_and_print(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1586 async def test_missing_handler_exits(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1605 async def test_missing_cron_entrypoint_exits(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1622 async def test_bad_handler_subclass_exits(CODE
LOWpython/vercel-runtime/tests/test_runtime.py1650 async def test_missing_env_var_exits(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1849 async def test_lifespan_startup_runs_before_request(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1868 async def test_missing_handler_exits(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1891 async def test_asgi_bad_start_message(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_runtime.py1903 async def test_asgi_bad_body_message(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py71 def test_returns_none_when_vercel_cache_missing(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py77 def test_constructs_clients_and_installs_into_context(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py113 def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py140 def test_noop_when_sc_headers_missing(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py157 def test_noop_when_sc_host_missing(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py173 def test_noop_when_vercel_cache_unavailable(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py182 def test_noop_when_sc_headers_invalid_json(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py198 def test_noop_when_sc_headers_not_dict(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py216 def test_installs_cache_when_sc_headers_present(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py242 def test_calls_set_context_with_none_for_both_slots(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py256 def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_cache_context.py278 def test_noop_when_vercel_cache_unavailable(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_sourcecode.py26 def test_cqa_ruff_format_check(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_sourcecode.py70 def test_cqa_typecheck_pyright(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py54 def test_detects_upgrade_with_multiple_connection_tokens(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py61 def test_missing_connection_upgrade_token(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py68 def test_missing_upgrade_header(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py71 def test_non_websocket_upgrade(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py98 def test_does_not_signal_when_send_raises(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py118 def test_send_passes_through_and_returns_underlying_value(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py126 def test_delegates_unknown_attributes_to_wrapped_socket(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py137 def test_returns_false_and_leaves_environ_untouched(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py148 def test_exposes_socket_for_upgrade_requests(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_workers.py12 def test_detects_legacy_worker_service_type(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_workers.py20 def test_detects_queue_triggered_job_service(self) -> None:CODE
LOWpython/vercel-runtime/tests/test_workers.py33 def test_prepare_worker_environment_delegates_to_workers_runtime(CODE
711 more matches not shown…
Unused Imports507 hits · 449 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/tests/_dist.py3CODE
LOWpython/vercel-runtime/tests/_dist.py12CODE
LOWpython/vercel-runtime/tests/_cov_wrapper.py7CODE
LOWpython/vercel-runtime/tests/test_runtime.py3CODE
LOWpython/vercel-runtime/tests/__init__.py3CODE
LOWpython/vercel-runtime/tests/test_cache_context.py1CODE
LOWpython/vercel-runtime/tests/_n1_mock.py3CODE
LOWpython/vercel-runtime/tests/test_wsgi_websocket.py1CODE
LOWpython/vercel-runtime/tests/test_workers.py1CODE
LOWpython/vercel-runtime/tests/test_headers.py1CODE
LOWpython/vercel-runtime/tests/test_request_body.py3CODE
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py1CODE
LOW…on/vercel-runtime/src/vercel_runtime/wsgi_websocket.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/cache.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/cache.py10CODE
LOWpython/vercel-runtime/src/vercel_runtime/utils.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/routing.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/resolver.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/crons.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py1CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py5CODE
LOWpython/vercel-runtime/src/vercel_runtime/workers.py1CODE
LOW…time/src/vercel_runtime/_vendor/markupsafe/__init__.py1CODE
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py2CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_writers.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py9CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py10CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py19CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py32CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py115CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py2CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py2CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py8CODE
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2CODE
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2CODE
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2CODE
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2CODE
LOW…untime/src/vercel_runtime/_vendor/colorama/__init__.py2CODE
447 more matches not shown…
Decorative Section Separators109 hits · 334 pts
SeverityFileLineSnippetContext
MEDIUMpython/vercel-runtime/tests/_n1_mock.py77# ------------------------------------------------------------------COMMENT
MEDIUMpython/vercel-runtime/tests/_n1_mock.py79# ------------------------------------------------------------------COMMENT
MEDIUMpython/vercel-runtime/src/vercel_runtime/vc_init.py88# -------------------------------------------------------------------------COMMENT
MEDIUM…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py16# ===================COMMENT
MEDIUM…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py93# --------------COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts51// ─── npm v2/v3 ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts443// ─── npm v1 ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts594// ─── pnpm v9 ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts783// ─── pnpm v6 ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts910// ─── yarn v1 ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1073// ─── yarn berry ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1192// ─── bun text ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1297// ─── bun binary fallback ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1337// ─── vlt fallback ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1376// ─── runtimeVersion ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1453// ─── diagnostics callback ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/backends/test/diagnostics.test.ts1489// ─── framework field ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/rust/test/unit/diagnostics.test.ts25// ── fixture helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/rust/test/unit/diagnostics.test.ts166// ── tests ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts37 // ─── Resolve + dispatch ────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts131 // ─── Flag overrides ────────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts340 // ─── JSON mode ─────────────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts410 // ─── AI mode ───────────────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts478 // ─── Interactive mode ──────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts482 // ─── Non-interactive ───────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts518 // ─── Edge cases ────────────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts642 // ─── offerAutoPublish ──────────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts669 // ─── Interactive rule selection ─────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts685 // ─── Additional flag mode tests ────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts894 // ─── JSON with all fields ──────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts941 // ─── AI with specific rule ─────────────────────────────────────────COMMENT
MEDIUM…ges/cli/test/unit/commands/firewall/rules-edit.test.ts981 // ─── Help ──────────────────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts36 // ─── Flag mode: happy paths ────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts560 // ─── Flag mode: validation errors ──────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts997 // ─── JSON mode ─────────────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1224 // ─── Mutual exclusivity ────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1282 // ─── AI mode ───────────────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1409 // ─── offerAutoPublish ──────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1462 // ─── Non-interactive / agent mode ──────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1488 // ─── Help + telemetry ──────────────────────────────────────────────COMMENT
MEDIUM…ages/cli/test/unit/commands/firewall/rules-add.test.ts1498 // ─── Interactive mode ──────────────────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts17 // ── Personal Account ──────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts19 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts21 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts34 // ── Personal Account ──────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts36 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts38 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts73 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/teams/switch.test.ts75 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts14 // ── Personal Account ──────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts16 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts18 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts31 // ── Personal Account ──────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts33 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts35 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts58 // ── Teams ─────────────────────────COMMENT
MEDIUMpackages/cli/test/unit/commands/switch/switch.test.ts60 // ──────────────────────────────────COMMENT
MEDIUMpackages/cli/src/util/openapi/openapi-cache.ts255 // ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/cli/src/util/openapi/openapi-cache.ts257 // ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/build-utils/src/node-diagnostics.ts23// ─── Source classification ────────────────────────────────────────────────────COMMENT
49 more matches not shown…
Cross-Language Confusion (JS/TS)45 hits · 268 pts
SeverityFileLineSnippetContext
HIGHpackages/python/src/install.ts44print(spec.origin)CODE
HIGHpackages/python/src/install.ts109print(json.dumps(paths))CODE
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts77 'def app():\n return None\n'CODE
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts109 'def app():\n return None\n'CODE
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts383 'def app():\n return None\n'CODE
HIGH…es/cli/test/unit/util/projects/detect-services.test.ts403 'def app():\n return None\n'CODE
HIGHpackages/cli/src/util/logs.ts257 print(`${chalk.dim(date)} ${line}\n`);CODE
HIGHpackages/cli/src/util/logs.ts297 print(CODE
HIGHpackages/cli/src/util/logs.ts310 print(CODE
HIGHpackages/cli/src/commands/contract/index.ts43 print(help(contractCommand, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/contract/index.ts199 print(`${tablePrint}\n\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts259 print('\n');CODE
HIGHpackages/cli/src/commands/inspect/index.ts260 print(chalk.bold(' General\n\n'));CODE
HIGHpackages/cli/src/commands/inspect/index.ts261 print(` ${chalk.cyan('id')}\t\t${id}\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts262 print(` ${chalk.cyan('name')}\t${name}\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts265 print(` ${chalk.cyan('target')}\t`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts268 print(CODE
HIGHpackages/cli/src/commands/inspect/index.ts277 print(` ${chalk.cyan('status')}\t${stateString(readyState)}\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts278 print(` ${chalk.cyan('url')}\t\thttps://${url}\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts280 print(CODE
HIGHpackages/cli/src/commands/inspect/index.ts287 print('\n\n');CODE
HIGHpackages/cli/src/commands/inspect/index.ts290 print(chalk.bold(' Aliases\n\n'));CODE
HIGHpackages/cli/src/commands/inspect/index.ts295 print(indent(aliasList, 4));CODE
HIGHpackages/cli/src/commands/inspect/index.ts296 print('\n\n');CODE
HIGHpackages/cli/src/commands/inspect/index.ts308 print(chalk.bold(' Builds\n\n'));CODE
HIGHpackages/cli/src/commands/inspect/index.ts309 print(indent(buildsList(builds, times).toPrint, 4));CODE
HIGHpackages/cli/src/commands/inspect/index.ts310 print('\n\n');CODE
HIGHpackages/cli/src/commands/inspect/index.ts314 print(chalk.bold(' Routes\n\n'));CODE
HIGHpackages/cli/src/commands/inspect/index.ts315 print(indent(routesList(routes), 4));CODE
HIGHpackages/cli/src/commands/inspect/index.ts316 print(`\n\n`);CODE
HIGHpackages/cli/src/commands/inspect/index.ts55 print(help(inspectCommand, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/inspect/index.ts77 print(help(inspectCommand, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/inspect/index.ts197 print(`${chalk.cyan('status')}\t${stateString(deployment.readyState)}\n`);CODE
HIGHpackages/cli/src/commands/usage/output-breakdown.ts79 print(`${tablePrint}\n`);CODE
HIGHpackages/cli/src/commands/usage/index.ts64 print(help(usageCommand, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/usage/output-aggregated.ts56 print(`\n${tablePrint}\n\n`);CODE
HIGHpackages/cli/src/commands/usage/output-group-by.ts72 print(`${tablePrint}\n`);CODE
HIGHpackages/cli/src/commands/curl/shared.ts181 print(help(command, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/curl/shared.ts201 print(help(command, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/curl/shared.ts240 print(help(command, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/curl/shared.ts274 print(help(command, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/curl/shared.ts290 print(help(command, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/list/index.ts73 print(help(listCommand, { columns: client.stderr.columns }));CODE
HIGHpackages/cli/src/commands/list/index.ts404 print(`\n${tablePrint}\n\n`);CODE
HIGHpackages/python-analysis/test/semantic.test.ts164 print("Hello, world!")CODE
Excessive Try-Catch Wrapping113 hits · 124 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/tests/test_runtime.py361 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py34 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/utils.py49 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/utils.py54 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py150 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py356 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py458 except Exception as e:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py489except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py499 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py509 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py758 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/routing.py143 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/crons.py150 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py201 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py208 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py220 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py233 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py261 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py300 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py502 except Exception:CODE
MEDIUMpython/vercel-runtime/src/vercel_runtime/dev.py150def _patch_fastapi_cli_log_config() -> None:CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py112 except Exception:CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py123 except Exception:CODE
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py99 except Exception:CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py66 except Exception:CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py385 except Exception as e:CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py399 except Exception:CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py413 except Exception as e:CODE
MEDIUM…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py119def read_chunk_len(self) -> int:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py646 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py663 except Exception:CODE
MEDIUM…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py643def __del__(self) -> None:CODE
LOW…src/vercel_runtime/_vendor/werkzeug/middleware/lint.py223 except Exception:CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py152 except Exception as e:CODE
MEDIUM…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py149def __repr__(self) -> str:CODE
LOW…untime/_vendor/werkzeug/datastructures/file_storage.py142 except Exception:CODE
LOW…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py178 except Exception:CODE
MEDIUM…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py70def fetch() -> str:CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py351 except Exception as e:CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py371 except Exception:CODE
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py220 except Exception:CODE
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py237 except Exception:CODE
LOW…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py260 except Exception:CODE
MEDIUM…time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py217def fallback_repr(self) -> str:CODE
LOW…untime/src/vercel_runtime/_vendor/click/_winconsole.py207 except Exception:CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2417 except Exception:STRING
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/utils.py42 except Exception:CODE
MEDIUM…el-runtime/src/vercel_runtime/_vendor/click/_compat.py71def __del__(self) -> None:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py133 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py136 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py146 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py154 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py163 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py167 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py74 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py121 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py528 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py552 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py575 except Exception:CODE
LOW…el-runtime/src/vercel_runtime/_vendor/click/_compat.py593 except Exception:CODE
53 more matches not shown…
Deep Nesting114 hits · 111 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/tests/test_runtime.py1177CODE
LOWpython/vercel-runtime/src/vercel_runtime/asgi.py17CODE
LOWpython/vercel-runtime/src/vercel_runtime/cache.py68CODE
LOWpython/vercel-runtime/src/vercel_runtime/utils.py124CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py140CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py147CODE
LOWpython/vercel-runtime/src/vercel_runtime/crons.py91CODE
LOWpython/vercel-runtime/src/vercel_runtime/crons.py96CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py26CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py316CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py152CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py209CODE
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py220CODE
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py238CODE
LOW…ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py260CODE
LOW…ntime/src/vercel_runtime/_vendor/werkzeug/_reloader.py68CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py452CODE
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py723CODE
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py478CODE
LOW…untime/src/vercel_runtime/_vendor/werkzeug/security.py36CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py54CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py159CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py298CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py1058CODE
LOW…time/src/vercel_runtime/_vendor/werkzeug/formparser.py351CODE
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/utils.py312CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py239CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py417CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py790CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py1385CODE
LOW…cel_runtime/_vendor/werkzeug/middleware/shared_data.py103CODE
LOW…src/vercel_runtime/_vendor/werkzeug/middleware/lint.py166CODE
LOW…c/vercel_runtime/_vendor/werkzeug/wrappers/response.py438CODE
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py140CODE
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py298CODE
LOW…ntime/_vendor/werkzeug/datastructures/cache_control.py119CODE
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py22CODE
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py181CODE
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py623CODE
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py866CODE
LOW…_runtime/_vendor/werkzeug/datastructures/structures.py910CODE
LOW…cel_runtime/_vendor/werkzeug/datastructures/headers.py167CODE
LOW…cel_runtime/_vendor/werkzeug/datastructures/headers.py489CODE
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py38CODE
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py69CODE
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py79CODE
LOW…e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py271CODE
LOW…e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py606CODE
LOW…ime/src/vercel_runtime/_vendor/werkzeug/routing/map.py787CODE
LOW…e/src/vercel_runtime/_vendor/werkzeug/debug/tbtools.py126CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py51CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py57CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py474CODE
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py540CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py1295CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2076CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2682CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2821CODE
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py1068CODE
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py210CODE
54 more matches not shown…
Over-Commented Block106 hits · 106 pts
SeverityFileLineSnippetContext
LOWcrates/vercel_runtime/src/awaiter.rs1//! Background work collector for `waitUntil`-style tasks.COMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_readers.py1# Code to read HTTP dataCOMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_version.py1# This file must be kept very simple, because it is consumed from severalCOMMENT
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py1import reCOMMENT
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py21# - I haven't benchmarked or profiled any of this yet.COMMENT
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py141 # timeout will get rid of them).COMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py1# We use native strings for all the re patterns, to take advantage of stringCOMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py21field_name = tokenCOMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py41# fields containing a single visible character surrounded by whitespace,COMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py101 r"{http_version}"COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py1################################################################COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py21# 1) The client state, with its complicated automaton (see the docs)COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py41# happens. But there are somewhat complicated rules for which machines canCOMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py61#COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py81# This is fundamentally different from an event-based transition, because itCOMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py101#COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py321 # It could happen that both these special-case transitions areCOMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py41 def __init__(self, msg: str, error_status_hint: int = 400) -> None:COMMENT
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py61 # After catching a LocalProtocolError, use this method to re-raise itCOMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py21# Headers are:COMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py41#COMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py201 )COMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py221 #COMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py61# request/response line + headers together, so this is effectively the limit onCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py101 # Returns one of:COMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py581 This causes :attr:`Connection.our_state` to immediately becomeCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py621 # If our peer is HTTP/1.1, we use Transfer-Encoding: chunkedCOMMENT
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py561 # __get__ (proxying descriptor not supported)COMMENT
LOW…rc/vercel_runtime/_vendor/werkzeug/wrappers/request.py81 #: the maximum form field size. This is forwarded to the form dataCOMMENT
LOW…c/vercel_runtime/_vendor/werkzeug/wrappers/response.py121 #:COMMENT
LOW…rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py101 # Note in the below \h i.e. horizontal whitespace is usedCOMMENT
LOW…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py61 .. versionchanged:: 3.0COMMENT
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py361COMMENT
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py1121 except TypeError:COMMENT
LOW…cel-runtime/src/vercel_runtime/_vendor/click/parser.py341 # Say this is the original argument list:COMMENT
LOW…ntime/src/vercel_runtime/_vendor/click/_termui_impl.py761 #COMMENT
LOW…e/src/vercel_runtime/_vendor/wsproto/frame_protocol.py121 #: indicates that an endpoint is terminating the connectionCOMMENT
LOW…e/src/vercel_runtime/_vendor/wsproto/frame_protocol.py141 ABNORMAL_CLOSURE = 1006COMMENT
LOW…e/src/vercel_runtime/_vendor/wsproto/frame_protocol.py161 #: indicates that an endpoint (client) is terminating theCOMMENT
LOW…e/src/vercel_runtime/_vendor/wsproto/frame_protocol.py681COMMENT
LOWutils/npm-publish.sh1#!/usr/bin/env bashCOMMENT
LOWutils/chunk-tests.js121 // the -- args from the turbo command.COMMENT
LOWutils/chunk-tests.js141COMMENT
LOWexamples/sapper/cypress/plugins/index.js1// ***********************************************************COMMENT
LOWexamples/sapper/cypress/support/index.js1// ***********************************************************COMMENT
LOWexamples/sapper/cypress/support/commands.js1// ***********************************************COMMENT
LOWexamples/sapper/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })COMMENT
LOWexamples/jekyll/_config.yml1# Welcome to Jekyll!COMMENT
LOWexamples/jekyll/_config.yml41#COMMENT
LOWexamples/svelte/src/vite-env.d.ts1/// <reference types="svelte" />COMMENT
LOWexamples/hugo/themes/ananke/src/js/main.js1import styles from './../css/main.css';COMMENT
LOW…/stencil/src/components/app-profile/app-profile.e2e.ts21 // const page = await newE2EPage({ url: '/profile/joseph' });COMMENT
LOWexamples/ionic-angular/src/theme/variables.scss1// For information on how to create your own theme, please see:COMMENT
LOWexamples/middleman/config.rb21COMMENT
LOWexamples/middleman/config.rb41# https://middlemanapp.com/advanced/configuration/#environment-specific-settingsCOMMENT
LOWexamples/elysia/tsconfig.json1{COMMENT
LOWexamples/elysia/tsconfig.json21 // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory funcCOMMENT
LOWexamples/elysia/tsconfig.json41 /* JavaScript Support */COMMENT
LOWexamples/elysia/tsconfig.json61 // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavCOMMENT
LOWexamples/elysia/tsconfig.json81 // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'COMMENT
46 more matches not shown…
Fake / Example Data75 hits · 84 pts
SeverityFileLineSnippetContext
LOWinternals/ipc-proxy/test/unit/index.test.ts56 fs.writeFileSync(userServerPath, 'fake-user-server-binary');CODE
LOWexamples/vitepress/docs/index.md3Lorem ipsumCODE
LOWexamples/vitepress/docs/about.md3Lorem ipsumCODE
LOWexamples/polymer/src/my-view1.js30 Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sitCODE
LOWexamples/polymer/src/my-view1.js30 Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sitCODE
LOWexamples/polymer/src/my-view1.js31 elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominaviCODE
LOWexamples/polymer/src/my-view1.js31 elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominaviCODE
LOWexamples/docusaurus/docs/doc1.md11Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus/docs/doc1.md11Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus/docs/doc3.md6Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetCODE
LOWexamples/docusaurus/docs/doc3.md6Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetCODE
LOWexamples/docusaurus/blog/2016-03-11-blog-post.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus/blog/2016-03-11-blog-post.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus/blog/2017-04-10-blog-post-two.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus/blog/2017-04-10-blog-post-two.md8Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md16Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md16Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md18Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md18Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md20Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md20Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md22Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md22Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md24Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md24Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md26Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md26Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md28Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md28Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md30Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md30Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md32Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md32Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md34Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md34Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md36Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md36Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md38Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md38Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md40Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md40Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md42Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md42Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md44Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
LOWexamples/docusaurus-2/blog/2019-05-29-long-blog-post.md44Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsumCODE
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 ipsumCODE
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 ipsumCODE
LOW…s/next/test/integration/gip-gsp-404/pages/api/hello.js5 res.json({ name: 'John Doe' });CODE
LOWpackages/cli/test/unit/util/git-helpers.test.ts66 execSync('git config user.email "test@test.com"', {CODE
LOWpackages/cli/test/unit/util/git-helpers.test.ts139 execSync('git config user.email "test@test.com"', {CODE
LOW…ckages/cli/test/unit/util/openapi/openapi-spec.test.ts368 name: 'Acme Corp',CODE
LOW…ckages/cli/test/unit/util/openapi/openapi-spec.test.ts401 expect(lines[1]).toContain('Acme Corp');CODE
LOW…ckages/cli/test/unit/commands/redirects/remove.test.ts292 createdBy: 'user@example.com',CODE
LOWpackages/cli/test/unit/commands/redirects/add.test.ts624 createdBy: 'user@example.com',CODE
LOW…kages/cli/test/unit/commands/redirects/restore.test.ts290 createdBy: 'user@example.com',CODE
LOW…kages/cli/test/unit/commands/redirects/restore.test.ts302 createdBy: 'user@example.com',CODE
LOW…kages/cli/test/unit/commands/redirects/promote.test.ts255 createdBy: 'user@example.com',CODE
LOW…cli/test/unit/commands/redirects/list-versions.test.ts166 createdBy: 'user@example.com',CODE
15 more matches not shown…
Cross-File Repetition13 hits · 65 pts
SeverityFileLineSnippetContext
HIGH…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…/src/vercel_runtime/_vendor/werkzeug/sansio/request.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…src/vercel_runtime/_vendor/werkzeug/sansio/response.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…untime/_vendor/werkzeug/datastructures/file_storage.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…ntime/_vendor/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
HIGH…cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
HIGH…ntime/_vendor/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
HIGH…thon/vercel-workers/src/vercel/workers/dramatiq/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)STRING
HIGHpython/vercel-workers/src/vercel/workers/celery/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)STRING
HIGHpython/vercel-workers/src/vercel/workers/django/app.py0core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes)STRING
Modern Structural Boilerplate47 hits · 48 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/src/vercel_runtime/cache.py58def set_runtime_cache_from_http_headers(headers: _HeadersLike | None) -> None:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py84def _setup_server_log_routing(logger_name: str | None = None) -> None:CODE
LOWpython/vercel-runtime/src/vercel_runtime/dev.py391def _setup_apps() -> None:CODE
LOWpython/vercel-runtime/src/vercel_runtime/headers.py108def set_headers(headers: Mapping[str, str] | None) -> None:CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_readers.py37__all__ = ["READERS"]CODE
LOW…ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py5__all__ = ["ReceiveBuffer"]CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_writers.py17__all__ = ["WRITERS"]CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py119__all__ = [CODE
LOW…vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py3__all__ = [CODE
LOW…rcel-runtime/src/vercel_runtime/_vendor/h11/_events.py18__all__ = [CODE
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py48__all__ = ["Connection", "NEED_DATA", "PAUSED"]CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py548 def _set_form(self, name: str, value: MultiDict[str, t.Any]) -> None:CODE
LOW…c/vercel_runtime/_vendor/werkzeug/wrappers/response.py289 def set_data(self, value: bytes | str) -> None:CODE
LOW…src/vercel_runtime/_vendor/werkzeug/sansio/response.py505 def set_etag(self, etag: str, weak: bool = False) -> None:CODE
LOW…/vercel_runtime/_vendor/werkzeug/datastructures/csp.py77 def _set_value(self, key: str, value: str | None) -> None:CODE
LOW…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py60 def _update_state(state: State) -> None:CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py815 def set_parameter_source(self, name: str, source: ParameterSource) -> None:CODE
LOW…runtime/src/vercel_runtime/_vendor/uvicorn/__init__.py5__all__ = ["main", "run", "Config", "Server"]CODE
LOW…-runtime/src/vercel_runtime/_vendor/uvicorn/_compat.py8__all__ = ["asyncio_run", "iscoroutinefunction"]CODE
LOW…vercel_runtime/_vendor/uvicorn/supervisors/__init__.py16__all__ = ["Multiprocess", "ChangeReload"]CODE
LOWpython/vercel-workers/examples/dramatiq/worker.py5__all__ = ["broker"]CODE
LOWpython/vercel-workers/examples/celery/worker.py3__all__ = ["app"]CODE
LOWpython/vercel-workers/src/vercel/workers/callback.py25__all__ = [CODE
LOWpython/vercel-workers/src/vercel/workers/client.py46__all__ = [CODE
LOWpython/vercel-workers/src/vercel/workers/__init__.py32__all__ = [CODE
LOWpython/vercel-workers/src/vercel/workers/aio.py5__all__ = ["SendMessageResult", "send"]CODE
LOWpython/vercel-workers/src/vercel/workers/exceptions.py20__all__ = [CODE
LOW…n/vercel-workers/src/vercel/workers/dramatiq/worker.py23__all__ = ["PollingWorker"]CODE
LOW…vercel-workers/src/vercel/workers/dramatiq/__init__.py74__all__ = [CODE
LOW…thon/vercel-workers/src/vercel/workers/dramatiq/app.py24__all__ = [CODE
LOW…n/vercel-workers/src/vercel/workers/dramatiq/broker.py25__all__ = [CODE
LOW…/vercel-workers/src/vercel/workers/celery/transport.py228__all__ = [CODE
LOW…n/vercel-workers/src/vercel/workers/celery/__init__.py6__all__ = [CODE
LOW…thon/vercel-workers/src/vercel/workers/celery/utils.py16__all__ = [CODE
LOW…n/vercel-workers/src/vercel/workers/_queue/callback.py115__all__ = [CODE
LOW…/vercel-workers/src/vercel/workers/_queue/subscribe.py242__all__ = [CODE
LOW…on/vercel-workers/src/vercel/workers/_queue/receive.py516__all__ = [CODE
LOWpython/vercel-workers/src/vercel/workers/_queue/send.py418__all__ = [CODE
LOW…hon/vercel-workers/src/vercel/workers/_queue/client.py166__all__ = [CODE
LOW…n/vercel-workers/src/vercel/workers/_queue/__init__.py71__all__ = [CODE
LOW…thon/vercel-workers/src/vercel/workers/_queue/types.py94__all__ = [CODE
LOW…vercel-workers/src/vercel/workers/_queue/exceptions.py5__all__ = [CODE
LOW…hon/vercel-workers/src/vercel/workers/django/worker.py30__all__ = ["PollingWorker", "PollingWorkerConfig"]CODE
LOW…on/vercel-workers/src/vercel/workers/django/backend.py39__all__ = ["VercelQueuesBackend", "DjangoTaskEnvelope"]CODE
LOW…n/vercel-workers/src/vercel/workers/django/__init__.py19__all__ = [CODE
LOWpython/vercel-workers/src/vercel/workers/django/app.py39__all__ = [CODE
LOWexamples/starlette/api/__init__.py3__all__ = ["api_routes"]CODE
AI Structural Patterns29 hits · 29 pts
SeverityFileLineSnippetContext
LOW…runtime/src/vercel_runtime/_vendor/werkzeug/serving.py970CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py298CODE
LOW…l-runtime/src/vercel_runtime/_vendor/werkzeug/utils.py312CODE
LOW…el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py1230CODE
LOW…src/vercel_runtime/_vendor/werkzeug/sansio/response.py189CODE
LOW…ime/src/vercel_runtime/_vendor/werkzeug/sansio/http.py17CODE
LOW…e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py459CODE
LOW…ime/src/vercel_runtime/_vendor/werkzeug/routing/map.py94CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py272CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py905CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2076CODE
LOW…ercel-runtime/src/vercel_runtime/_vendor/click/core.py2533CODE
LOW…rcel-runtime/src/vercel_runtime/_vendor/click/types.py870CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/click/termui.py83CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/click/termui.py288CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/click/termui.py308CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/click/termui.py328CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/click/termui.py512CODE
LOW…ntime/src/vercel_runtime/_vendor/click/_termui_impl.py45CODE
LOW…l-runtime/src/vercel_runtime/_vendor/uvicorn/config.py179CODE
LOW…cel-runtime/src/vercel_runtime/_vendor/uvicorn/main.py476CODE
LOWpython/vercel-workers/src/vercel/workers/client.py389CODE
LOWpython/vercel-workers/src/vercel/workers/client.py426CODE
LOW…n/vercel-workers/src/vercel/workers/dramatiq/worker.py46CODE
LOW…hon/vercel-workers/src/vercel/workers/celery/worker.py21CODE
LOWpython/vercel-workers/src/vercel/workers/_queue/send.py328CODE
LOWpython/vercel-workers/src/vercel/workers/_queue/send.py373CODE
LOW…hon/vercel-workers/src/vercel/workers/_queue/client.py23CODE
LOW…hon/vercel-workers/src/vercel/workers/django/worker.py142CODE
Self-Referential Comments10 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUMpython/vercel-runtime/src/vercel_runtime/vc_init.py404 # Create a minimal PEP 405 venv skeleton for uv sync.COMMENT
MEDIUM…time/src/vercel_runtime/_vendor/werkzeug/formparser.py134 """This class implements parsing of form data for Werkzeug. By itselfSTRING
MEDIUM…src/vercel_runtime/_vendor/werkzeug/routing/matcher.py82 # This function is meant to be called recursively, and will attemptCOMMENT
MEDIUM…untime/src/vercel_runtime/_vendor/click/_winconsole.py1# This module is based on the excellent work by Adam Bartoš whoCOMMENT
MEDIUM…l-runtime/src/vercel_runtime/_vendor/uvicorn/server.py149 # Create a socket using UNIX domain socket.COMMENT
MEDIUMpython/vercel-workers/examples/dramatiq/tasks.py10# Create a Dramatiq broker that publishes tasks into Vercel Queues.COMMENT
MEDIUM…vercel-workers/src/vercel/workers/dramatiq/__init__.py40 # Create the callback appSTRING
MEDIUMexamples/redwoodjs/redwood.toml1# This file contains the configuration settings for your Redwood app.COMMENT
MEDIUMexamples/redwoodjs/redwood.toml2# This file is also what makes your Redwood app a Redwood app.COMMENT
MEDIUM…s/python-analysis/test/requirements-txt-parser.test.ts1971# This file is autogenerated by pip-compile with Python 3.12COMMENT
Overly Generic Function Names19 hits · 20 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py906 def handle_request(self) -> None:CODE
LOWpython/vercel-runtime/src/vercel_runtime/vc_init.py943 def handle_request(self) -> None:CODE
LOWexamples/hydrogen-2/app/entry.server.tsx6export default async function handleRequest(CODE
LOWpackages/python/test/unit.test.ts2129 fs.writeFileSync(path.join(workPath, 'utils.py'), 'def helper(): pass\n');CODE
LOWpackages/edge/src/request.ts26 * export async function handleRequest(request: Request, ctx: RequestContext): Promise<Response> {COMMENT
LOW…t/fixtures-legacy/01-remix-basics/app/entry.server.tsx5export default function handleRequest(CODE
LOW…/fixtures-legacy/11-hydrogen-2-js/app/entry.server.jsx5export default async function handleRequest(CODE
LOW…test/fixtures-legacy/05-root-only/app/entry.server.jsx4export default function handleRequest(CODE
LOW…est/fixtures-legacy/10-hydrogen-2/app/entry.server.tsx6export default async function handleRequest(CODE
LOW…xtures-legacy/02-remix-basics-mjs/app/entry.server.tsx5export default function handleRequest(CODE
LOW…xtures-legacy/04-with-npm9-linked/app/entry.server.tsx5export default function handleRequest(CODE
LOW…egacy/07-turborepo/apps/remix-app/app/entry.server.tsx5export default function handleRequest(CODE
LOW…test/fixtures-legacy/03-with-pnpm/app/entry.server.tsx5export default function handleRequest(CODE
LOW…t/fixtures-vite/07-v3_singleFetch/app/entry.server.tsx17export default function handleRequest(CODE
LOW…st/fixtures-vite/03-spa-no-preset/app/entry.server.tsx5export default function handleRequest(CODE
LOW…es-vite/04-spa-with-vercel-preset/app/entry.server.tsx5export default function handleRequest(CODE
LOW…xtures-vite/05-custom-entry-server/app/entry.server.ts1export default function handleRequest(CODE
LOWpackages/react-router/entry.server.ts25export function handleRequest(CODE
LOWpackages/react-router/edge/entry.server.ts20export async function handleRequest(CODE
Structural Annotation Overuse10 hits · 20 pts
SeverityFileLineSnippetContext
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py112 # Step 1: some responses always have an empty body, regardless of what theCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py126 # Step 2: check for Transfer-Encoding (T-E beats C-L):COMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py132 # Step 3: check for Content-LengthCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py137 # Step 4: no applicable headers; fallback/default depends on typeCOMMENT
LOWskills/vercel-cli/references/integrations.md29# Step 1: list valid category slugsCOMMENT
LOWskills/vercel-cli/references/integrations.md33# Step 2: filter discover by categoryCOMMENT
LOWskills/vercel-cli/command/vercel.md9### Step 1: Identify task type from user requestCOMMENT
LOWskills/vercel-cli/command/vercel.md13### Step 2: Read the reference fileCOMMENT
LOWskills/vercel-cli/command/vercel.md17### Step 3: Execute taskCOMMENT
LOWskills/vercel-cli/command/vercel.md28### Step 4: SummarizeCOMMENT
AI Slop Vocabulary7 hits · 18 pts
SeverityFileLineSnippetContext
LOW…cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py60# aren't. For now we punt and just use a super simple representation: headersCOMMENT
LOWpython/vercel-workers/tests/test_dramatiq_adapter.py288 # get_actor raises ActorNotFound if not registered, so we just call itCOMMENT
MEDIUMpackages/next/src/server-build.ts577 // leverage next-server trace from build if availableCOMMENT
MEDIUMpackages/next/src/utils.ts2745 // TODO: leverage manifest to determine app paths more accuratelyCOMMENT
MEDIUMpackages/next/src/utils.ts3746// update to leverageCOMMENT
MEDIUMpackages/next/src/index.ts491 // we can leverage the NEXT_PRIVATE_TARGET env variableCOMMENT
MEDIUMpackages/cli/src/index.ts530 // Shared API `Client` instance for all sub-commands to utilize.COMMENT
Slop Phrases5 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM…rc/vercel_runtime/_vendor/werkzeug/routing/__init__.py76And here is how you can match URLs:STRING
MEDIUMexamples/hydrogen-2/server.ts98 * Feel free to customize it to your needs, add helper methods, orCOMMENT
LOW…utils/src/process-serverless/get-lambda-environment.ts34 * **DON'T FORGET TO UPDATE** `packages/util-env-variable/src/validate-env-length.tsCOMMENT
MEDIUM…/remix/test/fixtures-legacy/11-hydrogen-2-js/server.js92 * Feel free to customize it to your needs, add helper methods, orCOMMENT
MEDIUM…ges/remix/test/fixtures-legacy/10-hydrogen-2/server.ts98 * Feel free to customize it to your needs, add helper methods, orCOMMENT
Modern AI Meta-Vocabulary5 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUMexamples/angular/README.md19## Code scaffoldingCOMMENT
MEDIUMexamples/vite/README.md5While this project uses Vue.js, Vite supports many popular JS frameworks. [See all the supported frameworks](https://vitCODE
MEDIUMexamples/docusaurus-2/README.md15To get started with Docusaurus on Vercel, you can use the [Docusaurus CLI](https://v2.docusaurus.io/docs/installation#scCODE
MEDIUMexamples/docusaurus-2/README.md15To get started with Docusaurus on Vercel, you can use the [Docusaurus CLI](https://v2.docusaurus.io/docs/installation#scCODE
MEDIUMexamples/vite-react/README.md5While this project uses React, Vite supports many popular JS frameworks. [See all the supported frameworks](https://viteCODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
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 STRING
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. STRING
Cross-Language Confusion2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH…e/src/vercel_runtime/_vendor/werkzeug/debug/console.py161 ThreadedStream.push()CODE
HIGH…ntime/src/vercel_runtime/_vendor/click/_termui_impl.py683 return subprocess.Popen(args, stderr=null).wait()CODE
Verbosity Indicators5 hits · 10 pts
SeverityFileLineSnippetContext
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py112 # Step 1: some responses always have an empty body, regardless of what theCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py126 # Step 2: check for Transfer-Encoding (T-E beats C-L):COMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py132 # Step 3: check for Content-LengthCOMMENT
LOW…-runtime/src/vercel_runtime/_vendor/h11/_connection.py137 # Step 4: no applicable headers; fallback/default depends on typeCOMMENT
LOWpackages/fs-detectors/src/detect-builders.ts418 // we need to check if it's a Next.js app here again for the case whereCOMMENT
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippetContext
LOWpython/vercel-runtime/src/vercel_runtime/dev.py479 # Check if we have a manifest-based storage backend.COMMENT
LOWpython/vercel-runtime/src/vercel_runtime/dev.py491 # Check if we have whitenoiseCOMMENT
LOW…/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py323 # Set _pin to None explicitly to prevent regeneration by the getterCOMMENT
LOWutils/npm-publish.sh60 # Check if this exact version is already on npmCOMMENT
LOWexamples/hexo/_config.yml69## Set per_page to 0 to disable paginationCOMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHpackages/cli/src/commands/firewall/rules/add-ai.ts181 // User-provided name always takes priority over AI-generated nameCOMMENT