Repository Analysis

BoundaryML/baml

The programming language for agents

7.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of BoundaryML/baml, a Rust project with 9,088 GitHub stars. SynthScan v2.0 examined 2,256,167 lines of code across 6551 source files, recording 10576 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 7.3 places this repository in the Low AI signal band.

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

7.3
Adjusted Score
7.3
Raw Score
100%
Time Factor
2026-08-28
Last Push
9.1K
Stars
Rust
Language
2.3M
Lines of Code
6.6K
Files
10.6K
Pattern Hits
2026-08-29
Scan Date
0.05
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 45HIGH 260MEDIUM 2358LOW 7913

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 10576 distinct pattern matches across 26 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.

Decorative Section Separators2133 hits · 6370 pts
SeverityFileLineSnippetContext
MEDIUMbaml_language/stow.toml2# ==================COMMENT
MEDIUMbaml_language/stow.toml40# ===========================================================================COMMENT
MEDIUM…_pydantic2/llm_functions/customizable/test_on_event.py25# ---------------------------------------------------------------------------COMMENT
MEDIUM…_pydantic2/llm_functions/customizable/test_on_event.py27# ---------------------------------------------------------------------------COMMENT
MEDIUM…_pydantic2/llm_functions/customizable/test_on_event.py88# ---------------------------------------------------------------------------COMMENT
MEDIUM…_pydantic2/llm_functions/customizable/test_on_event.py90# ---------------------------------------------------------------------------COMMENT
MEDIUM…thon_pydantic2/llm_functions/customizable/test_main.py139# ---------------------------------------------------------------------------COMMENT
MEDIUM…thon_pydantic2/llm_functions/customizable/test_main.py144# ---------------------------------------------------------------------------COMMENT
MEDIUM…ntic2/llm_functions/customizable/test_streaming_e2e.py24# ---------------------------------------------------------------------------COMMENT
MEDIUM…ntic2/llm_functions/customizable/test_streaming_e2e.py26# ---------------------------------------------------------------------------COMMENT
MEDIUM…ntic2/llm_functions/customizable/test_streaming_e2e.py80# ---------------------------------------------------------------------------COMMENT
MEDIUM…ntic2/llm_functions/customizable/test_streaming_e2e.py84# ---------------------------------------------------------------------------COMMENT
MEDIUM…ic2/function_calls/customizable/test_host_callables.py383# ---------------------------------------------------------------------------COMMENT
MEDIUM…ic2/function_calls/customizable/test_host_callables.py372# ---------------------------------------------------------------------------COMMENT
MEDIUM…n_pydantic2/function_calls/customizable/test_errors.py135# ---------------------------------------------------------------------------COMMENT
MEDIUM…n_pydantic2/function_calls/customizable/test_errors.py141# ---------------------------------------------------------------------------COMMENT
MEDIUM…n_pydantic2/function_calls/customizable/test_errors.py197# ---------------------------------------------------------------------------COMMENT
MEDIUM…n_pydantic2/function_calls/customizable/test_errors.py203# ---------------------------------------------------------------------------COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py47# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py49# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py147# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py149# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py241# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py243# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py256# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py258# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py303# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py305# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py317# ===========================================================================COMMENT
MEDIUM…tic2/function_calls/customizable/test_generic_calls.py319# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py68# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py70# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py125# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py127# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py180# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py182# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py198# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py200# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py221# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py223# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py233# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py235# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py257# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py259# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py308# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py312# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py389# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py391# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py426# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py428# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py457# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py460# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py485# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py487# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py502# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py505# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py533# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py535# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py565# ===========================================================================COMMENT
MEDIUM…/function_calls/customizable/test_generic_inference.py567# ===========================================================================COMMENT
2073 more matches not shown…
Over-Commented Block3736 hits · 3497 pts
SeverityFileLineSnippetContext
LOW.pre-commit-config.yaml101 files: ^baml_language/COMMENT
LOWpnpm-workspace.yaml21 # - engine/language_client_typescript/npm/darwin-arm64COMMENT
LOWbaml_language/stow.toml1# Stow ConfigurationCOMMENT
LOWbaml_language/stow.toml21# pattern - Simple glob: "foo*", "*bar", or exact matchCOMMENT
LOWbaml_language/stow.toml101# `baml_ide` is the IDE/analysis layer over the compiler (rust-analyzer'sCOMMENT
LOWbaml_language/stow.toml181approved_suffixes = ["python_pydantic2", "typescript_shared"]COMMENT
LOWbaml_language/Cargo.toml21 # `sdkgen_java` is a stub.COMMENT
LOWbaml_language/Cargo.toml141# External dependenciesCOMMENT
LOWbaml_language/Cargo.toml321# be turned on here unconditionally.COMMENT
LOWbaml_language/Cargo.toml441COMMENT
LOWbaml_language/Cargo.toml461# that we aren't shipping, but in order to make those two the same, we'dCOMMENT
LOWbaml_language/Cargo.toml481# binary cannot mix strategies. `release` used to be `abort` (chosen for binaryCOMMENT
LOWbaml_language/Cargo.toml501# +6.23 MiB / +25%: `__text` +2.63 MB (landing pads), `__eh_frame` +2.32 MB,COMMENT
LOWbaml_language/Cross.toml1# `cross` configuration for the `bridge_cffi` cdylib build.COMMENT
LOWbaml_language/.config/nextest.toml1nextest-version = "0.9.98"COMMENT
LOWbaml_language/.config/nextest.toml161platform = { host = 'cfg(windows)' }COMMENT
LOWbaml_language/sdk_tests/harness_setup/Cargo.toml1# Build-script-side infrastructure for `sdk_tests/crates/<generator>/`COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/cpp.rs1//! C++ sdk-test target — build-script side.COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/lib.rs1//! Build-script-side infrastructure for the sdk-test crates underCOMMENT
LOWbaml_language/sdk_tests/harness_setup/src/lib.rs81COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/java.rs1//! Java sdk-test target — build-script side.COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/java.rs21//! cd baml_languageCOMMENT
LOWbaml_language/sdk_tests/harness_setup/src/java.rs41use sdkgen_java::NamingConvention;COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/java.rs61/// (Linux/macOS/Windows) must have `java` on its mise install set.COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/java.rs81/// `javac` gate runs for real (CI enforcement); everything else staysCOMMENT
LOWbaml_language/sdk_tests/harness_setup/src/rust.rs1//! Rust sdk-test target — build-script side. Mirrors `python_pydantic2`.COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/rust.rs21//! `Gate::Later` to `Gate::Now`. Gated-off files still land on diskCOMMENT
LOWbaml_language/sdk_tests/harness_setup/src/rust.rs401COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/swift.rs1//! Swift sdk-test target — build-script side.COMMENT
LOWbaml_language/sdk_tests/harness_setup/src/swift.rs21//! setup.sh builds the `bridge_swift` staticlib for the host arch andCOMMENT
LOW…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs1//! Python + pydantic2 sdk-test target — build-script side.COMMENT
LOW…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs41/// uv-friendly pyproject template. Each fixture's pyproject gets aCOMMENT
LOW…rates/go/type_shapes/customizable/test_generic_test.go21// GetValueOrMarker remains deferred: its T | WrapperMarker result is emitted asCOMMENT
LOWbaml_language/sdk_tests/crates/typescript/setup.sh1#!/usr/bin/env bashCOMMENT
LOWbaml_language/sdk_tests/crates/typescript/setup.sh41# build:napi-debug → build:ts_build → build:tag-generated-files; allCOMMENT
LOWbaml_language/sdk_tests/crates/typescript/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
LOW…cript/llm_functions/customizable/streaming_e2e.test.ts1// Keyless streaming smokes — string-typed and class-typed `T`. The TypeScriptCOMMENT
LOW…tes/typescript/llm_functions/customizable/main.test.ts1// Mirrors python_pydantic2/customizable/llm_functions/test_main.py.COMMENT
LOW…ipt/function_calls/customizable/host_callables.test.ts361// own type carries optional parameters (`(x: int, y?: int, z?: int) -> int`).COMMENT
LOWbaml_language/sdk_tests/crates/typescript/src/lib.rs1//! Node TypeScript sdk-test crate. The `#[test]` suite covers NodeCOMMENT
LOWbaml_language/sdk_tests/crates/rust/setup.sh1#!/usr/bin/env bashCOMMENT
LOWbaml_language/sdk_tests/crates/rust/Cargo.toml1# Rust sdk-test crate. Fans out across every fixture underCOMMENT
LOWbaml_language/sdk_tests/crates/rust/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
LOW…s/crates/rust/type_shapes/customizable/test_generic.rs1//! Minimum repro of the generic-method FFI plumbing bug.COMMENT
LOW…s/crates/rust/type_shapes/customizable/test_generic.rs21COMMENT
LOW…s/crates/rust/type_shapes/customizable/test_generic.rs61/// value TCOMMENT
LOW…ests/crates/rust/type_shapes/customizable/test_main.rs1//! Smoke tests for the type_shapes sdk-test crate.COMMENT
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.rs1//! Roundtrip coverage for `baml_sdk::maps` — map Ty variants.COMMENT
LOW…pe_shapes/customizable/roundtrip_tests/test_handles.rs1//! Coverage for handle-backed stdlib types returned from BAML to Rust.COMMENT
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.rs1//! Roundtrip coverage for the `lorem` stream-type / stdlib-routing suite.COMMENT
LOW…pe_shapes/customizable/roundtrip_tests/test_aliases.rs21 // union):COMMENT
LOW…pe_shapes/customizable/roundtrip_tests/test_aliases.rs41 // RecList::List(vec![RecList::Int(2)]),COMMENT
LOW…e_shapes/customizable/roundtrip_tests/test_generics.rs1//! Roundtrip coverage for `baml_sdk::generics` — generic classes (over `<int>`).COMMENT
LOW…apes/customizable/roundtrip_tests/test_forward_refs.rs21 // closed) and this round trip is inexpressible. Intended body if aCOMMENT
LOW…apes/customizable/roundtrip_tests/test_forward_refs.rs41 // round_trip_rec_list_with_other(RecListWithOther::Int(1)).unwrap(),COMMENT
LOW…type_shapes/customizable/roundtrip_tests/test_media.rs1//! Roundtrip coverage for `baml_sdk::media`.COMMENT
LOW…ates/rust/llm_functions/customizable/replay_harness.rs1//! Keyless replay harness shared by the streaming tests.COMMENT
LOW…/rust/llm_functions/customizable/test_streaming_e2e.rs1//! Keyless streaming smokes — string-typed and class-typed `T`.COMMENT
LOW…/rust/llm_functions/customizable/test_streaming_e2e.rs21COMMENT
LOW…ts/crates/rust/llm_functions/customizable/test_main.rs1//! End-to-end check of the 09a-style baml_src → baml_sdk pipeline.COMMENT
3676 more matches not shown…
Hyper-Verbose Identifiers1550 hits · 1491 pts
SeverityFileLineSnippetContext
LOW…cript/function_calls/customizable/cancellation.test.ts27function expectBamlCancelledReason(error: unknown): void {CODE
LOW…hon_pydantic2/type_shapes/customizable/test_generic.py50def test_generic_generic_wrapper_get_value():CODE
LOW…antic2/type_shapes/customizable/test_complex_models.py19def test_complex_models_round_trip_complex_profile_preserves_deeply_nested_mixed_shape_class():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py34def test_main_root_foo_reachable():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py38def test_main_lorem_resume_reachable():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py42def test_main_deep_namespace_thing_reachable():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py47def test_main_generated_models_ignore_extra_fields():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py10def test_main_root_imports_cleanly():CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py14def test_main_all_namespaces_reachable():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py17def test_unions_round_trip_null_to_end():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py23def test_unions_round_trip_dedup():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py28def test_unions_round_trip_singleton_unwrap():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py33def test_unions_round_trip_optional_plus_null():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py39def test_unions_round_trip_str_or_int_list():CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py56def test_unions_round_trip_union_container():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py33def test_streams_round_trip_resume_stream():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py38def test_streams_round_trip_root_foo_stream():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py43def test_streams_round_trip_box_of_resume_stream():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py48def test_streams_round_trip_resume_or_resume_stream():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py54def test_streams_round_trip_resume_or_http_response():CODE
LOW…hapes/customizable/roundtrip_tests/test_alias_order.py5def test_type_alias_declared_before_classes_is_importable():CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.py23def test_maps_round_trip_simple_map():CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.py27def test_maps_round_trip_list_valued_map():CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.py31def test_maps_round_trip_sentiment():CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.py35def test_maps_round_trip_resume():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py27def test_literals_return_literals():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py40def test_literals_round_trip_literal_draft():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py44def test_literals_round_trip_literal_escaped():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py48def test_literals_round_trip_literal_true():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py52def test_literals_round_trip_literal_false():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py56def test_literals_round_trip_literals():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py67def test_literals_round_trip_flag_mixed_literal_union():CODE
LOW…shapes/customizable/roundtrip_tests/test_class_refs.py13def test_class_refs_make_outer():CODE
LOW…shapes/customizable/roundtrip_tests/test_class_refs.py18def test_class_refs_round_trip_inner():CODE
LOW…shapes/customizable/roundtrip_tests/test_class_refs.py23def test_class_refs_round_trip_outer():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_handles.py68def test_handles_http_get_response_fields_and_methods(http_server):CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_handles.py91def test_handles_open_file_returns_file_handle(temp_file):CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_handles.py97def test_handles_file_cursor_state_persists_across_calls(temp_file):CODE
LOW…_shapes/customizable/roundtrip_tests/test_recursion.py30def test_recursion_round_trip_int_binary_tree():CODE
LOW…_shapes/customizable/roundtrip_tests/test_recursion.py39def test_recursion_round_trip_mutual_recursion():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py15def test_optional_round_trip_optional_int():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py20def test_optional_round_trip_optional_resume():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py26def test_optional_round_trip_optional_union():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py32def test_optional_round_trip_resume():CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py37def test_optional_round_trip_optional_container():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py26def test_routing_round_trip_foo():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py31def test_routing_round_trip_thing_from_ab():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py36def test_routing_round_trip_root_foo_from_ab():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py41def test_routing_round_trip_deep_thing_from_a():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py46def test_routing_round_trip_deep_thing_from_lorem():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py51def test_routing_round_trip_resume():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py56def test_routing_round_trip_root_foo():CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py61def test_routing_round_trip_lorem_resume_from_ipsum():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_enums.py15def test_enums_pick_sentiment():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_enums.py24def test_enums_round_trip_sentiment():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_enums.py28def test_enums_round_trip_sentiment_positive():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_enums.py34def test_enums_round_trip_enums():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_media.py56def test_media_round_trip_image():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_media.py61def test_media_round_trip_audio():CODE
LOW…type_shapes/customizable/roundtrip_tests/test_media.py66def test_media_round_trip_video():CODE
1490 more matches not shown…
Redundant / Tautological Comments1429 hits · 1312 pts
SeverityFileLineSnippetContext
LOWbaml_language/tools/speedtest/src/speedtest/compare.py75 # Check if any workload matchesCOMMENT
LOWbaml_language/scripts/validate_markdown.py73 # Check if matches any whitelist patternCOMMENT
LOWtypescript/apps/fiddle-web-app/vercel-build.sh13# Set locale to avoid warningsCOMMENT
LOWscripts/setup-dev.sh12# Check if mise is installedCOMMENT
LOWscripts/setup-dev.sh100 # Check if any mise activation existsCOMMENT
LOWscripts/setup-dev.sh109 # Check if any mise activation existsCOMMENT
LOW.github/workflows/release.yml61 # Check if it's a release tag matching vX.Y.ZCOMMENT
LOW.github/workflows/primary.yml93 # Check if ALL changed files are in baml_language/ or typescript2/app-beps/ (auto-skip paths)COMMENT
LOW.github/workflows/primary.yml103 # Check if file is in baml_language/COMMENT
LOW.github/workflows/primary.yml108 # Check if file is in typescript2/app-beps/COMMENT
LOW.github/workflows/primary.yml113 # Check if file is in a path that requires runtime testsCOMMENT
LOW.github/workflows/primary.yml537 # Check if there are changes to commitCOMMENT
LOW.github/workflows/build-cli-release.reusable.yaml335 # Check if 7z command succeeded and file existsCOMMENT
LOW.github/workflows/build-cli-release.reusable.yaml343 # Check if certutil command succeeded and file existsCOMMENT
LOW.github/workflows/build-cli-release.reusable.yaml379 # Check if tar command succeeded and file existsCOMMENT
LOW.github/workflows/build-cli-release.reusable.yaml387 # Check if shasum command succeeded and file existsCOMMENT
LOWengine/language_server/scripts/build_dist.sh22# Check if wasm-bindgen is installed, install if notCOMMENT
LOWengine/language_server/scripts/build_dist.sh37# Check if dist directory existsCOMMENT
LOWengine/.docker/python-tests/virtualenv/script.sh12# Check if the venv has baml installed (python -m baml_version)COMMENT
LOW…s/python/generated_tests/unions/baml_client/runtime.py146 # Check if already abortedCOMMENT
LOW…s/python/generated_tests/unions/baml_client/runtime.py176 # Check if already abortedCOMMENT
LOW…hon/generated_tests/unions/baml_client/async_client.py88 # Check if on_tick is providedCOMMENT
LOW…thon/generated_tests/unions/baml_client/sync_client.py100 # Check if on_tick is providedCOMMENT
LOW…hon/generated_tests/array_types/baml_client/runtime.py146 # Check if already abortedCOMMENT
LOW…hon/generated_tests/array_types/baml_client/runtime.py176 # Check if already abortedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py88 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py103 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py118 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py133 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py148 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py163 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py178 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py193 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py208 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py223 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py238 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py253 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py268 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py283 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py298 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py313 # Check if on_tick is providedCOMMENT
LOW…enerated_tests/array_types/baml_client/async_client.py328 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py100 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py114 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py128 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py142 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py156 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py170 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py184 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py198 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py212 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py226 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py240 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py254 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py268 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py282 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py296 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py310 # Check if on_tick is providedCOMMENT
LOW…generated_tests/array_types/baml_client/sync_client.py324 # Check if on_tick is providedCOMMENT
LOW…ated_tests/union_types_extended/baml_client/runtime.py146 # Check if already abortedCOMMENT
1369 more matches not shown…
Unused Imports682 hits · 674 pts
SeverityFileLineSnippetContext
LOW…python_pydantic2/type_shapes/customizable/test_main.py11CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py15CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py16CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py17CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py18CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py19CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py20CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py21CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py22CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py23CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py24CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py25CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py26CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py27CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py28CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py29CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py30CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py31CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py35CODE
LOW…python_pydantic2/type_shapes/customizable/test_main.py43CODE
LOW…ype_shapes/customizable/roundtrip_tests/test_unions.py3CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_streams.py19CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_maps.py3CODE
LOW…e_shapes/customizable/roundtrip_tests/test_literals.py9CODE
LOW…shapes/customizable/roundtrip_tests/test_class_refs.py3CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_handles.py17CODE
LOW…_shapes/customizable/roundtrip_tests/test_recursion.py7CODE
LOW…e_shapes/customizable/roundtrip_tests/test_optional.py3CODE
LOW…/type_shapes/customizable/roundtrip_tests/test_void.py3CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_routing.py9CODE
LOW…type_shapes/customizable/roundtrip_tests/test_enums.py3CODE
LOW…type_shapes/customizable/roundtrip_tests/test_media.py17CODE
LOW…shapes/customizable/roundtrip_tests/test_primitives.py9CODE
LOW…apes/customizable/roundtrip_tests/test_forward_refs.py9CODE
LOW…apes/customizable/roundtrip_tests/test_forward_refs.py10CODE
LOW…customizable/roundtrip_tests/test_symbol_collisions.py6CODE
LOW…pe_shapes/customizable/roundtrip_tests/test_aliases.py3CODE
LOW…e_shapes/customizable/roundtrip_tests/test_generics.py9CODE
LOW…type_shapes/customizable/roundtrip_tests/test_lists.py3CODE
LOW…thon_pydantic2/llm_functions/customizable/test_main.py18CODE
LOW…thon_pydantic2/llm_functions/customizable/test_main.py22CODE
LOW…thon_pydantic2/llm_functions/customizable/test_main.py23CODE
LOW…dantic2/host_reflect/customizable/test_host_reflect.py1CODE
LOW…hon_pydantic2/docstrings_etc/customizable/test_main.py10CODE
LOW…hon_pydantic2/docstrings_etc/customizable/test_main.py11CODE
LOW…ic2/function_calls/customizable/test_host_callables.py13CODE
LOW…ic2/function_calls/customizable/test_host_callables.py20CODE
LOW…n_pydantic2/function_calls/customizable/test_errors.py23CODE
LOW…n_pydantic2/function_calls/customizable/test_errors.py34CODE
LOW…n_pydantic2/function_calls/customizable/test_errors.py42CODE
LOW…n_pydantic2/function_calls/customizable/test_raises.py15CODE
LOW…n_pydantic2/function_calls/customizable/test_raises.py16CODE
LOW…tic2/function_calls/customizable/test_optional_args.py3CODE
LOW…tic2/function_calls/customizable/test_generic_calls.py18CODE
LOW…ntic2/function_calls/customizable/test_cancellation.py1CODE
LOW…ntic2/function_calls/customizable/test_cancellation.py11CODE
LOW…hon_pydantic2/function_calls/customizable/test_json.py11CODE
LOW…function_calls/customizable/test_stdlib_entrypoints.py1CODE
LOW…hon_pydantic2/function_calls/customizable/test_main.py3CODE
LOW…/function_calls/customizable/test_generic_inference.py19CODE
622 more matches not shown…
Hallucination Indicators45 hits · 585 pts
SeverityFileLineSnippetContext
CRITICAL…type_shapes/customizable/roundtrip_tests/TestVoid.java24 org.junit.jupiter.api.Assertions.assertDoesNotThrow(() -> baml_sdk.void$.Fns.no_op());CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java35 baml_sdk.symbol_collisions.fizz.foo.Fns.make_fizz_foo_bar("t", 1.5);CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java37 bar, baml_sdk.symbol_collisions.fizz.foo.Fns.round_trip_fizz_foo_bar(bar));CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java43 baml_sdk.symbol_collisions.fizz.buzz.foo.Fns.make_fizz_buzz_foo_bar(CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java47 baml_sdk.symbol_collisions.fizz.buzz.foo.Fns.round_trip_fizz_buzz_foo_bar(bar));CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java55 baml_sdk.symbol_collisions.fizz.foo.Fns.make_fizz_foo_bar("b", 2.0),CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java56 baml_sdk.symbol_collisions.fizz.buzz.foo.Fns.make_fizz_buzz_foo_bar(CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java66 baml_sdk.symbol_collisions.fizz.foo.Fns.make_fizz_foo_bar("b", 2.0),CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java67 baml_sdk.symbol_collisions.fizz.buzz.foo.Fns.make_fizz_buzz_foo_bar(CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java70 baml_sdk.symbol_collisions.a.b.c.d.Fns.make_deep(CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java72 baml_sdk.symbol_collisions.fizz.foo.Fns.make_fizz_foo_bar("th", 4.0),CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java73 baml_sdk.symbol_collisions.fizz.buzz.foo.Fns.make_fizz_buzz_foo_bar(CODE
CRITICAL…customizable/roundtrip_tests/TestSymbolCollisions.java76 assertEquals(deep, baml_sdk.symbol_collisions.a.b.c.d.Fns.round_trip_deep(deep));CODE
CRITICAL…java/function_calls/customizable/TestGenericCalls.java360 org.junit.jupiter.api.Assertions.assertNull(c.maybe());CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift20 let bar = try Baml.symbol_collisions.fizz.buzz.foo.make_fizz_buzz_foo_bar(CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift24 try Baml.symbol_collisions.fizz.buzz.foo.round_trip_fizz_buzz_foo_bar(b: bar),CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift33 bar3: Baml.symbol_collisions.fizz.buzz.foo.make_fizz_buzz_foo_bar(CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift44 bar3: Baml.symbol_collisions.fizz.buzz.foo.make_fizz_buzz_foo_bar(CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift48 let deep = try Baml.symbol_collisions.a.b.c.d.make_deep(CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift51 further: Baml.symbol_collisions.fizz.buzz.foo.make_fizz_buzz_foo_bar(CODE
CRITICAL…ustomizable/roundtrip_tests/TestSymbolCollisions.swift56 XCTAssertEqual(try Baml.symbol_collisions.a.b.c.d.round_trip_deep(d: deep), deep)CODE
CRITICALbaml_language/crates/baml_fmt/src/lib.rs2191 let source = "function f(r: StopReason) -> int {\n match (r) {\n StopReason.Complete => 1,\n StCODE
CRITICALbaml_language/crates/baml_compiler2_mir/src/lower.rs8933 // access (`r.a.b.c.d.e.speak()`) whose static type is an interface.COMMENT
CRITICALbaml_language/sdks/python/tests/test_host_callable.py306 msg_field = envelope.panic.value.class_value.fields.add()CODE
CRITICAL…e/sdks/agent-docs/bridge-ref/ref-java-type-mappings.md101 static method baml_sdk.vendor.aws.s3.Fns.create_bucket()CODE
CRITICAL…e/sdks/agent-docs/bridge-ref/ref-java-type-mappings.md102 static method baml_sdk.vendor.aws.s3.Fns.create_bucket_async()CODE
CRITICAL…-project-panel/codemirror-panel/code-mirror-viewer.tsx221 // const line = ref.current.view.state.doc.lineAt(ref.current.view.state.doc.length)COMMENT
CRITICAL…-project-panel/codemirror-panel/code-mirror-viewer.tsx114 const line = ref.current.view.state.doc.lineAt(CODE
CRITICALengine/baml-lib/baml-core/src/ir/walker.rs270 self.item.1.attributes.span.as_ref()CODE
CRITICALengine/baml-lib/baml-core/src/ir/walker.rs314 self.item.1.attributes.span.as_ref()CODE
CRITICALengine/baml-lib/baml-core/src/ir/repr.rs3359 assert_eq!(walker.item.1.elem.constraints.len(), 1);CODE
CRITICALengine/baml-lib/baml-core/src/ir/repr.rs3563 assert_eq!(test.item.1.elem.functions.len(), 1);CODE
CRITICALengine/baml-lib/baml-core/src/ir/ir_helpers/mod.rs605 .map(|t| t.item.1.elem.name.as_str())CODE
CRITICALengine/baml-lib/baml-core/src/ir/ir_helpers/mod.rs623 .map(|t| t.item.1.elem.name.as_str())CODE
CRITICALengine/baml-runtime/src/lib.rs842 return Ok(walker.item.1.elem.constraints.clone());CODE
CRITICALengine/baml-runtime/src/lib.rs847 Ok(test.item.1.elem.constraints.clone())CODE
CRITICALengine/baml-runtime/src/lib.rs887 if test.item.1.elem.type_builder.entries.is_empty() {CODE
CRITICAL…gine/generators/data/nested_structures/go/main_test.go31 if !result.User.Profile.Preferences.Theme.IsKlight() && !result.User.Profile.Preferences.Theme.IsKdark() {CODE
CRITICAL…gine/generators/data/nested_structures/go/main_test.go37 if !result.User.Profile.Preferences.Notifications.Frequency.IsKimmediate() && !result.User.Profile.Preferences.NotificaCODE
CRITICAL…gine/generators/data/nested_structures/go/main_test.go40 if !result.User.Settings.Privacy.ProfileVisibility.IsKpublic() && !result.User.Settings.Privacy.ProfileVisibility.IsKprCODE
CRITICALengine/generators/data/nested_structures/rust/main.rs53 !result.user.profile.preferences.language.is_empty(),CODE
CRITICALengine/generators/data/nested_structures/rust/main.rs85 !result.user.settings.display.colorScheme.is_empty(),CODE
CRITICALengine/generators/data/nested_structures/rust/main.rs145 !result.level1.level2.level3.data.is_empty(),CODE
CRITICALengine/generators/data/nested_structures/rust/main.rs149 !result.level1.level2.level3.level4.data.is_empty(),CODE
CRITICALengine/generators/data/nested_structures/rust/main.rs153 !result.level1.level2.level3.level4.level5.data.is_empty(),CODE
Cross-Language Confusion (JS/TS)95 hits · 427 pts
SeverityFileLineSnippetContext
HIGH…pt2/app-website/app/baml-intro/_components/snippets.ts117print(cb());CODE
HIGH…pt2/app-website/app/baml-intro/_components/snippets.ts122 print(\`"hello" is not a function that returns int. \${e}\`)CODE
HIGHtypescript2/app-website/app/learn2/_deck/slides.tsx361print(g.shout()) # instance method on the resultCODE
HIGHtypescript2/app-website/app/learn3/_deck/slides.tsx286print(g.shout()) # instance method on the resultCODE
HIGHtypescript2/app-website/app/_lib/config.tsx69print(result)CODE
HIGHtypescript2/app-website/app/_lib/config.tsx83print(result)CODE
HIGHtypescript2/app-website/app/_lib/config.tsx99print(result)CODE
HIGH…ript2/app-website/components/first-bento-animation.tsx19print(resume.education)`,CODE
HIGH…ript2/app-website/components/first-bento-animation.tsx76 print(resumeCODE
HIGH…/app-website/components/magicui/vscode-like-editor.tsx41print(result)`,CODE
HIGH…pescript2/app-website/components/landing/vs-client.tsx368print(decision.priority, decision.reason)CODE
HIGH…escript2/app-website/lib/mdx/baml-block/BamlBlock2.tsx26 print("Hello, world!")CODE
HIGH…te/lib/mdx/baml-block/baml-project-panel/BamlBlock.tsx21 print("Hello, world!")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts171 print(f"Pulling BEPs from {PULL_ENDPOINT}...")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts177 print(f"Error: Failed to fetch BEPs: {e}", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts205 print(f"\\nChanges:")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts207 print(f" + {len(added)} new files")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts209 print(f" + {f}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts211 print(f" ... and {len(added) - 5} more")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts213 print(f" - {len(removed)} files to remove")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts215 print(f" - {f}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts217 print(f" ... and {len(removed) - 5} more")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts219 print(f" ~ {len(updated)} files to update")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts221 print("\\nNo changes detected.")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts228 print("Aborted.")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts261 print(f"Error: Unsafe path in archive: {rel_path}", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts267 print(f"\\nExtracted to {ALL_BEPS_DIR}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts301 print(json.dumps(beps, indent=2))CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts304 print("No BEPs found. Run './bep pull' first.")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts307 print(f"{'ID':<12} {'Status':<12} {'Title'}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts308 print("-" * 60)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts313 print(f"BEP-{num:03d} {b['status']:<12} {star}{b['title']}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts315 print(f"BEP-??? {b['status']:<12} {star}{b['title']}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts412 print(f"Error: Could not find local BEP matching '{ref}'.", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts413 print("Available BEPs:")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts423 print(f"New BEP: {local_folder.name}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts424 print("\\nContent to be created:")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts425 print("-" * 40)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts427 print(local_bep["readme"])CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts430 print("\\n".join(lines))CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts432 print(f"... ({len(local_bep['readme'].split(chr(10)))} total lines)")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts435 print(f"\\nPages: {len(local_bep['pages'])}")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts437 print(f" - {page['slug']}.md")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts442 print(f"Fetching {format_bep_number(bep_number)} from server...")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts474 print(diff_text)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts476 print("No differences in README.md")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts483 print("README.md: No changes")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts485 print(f"README.md: {server_lines} → {local_lines} lines")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts507 print(f"pages/{slug}.md: NEW ({len(local_content.splitlines())} lines)")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts508 elif slug not in local_pages:CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts509 print(f"pages/{slug}.md: DELETED")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts512 print(CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts517 print(f"pages/{slug}.md: MODIFIED")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts525 print("".join(diff))CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts535 print("Error: BEP_API_TOKEN environment variable not set.", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts536 print(f"Get your token from: {API_BASE}/profile", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts543 print(f"Error: Could not find local BEP matching '{ref}'.", file=sys.stderr)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts567 print("Changes to push:")CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts568 print("-" * 40)CODE
HIGHtypescript2/app-beps/src/lib/static/bep-script.ts572 print(f"CREATE new BEP: {meta.get('title', 'Untitled')}")CODE
35 more matches not shown…
Cross-File Repetition84 hits · 420 pts
SeverityFileLineSnippetContext
HIGH…es/python/generated_tests/unions/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…thon/generated_tests/array_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…rated_tests/union_types_extended/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…/generated_tests/primitive_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…s/python/generated_tests/classes/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…enerated_tests/nested_structures/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…ython/generated_tests/edge_cases/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…ges/python/generated_tests/enums/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…/generated_tests/recursive_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…on/generated_tests/dynamic_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…s/python/generated_tests/asserts/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…enerated_tests/optional_nullable/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…es/python/generated_tests/sample/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…thon/generated_tests/media_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…erated_tests/mixed_complex_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…nerated_tests/semantic_streaming/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…python/generated_tests/map_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…on/generated_tests/literal_types/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…e/generators/languages/python/src/_templates/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…ine/generators/languages/ruby/src/_templates/config.rb0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGHinteg-tests/python/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGHinteg-tests/python-v1/baml_client/config.py0use this decorator to mark functions as deprecated. every time the decorated function runs, it will emit a "deprecation"STRING
HIGH…es/python/generated_tests/unions/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…thon/generated_tests/array_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…rated_tests/union_types_extended/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…/generated_tests/primitive_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…s/python/generated_tests/classes/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…enerated_tests/nested_structures/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…ython/generated_tests/edge_cases/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…ges/python/generated_tests/enums/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…/generated_tests/recursive_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…on/generated_tests/dynamic_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…s/python/generated_tests/asserts/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…enerated_tests/optional_nullable/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…es/python/generated_tests/sample/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…thon/generated_tests/media_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…erated_tests/mixed_complex_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…nerated_tests/semantic_streaming/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…python/generated_tests/map_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…on/generated_tests/literal_types/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…e/generators/languages/python/src/_templates/config.py0set the maximum log chunk length for the baml python client.STRING
HIGHinteg-tests/python/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGHinteg-tests/python-v1/baml_client/config.py0set the maximum log chunk length for the baml python client.STRING
HIGH…es/python/generated_tests/unions/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…thon/generated_tests/array_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…rated_tests/union_types_extended/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…/generated_tests/primitive_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…s/python/generated_tests/classes/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…enerated_tests/nested_structures/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…ython/generated_tests/edge_cases/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…ges/python/generated_tests/enums/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…/generated_tests/recursive_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…on/generated_tests/dynamic_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…s/python/generated_tests/asserts/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…enerated_tests/optional_nullable/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…es/python/generated_tests/sample/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…thon/generated_tests/media_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…erated_tests/mixed_complex_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…nerated_tests/semantic_streaming/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
HIGH…python/generated_tests/map_types/baml_client/config.py0alias for set_log_max_chunk_length for compatibility with docs.STRING
24 more matches not shown…
Modern AI Meta-Vocabulary87 hits · 288 pts
SeverityFileLineSnippetContext
MEDIUMbaml_language/sdk_tests/DEVELOPMENT.md30emits a `#[test]` scaffold under `OUT_DIR` with one test perCODE
MEDIUMbaml_language/sdk_tests/DEVELOPMENT.md60| |-- python_pydantic2.rs # python+pydantic2 codegen + scaffold emit (run_all)CODE
MEDIUMbaml_language/sdk_tests/DEVELOPMENT.md61| |-- rust.rs # rust codegen + scaffold emit + TEST_MODS port gatingCODE
MEDIUMbaml_language/sdk_tests/DEVELOPMENT.md62| |-- typescript.rs # Node codegen + Node scaffold emitCODE
MEDIUMbaml_language/sdk_tests/DEVELOPMENT.md63| `-- typescript_web.rs # Web codegen + Chromium/workerd scaffold emit from canonical TypeScript testsCODE
MEDIUMbaml_language/sdk_tests/harness_setup/Cargo.toml6# scaffold to OUT_DIR. The emitted scaffold is just a sequence ofCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/cpp.rs10//! scaffold `sdk_test_harness_runner::cpp::test_suite!()` `include!`s.COMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/typescript.rs5//! test scaffold. Browser and Workers generation lives in [`crate::typescript_web`].COMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/lib.rs10//! and emits a per-fixture `#[test]` scaffold to `OUT_DIR`. TheCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/lib.rs10//! and emits a per-fixture `#[test]` scaffold to `OUT_DIR`. TheCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/lib.rs11//! scaffold is a sequence of macro / function invocations againstCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/java.rs25//! build.rs's job is just codegen + scaffold emit — it writes theCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/java.rs116/// Gradle templates, and emits the per-fixture test scaffold. DoesCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/rust.rs9//! `OUT_DIR/rust_tests.rs` — the per-fixture `#[test]` scaffold theCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/rust.rs9//! `OUT_DIR/rust_tests.rs` — the per-fixture `#[test]` scaffold theCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/rust.rs59/// `--edition` the scaffold's `rustfmt` gate passes, so keep the two usesCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/rust.rs209/// fixture and emits the per-fixture test scaffold to OUT_DIR.COMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/swift.rs25//! codegen and scaffold emit — it writes each fixture'sCOMMENT
MEDIUMbaml_language/sdk_tests/harness_setup/src/swift.rs82/// scaffold. Does NOT run swift/cargo — that's setup.sh's job.COMMENT
MEDIUM…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs9//! the per-fixture `#[test]` scaffold theCOMMENT
MEDIUM…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs9//! the per-fixture `#[test]` scaffold theCOMMENT
MEDIUM…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs63/// across every fixture and emits the per-fixture test scaffold toCOMMENT
MEDIUM…nguage/sdk_tests/harness_setup/src/python_pydantic2.rs86 // emits the scaffold, so it stays uv-free like `cargo check`.COMMENT
MEDIUMbaml_language/sdk_tests/crates/typescript/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUMbaml_language/sdk_tests/crates/typescript/build.rs5// the per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUMbaml_language/sdk_tests/crates/typescript/build.rs5// the per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUMbaml_language/sdk_tests/crates/typescript/src/lib.rs5//! macro `include!`s the OUT_DIR scaffold emitted byCOMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/Cargo.toml9# `sdk_test_harness_setup` runs at build time (codegen + scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/Cargo.toml12# scaffold invokes).COMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/build.rs5// `#[test]` scaffold (a sequence of `::sdk_test_harness_runner::*`COMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/build.rs5// `#[test]` scaffold (a sequence of `::sdk_test_harness_runner::*`COMMENT
MEDIUMbaml_language/sdk_tests/crates/rust/src/lib.rs5//! `include!`s the OUT_DIR scaffold emitted byCOMMENT
MEDIUM…_language/sdk_tests/crates/python_pydantic2/Cargo.toml9# scaffold emit); `sdk_test_harness_runner` runs at test time (theCOMMENT
MEDIUM…_language/sdk_tests/crates/python_pydantic2/Cargo.toml11# scaffold invokes).COMMENT
MEDIUM…ml_language/sdk_tests/crates/python_pydantic2/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUM…ml_language/sdk_tests/crates/python_pydantic2/build.rs5// writes the per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUM…ml_language/sdk_tests/crates/python_pydantic2/build.rs5// writes the per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUM…_language/sdk_tests/crates/python_pydantic2/src/lib.rs5//! The macro `include!`s the OUT_DIR scaffold emitted byCOMMENT
MEDIUMbaml_language/sdk_tests/crates/java/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUMbaml_language/sdk_tests/crates/java/build.rs6// Gradle files, and emits the per-fixture `#[test]` scaffold (aCOMMENT
MEDIUMbaml_language/sdk_tests/crates/java/build.rs6// Gradle files, and emits the per-fixture `#[test]` scaffold (aCOMMENT
MEDIUMbaml_language/sdk_tests/crates/java/src/lib.rs6//! The macro `include!`s the OUT_DIR scaffold emitted byCOMMENT
MEDIUMbaml_language/sdk_tests/crates/cpp/Cargo.toml10# `sdk_test_harness_setup` runs at build time (codegen + scaffold emit);COMMENT
MEDIUMbaml_language/sdk_tests/crates/cpp/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUMbaml_language/sdk_tests/crates/cpp/build.rs4// fixture under this crate, and writes the per-fixture `#[test]` scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/crates/cpp/build.rs4// fixture under this crate, and writes the per-fixture `#[test]` scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/crates/cpp/src/lib.rs5//! OUT_DIR scaffold emitted by `sdk_test_harness_setup::cpp::run_all`COMMENT
MEDIUMbaml_language/sdk_tests/crates/swift/Cargo.toml8# `sdk_test_harness_setup` runs at build time (codegen + scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/crates/swift/build.rs1// Codegen + scaffold-emit driver lives inCOMMENT
MEDIUMbaml_language/sdk_tests/crates/swift/build.rs5// per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUMbaml_language/sdk_tests/crates/swift/build.rs5// per-fixture `#[test]` scaffold (a sequence ofCOMMENT
MEDIUMbaml_language/sdk_tests/crates/swift/src/lib.rs5//! `include!`s the OUT_DIR scaffold emitted byCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/Cargo.toml15# — one per generator; each just `include!`s the OUT_DIR scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs6//! The scaffold emitted byCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs23//! (`include!`s the scaffold) lives below, alongsideCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs581/// [`__check_setup_ran`]). `sdk_test_harness_setup`'s scaffoldCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs582/// emitter stamps one invocation per generator scaffold, passing theCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs617/// `sdk_test_harness_setup`'s scaffold emitter stamps one invocation perCOMMENT
MEDIUMbaml_language/sdk_tests/harness_runner/src/lib.rs618/// generator scaffold:COMMENT
27 more matches not shown…
Cross-Language Confusion39 hits · 286 pts
SeverityFileLineSnippetContext
HIGH…dantic2/host_reflect/customizable/test_host_reflect.py64 assert HostTypeName(_types={"T": list[Optional[str]]}) == "(string | null)[]"CODE
HIGH…tic2/function_calls/customizable/test_generic_calls.py79# --- tag_or_value<T>(x: T | string | null) -> string : TypeVar in a union ---COMMENT
HIGHbaml_language/sdks/python/src/baml_bridge/proto.py316 # dict encodes as an empty map rather than an unset (null) value.COMMENT
HIGHtools/baml-bench/services/baml_dedup/prompts.py42 { "report_id": "<id>", "call_index": null } ] }CODE
HIGHtools/baml-bench/services/baml_worker/prompts.py27 "call_index": <1-based turn number where it surfaced, or null; do not guess>,CODE
HIGH…thon/generated_tests/unions/baml_client/inlinedbaml.py15 "baml_src/main.baml": "type SystemComponentCategory = \"service\" | \"resource\"\n\nclass ExistingSystemComponent {\CODE
HIGH…generated_tests/array_types/baml_client/inlinedbaml.py15 "baml_src/main.baml": "// Test array types in BAML\n\nclass SimpleArrays {\n strings string[]\n integers int[]\n CODE
HIGH…_tests/union_types_extended/baml_client/inlinedbaml.py15 "baml_src/main.baml": "// Test extended union types in BAML\n\nclass PrimitiveUnions {\n stringOrInt string | int\nCODE
HIGH…/generated_tests/edge_cases/baml_client/inlinedbaml.py15 "baml_src/main.baml": "// Test edge cases in BAML\n\nclass EmptyCollections {\n emptyStringArray string[]\n emptyICODE
HIGH…rated_tests/recursive_types/baml_client/inlinedbaml.py15 "baml_src/main.baml": "type JSON = string | null | int | float | map<string, JSON> | JSON[]\n\nfunction Foo(x: int) CODE
HIGH…ted_tests/optional_nullable/baml_client/inlinedbaml.py15 "baml_src/main.baml": "// Test optional and nullable types in BAML\n\nclass OptionalFields {\n requiredString strinCODE
HIGH…n/generated_tests/map_types/baml_client/inlinedbaml.py15 "baml_src/main.baml": "// Test map types in BAML\n\nclass SimpleMaps {\n stringToString map<string, string>\n striCODE
HIGHengine/generators/data/optional_nullable/python/main.py72 # Verify nullable field (present but can be null)COMMENT
HIGHinteg-tests/python/http-server.py74 # {"id":"chatcmpl-95d2fc5f-0434-4c2a-98c0-0275212b6ae1","object":"chat.completion","created":1744657880,"modCOMMENT
HIGHinteg-tests/python/http-server.py85# "error": null,COMMENT
HIGHinteg-tests/python/http-server.py86# "incomplete_details": null,COMMENT
HIGHinteg-tests/python/http-server.py87# "instructions": null,COMMENT
HIGHinteg-tests/python/http-server.py88# "max_output_tokens": null,COMMENT
HIGHinteg-tests/python/http-server.py106# "previous_response_id": null,COMMENT
HIGHinteg-tests/python/http-server.py108# "effort": null,COMMENT
HIGHinteg-tests/python/http-server.py133# "user": null,COMMENT
HIGHinteg-tests/python/tests/test_timeouts.py155 chunk = 'data: {"id":"chatcmpl-mock","object":"chat.completion.chunk","created":1234567890,"model":"gpt-4","choiCODE
HIGHinteg-tests/python/tests/test_timeouts.py169 chunk = f'data: {{"id":"chatcmpl-mock","object":"chat.completion.chunk","created":1234567890,"model":"gpt-4"CODE
HIGHinteg-tests/python/tests/test_errors.py16Message: Request failed with status code: 404 Not Found. {"error":{"message":"The model `gpt-0-noexist` does not exist oCODE
HIGHinteg-tests/python/tests/test_errors.py30 Message: Request failed with status code: 404 Not Found. {"error":{"message":"The model `gpt-0-noexist` does not exiCODE
HIGHinteg-tests/python/tests/test_errors.py32 Message: Request failed with status code: 404 Not Found. {"error":{"message":"The model `gpt-1-noexist` does not exiCODE
HIGHinteg-tests/python/tests/test_errors.py34 Message: Request failed with status code: 404 Not Found. {"error":{"message":"The model `gpt-2-noexist` does not exiCODE
HIGHinteg-tests/python/tests/test_request.py18 "text": 'Given the receipt below:\n\n```\ntest@email.com\n```\n\nAnswer in JSON using this schemCODE
HIGHinteg-tests/python/tests/test_request.py108 "text": 'Given the receipt below:\n\n```\ntest@email.com\n```\n\nAnswer in JSON using this schemCODE
HIGHinteg-tests/python/tests/test_request.py132 "text": 'Given the receipt below:\n\n```\ntest@email.com\n```\n\nAnswer in JSON using this schemCODE
HIGHinteg-tests/python/tests/test_request.py155 "text": 'Given the receipt below:\n\n```\ntest@email.com\n```\n\nAnswer in JSON using this schemCODE
HIGHinteg-tests/python/tests/test_typebuilder.py108 == '{"name":{"first_name":"Mark","last_name":"Gonzalez","middle_name":null},"address":null,"hair_color":"black",CODE
HIGHinteg-tests/python/baml_client/inlinedbaml.py36 "test-files/constraints/malformed-constraints.baml": "class MalformedConstraints {\n foo int @check(foo_check, {{ tCODE
HIGHinteg-tests/python/baml_client/inlinedbaml.py37 "test-files/descriptions/descriptions.baml": "\nclass Nested {\n prop3 string | null @description(#\"\n write \"CODE
HIGHinteg-tests/python/baml_client/inlinedbaml.py79 "test-files/functions/output/enum.baml": "/// An enum with three values,\n/// ONE, TWO and THREE.\nenum EnumOutput {CODE
HIGHinteg-tests/python-v1/tests/test_typebuilder.py108 == '{"name":{"first_name":"Mark","last_name":"Gonzalez","middle_name":null},"address":null,"hair_color":"black",CODE
HIGHinteg-tests/python-v1/baml_client/inlinedbaml.py36 "test-files/constraints/malformed-constraints.baml": "class MalformedConstraints {\n foo int @check(foo_check, {{ tCODE
HIGHinteg-tests/python-v1/baml_client/inlinedbaml.py37 "test-files/descriptions/descriptions.baml": "\nclass Nested {\n prop3 string | null @description(#\"\n write \"CODE
HIGHinteg-tests/python-v1/baml_client/inlinedbaml.py79 "test-files/functions/output/enum.baml": "/// An enum with three values,\n/// ONE, TWO and THREE.\nenum EnumOutput {CODE
Fake / Example Data146 hits · 167 pts
SeverityFileLineSnippetContext
LOW…e/crates/bex_sap/src/jsonish/parser/markdown_parser.rs203 // lorem ipsumCOMMENT
LOW…e/crates/bex_sap/src/jsonish/parser/markdown_parser.rs215 // dolor sit ametCOMMENT
LOW…e/crates/bex_sap/src/jsonish/parser/markdown_parser.rs230lorem ipsumCODE
LOW…e/crates/bex_sap/src/jsonish/parser/markdown_parser.rs242dolor sit ametCODE
LOW…e/crates/bex_sap/src/jsonish/parser/markdown_parser.rs254 MarkdownResult::String(s) => assert_eq!(s.trim(), "dolor sit amet"),CODE
LOWbaml_language/crates/bex_engine/tests/host_argv.rs27 vec!["/bin/baml".into(), "placeholder".into()],CODE
LOW…/crates/baml_builtins2/keyword_docs/baml_keywords.yaml297 assert.equal(resume.name, "John Doe")CODE
LOW…ml_language/crates/baml_cli/tests/feedback_auth_e2e.rs102 r#"{"access_token":"at_1","refresh_token":"rt_1","expires_in":3600,"user":{"id":"user_wos_1","email"CODE
LOW…ml_language/crates/baml_cli/tests/feedback_auth_e2e.rs274 identify["properties"]["$set"]["email"], "user@example.com",CODE
LOW…ml_language/crates/baml_cli/tests/feedback_auth_e2e.rs292 events[2]["properties"]["email"], "user@example.com",CODE
LOW…on/src/sdk/__tests__/watch-notification-events.test.ts208 name: 'John Doe',CODE
LOW…d-common/src/sdk/__tests__/runtime-integration.test.ts265 expect(testCase?.inputs.resume_text).toContain('John Doe');CODE
LOW…ckages/playground-common/src/sdk/mock-config/config.ts510 name: 'John Doe',CODE
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt123 // Create lorem ipsum buttonSTRING
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt124 val loremButton = JButton("Lorem Ipsum").apply {STRING
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt132 <head><title>Lorem Ipsum</title></head>CODE
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt134 <h1>Lorem Ipsum</h1>CODE
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt136 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididuntCODE
LOW…/com/boundaryml/jetbrains_ext/BamlToolWindowFactory.kt136 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididuntCODE
LOW…ots/baml_tests__postfix_optional_chains.baml.scope.txt22477:39-50 "123 Main St" source.baml meta.function.baml meta.block.function.baml string.quoted.double.bamlCODE
LOW…ots/lsp_syntax_expr__constructor_spread.baml.scope.txt4512:12-20 "John Doe" source.baml meta.statement.let.baml meta.constructor.expression.baml meta.constructor.boCODE
LOW…/app-website/components/landing/perspective-slider.tsx719 { k: 'vendor', v: '"Acme Corp"', vc: COL.str },CODE
LOW…ript2/pkg-playground/src/run-store-projections.test.ts448 message: 'placeholder',CODE
LOWtypescript2/pkg-playground/src/gateway.ts24 OPENAI_API_KEY: 'placeholder',CODE
LOWtypescript2/pkg-playground/src/gateway.ts25 ANTHROPIC_API_KEY: 'placeholder',CODE
LOWtypescript2/pkg-playground/src/gateway.ts26 AI_GATEWAY_API_KEY: 'placeholder',CODE
LOWengine/baml-lib/jinja-runtime/src/lib.rs3839 BamlValue::String("Acme Corp".to_string()),CODE
LOWengine/baml-lib/jinja-runtime/src/lib.rs3917 "name": "Acme Corp",CODE
LOWengine/baml-lib/jinja-runtime/src/lib.rs4410 BamlValue::String("Acme Corp".to_string()),CODE
LOWengine/baml-lib/ast/src/formatter/tests.rs91 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/formatter/tests.rs91 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/formatter/tests.rs124 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/formatter/tests.rs124 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/formatter/tests.rs151 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/formatter/tests.rs151 // Lorem ipsum dolor sit ametCOMMENT
LOWengine/baml-lib/ast/src/ast/template_string.rs20 /// /// Lorem ipsumCOMMENT
LOWengine/baml-lib/ast/src/ast/field.rs29 /// /// Lorem ipsumCOMMENT
LOWengine/baml-lib/ast/src/ast/type_expression_block.rs84 /// /// Lorem ipsumCOMMENT
LOWengine/baml-lib/ast/src/ast/value_expression_block.rs138 /// /// Lorem ipsumCOMMENT
LOWengine/baml-lib/jsonish/benches/classes.rs24 "author": "John Doe",CODE
LOWengine/baml-lib/jsonish/benches/classes.rs42 r#"{"title": "The Book", "author": "John Doe"}"#,CODE
LOW…baml-lib/jsonish/src/jsonish/parser/markdown_parser.rs214lorem ipsumCODE
LOW…baml-lib/jsonish/src/jsonish/parser/markdown_parser.rs226dolor sit ametCODE
LOW…baml-lib/jsonish/src/jsonish/parser/markdown_parser.rs241lorem ipsumCODE
LOW…baml-lib/jsonish/src/jsonish/parser/markdown_parser.rs253dolor sit ametCODE
LOW…baml-lib/jsonish/src/jsonish/parser/markdown_parser.rs265 MarkdownResult::String(s) => assert_eq!(s.trim(), "dolor sit amet"),CODE
LOWengine/vendored/minijinja-contrib/src/globals.rs145/// Generates a random lorem ipsum.COMMENT
LOWengine/generators/data/dynamic_types/go/main_test.go384 person, err := b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': 1.0 }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go388 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': '1.0' }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go396 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': null }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go400 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': '1.0' }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go404 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': 1.0 }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go418 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': {'name': 'John Doe', 'age': 30} }", b.WithTypeCODE
LOWengine/generators/data/dynamic_types/go/main_test.go421 assert.Equal(t, "John Doe", person.DynamicProperties["data"].(baml.DynamicClass).Fields["name"].(string))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go429 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': {'name': 'John Doe', 'age': 30} }", b.WithTypeCODE
LOWengine/generators/data/dynamic_types/go/main_test.go432 assert.Equal(t, "John Doe", person.DynamicProperties["data"].(*baml.DynamicClass).Fields["name"].(string))CODE
LOWengine/generators/data/dynamic_types/go/main_test.go436 person, err = b.Parse.GetPerson("{'name': 'John Doe', 'age': 30, 'data': null }", b.WithTypeBuilder(tb))CODE
LOWengine/generators/data/dynamic_types/rust/main.rs360 street: "123 Main St".to_string(),CODE
LOWengine/generators/data/dynamic_types/rust/main.rs365 assert_eq!(address.street, "123 Main St");CODE
LOWinteg-tests/go/test_modular_api_test.go138 "name": "John Doe",CODE
86 more matches not shown…
AI Slop Vocabulary48 hits · 151 pts
SeverityFileLineSnippetContext
MEDIUM…thon_pydantic2/llm_functions/customizable/test_main.py140# Replay-harness surface (bridge-generics/streaming/02). Codegen-shape only;COMMENT
MEDIUM…ic2/function_calls/customizable/test_host_callables.py66# SDK_PARITY_LINT(skip): C# covers this canonical behavior in its native integration harnessCOMMENT
MEDIUM…ic2/function_calls/customizable/test_host_callables.py74# SDK_PARITY_LINT(skip): C# covers this canonical behavior in its native integration harnessCOMMENT
MEDIUM…ic2/function_calls/customizable/test_host_callables.py81# SDK_PARITY_LINT(skip): C# covers this canonical behavior in its native integration harnessCOMMENT
MEDIUMbaml_language/sdk_tests/crates/csharp/src/lib.rs376 // SDK_PARITY_LINT(skip): C# canonical coverage executes through its native integration harnessCOMMENT
MEDIUMbaml_language/sdk_tests/crates/csharp/src/lib.rs384 // SDK_PARITY_LINT(skip): C# canonical coverage executes through its native integration harnessCOMMENT
MEDIUMbaml_language/sdk_tests/crates/csharp/src/lib.rs392 // SDK_PARITY_LINT(skip): C# canonical coverage executes through its native integration harnessCOMMENT
MEDIUM…l_language/sdk_tests/harness/llm_recordings/Cargo.toml1# Recorder for the streaming **replay harness**COMMENT
MEDIUM…l_language/sdk_tests/harness/llm_recordings/Cargo.toml8# Neither sibling harness crate can host this: `sdk_test_harness_setup` isCOMMENT
MEDIUM…guage/crates/baml_tests/tests/mounted_package_calls.rs4//! # The two-database linking harnessCOMMENT
MEDIUMbaml_language/crates/baml_compiler_parser/src/parser.rs7032 // Definitely type args: a call `(`, a generic constructorCOMMENT
MEDIUMbaml_language/crates/baml_compiler2_hir_ty/src/infer.rs10306 // Definitely-handled facts leave the set; the survivorsCOMMENT
MEDIUMbaml_language/crates/baml_ide/src/describe.rs2280/// CST node boundary, so this is robust to any body formatting.COMMENT
MEDIUM…guage/crates/baml_compiler2_ast/src/lower_expr_body.rs4799 // robust to whether it parses to a missing or an empty block.COMMENT
MEDIUM…ml_language/crates/baml_compiler2_emit/src/analysis.rs1035 // more robust checking (e.g., any name starting with "_", or type-based analysisCOMMENT
MEDIUMbaml_language/sdks/cpp/bridge_cpp/tests/run.sh6# target/cpp-absl-src (shared with the sdk-test harness) and passed viaCOMMENT
MEDIUMbaml_language/sdks/cpp/bridge_cpp/tests/run.sh31# Pre-cloned pinned sources (shared with the sdk-test harness; cloned hereCOMMENT
MEDIUMbaml_language/forks/aws-config-systest/Cargo.toml6# Standalone live harness. It is excluded from the parent workspace because itCOMMENT
MEDIUMbaml_language/forks/aws-config-systest/run-e2e.py55# This harness is only ever allowed to touch the boundaryml-dev account. Any liveCOMMENT
MEDIUMbaml_language/forks/aws-config-systest/run-e2e.py4# # No third-party packages: the harness drives the real `aws` CLI + `cargo`COMMENT
MEDIUM…ml_language/forks/google-cloud-auth-systest/Cargo.toml1# Standalone live system-test harness for forked_google_cloud_auth. It isCOMMENT
MEDIUM…ml_language/forks/google-cloud-auth-systest/run-e2e.py4# # No third-party packages: the harness drives the real `gcloud` CLI + `cargo`COMMENT
MEDIUM…ml_language/forks/google-cloud-auth-systest/run-e2e.py51# This harness only ever touches the dev Vertex project. Any live tier thatCOMMENT
MEDIUM…ml_language/forks/google-cloud-auth-systest/run-e2e.py221 # Startup script: download the harness via the VM's metadata token, run theCOMMENT
MEDIUM…ml_language/forks/google-cloud-auth-systest/run-e2e.py253 # Poll GCS for the result object the VM uploads after running the harness.COMMENT
MEDIUMtools/update_macos_llvm.sh3# Apple Clang doesn't have comprehensive WASM support, so we need to install LLVM clang and relink Rust to use it via reCOMMENT
MEDIUMtools/baml-bench/tests/conftest.py135 # Ephemeral host ports so the harness is immune to whatever else is runningCOMMENT
MEDIUMtypescript2/app-website/public/terms.html84Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">We reserve the right to refuse any order placed through tCODE
MEDIUMtypescript2/app-website/public/terms.html84Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">We reserve the right to refuse any order placed through tCODE
MEDIUMtypescript2/app-website/public/terms.html84Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">We reserve the right to refuse any order placed through tCODE
MEDIUMtypescript2/app-website/public/privacy.html39 <div><strong><span style="font-size: 26px;"><span data-custom-class="title"><bdt class="block-component"></bdt><bdCODE
MEDIUMtypescript2/app-website/baml_client/inlinedbaml.ts25 "convert-to-markdown.baml": "\n\nfunction ConvertToMarkdown(input: string) -> string {\n client CustomGPT4oMini\n prCODE
MEDIUMtypescript2/app-website/baml_client/inlinedbaml.ts25 "convert-to-markdown.baml": "\n\nfunction ConvertToMarkdown(input: string) -> string {\n client CustomGPT4oMini\n prCODE
MEDIUMtypescript2/app-beps/package-lock.json13419 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",CODE
MEDIUM.github/workflows/ci.yaml786 # preemptions, set in the test harness) of the ring'sCOMMENT
MEDIUM.github/workflows/ci.yaml1041 # Only runtime_benchmark — cache_profile is a macOS/kperf harness that's aCOMMENT
MEDIUM…ne/baml-lib/baml-core/src/ir/ir_helpers/to_baml_arg.rs558 // (e.g., a file named "image.pdf" that's actually a PNG). For a more robustCOMMENT
MEDIUMengine/vendored/minijinja/src/lib.rs11//! leverage an already existing ecosystem of editor integrations.COMMENT
MEDIUMengine/vendored/minijinja/src/filters.rs69//! The recommended pattern for filters to change their behavior is to leverage globalCOMMENT
MEDIUMengine/vendored/minijinja/src/value/argtypes.rs61/// performs. It exists so that you one can leverage the same functionality whenCOMMENT
MEDIUMinteg-tests/go/baml_client/baml_source_map.go123 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n funcCODE
MEDIUMinteg-tests/python/baml_client/inlinedbaml.py120 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n functions [TestOpenAIShorthand]\n args {\n inpCODE
MEDIUMinteg-tests/typescript/baml_client/inlinedbaml.ts128 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n functions [TestOpenAIShorthand]\n args {\n inputCODE
MEDIUMinteg-tests/rust/src/baml_client/baml_source_map.rs228 m.insert("test-files/providers/tests.baml".to_string(), "test TestOpenAIShorthand {\n functions [TestOpenAIShorCODE
MEDIUMinteg-tests/typescript-esm/baml_client/inlinedbaml.ts128 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n functions [TestOpenAIShorthand]\n args {\n inputCODE
MEDIUMinteg-tests/python-v1/baml_client/inlinedbaml.py120 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n functions [TestOpenAIShorthand]\n args {\n inpCODE
MEDIUMinteg-tests/react/baml_client/inlinedbaml.ts128 "test-files/providers/tests.baml": "test TestOpenAIShorthand {\n functions [TestOpenAIShorthand]\n args {\n inputCODE
LOWinteg-tests/ruby/streaming-example.rb26# In this case, you should just use BamlClient.ExtractReceiptInfo(receipt) instead,COMMENT
Excessive Try-Catch Wrapping114 hits · 135 pts
SeverityFileLineSnippetContext
LOW…pydantic2/llm_functions/customizable/replay_harness.py49 except Exception as e: # surface bridge/engine failures to the pollerCODE
MEDIUM…pydantic2/llm_functions/customizable/replay_harness.py46def _serve():CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py42 except Exception:CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py76 except Exception:CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py151 except Exception:CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py156 except Exception:CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/storage.py39def _run(cmd):CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/storage.py67def _run(args):CODE
LOWbaml_language/tools/speedtest/src/speedtest/profiler.py75 except Exception as e:CODE
LOWbaml_language/crates/baml_tests/profiling_e2e/run.py448 except Exception as error:CODE
LOWbaml_language/sdks/python/src/baml_bridge/_stream.py131 except Exception:CODE
LOWbaml_language/sdks/python/src/baml_bridge/errors.py88 except Exception:CODE
LOWbaml_language/sdks/python/src/baml_bridge/errors.py184 except Exception:CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py684 except Exception:CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py222 except Exception:CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py1219 except Exception:CODE
LOWbaml_language/forks/aws-config-systest/run-e2e.py126 except Exception:CODE
LOWbaml_language/forks/aws-config-systest/run-e2e.py243 except Exception:CODE
LOWbaml_language/forks/aws-config-systest/run-e2e.py536 except Exception:CODE
LOW…ml_language/forks/google-cloud-auth-systest/run-e2e.py102 except Exception:CODE
MEDIUMtools/bump-version.py108 c.print("Error: Only one mode can be enabled.", style="red")CODE
MEDIUMtools/bump-version.py136 c.print("Error: Could not determine current version.", style="red")CODE
MEDIUMtools/bump-version.py169 print("Error: Invalid version bump type.")CODE
MEDIUMtools/bump-version.py211 print("Error: Could not determine new version.")CODE
LOWtools/baml-bench/tests/conftest.py80 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/tests/conftest.py199 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/cursor_client.py81 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py102 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py111 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py127 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py145 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py160 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/libs/bench_core/processor.py171 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/services/ingress/app.py99 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/services/claude_proxy/app.py140 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/services/claude_proxy/app.py243 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/services/claude_proxy/app.py307 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/services/baml_builder/__main__.py46 except Exception as e: # noqa: BLE001CODE
LOWtools/baml-bench/services/api/convex_gateway.py127 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/services/cron/__main__.py109 except Exception: # noqa: BLE001CODE
LOWtools/baml-bench/services/baml_worker/__main__.py312 except Exception: # noqa: BLE001CODE
LOWtools/bctl_src/oncall/cli.py202 except Exception as e:CODE
LOWtools/bctl_src/oncall/schedule.py142 except Exception:CODE
LOWtypescript2/app-website/app/learn3/_deck/slides.tsx141except Exception as e:CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts177 print(f"Error: Failed to fetch BEPs: {e}", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts261 print(f"Error: Unsafe path in archive: {rel_path}", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts412 print(f"Error: Could not find local BEP matching '{ref}'.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts535 print("Error: BEP_API_TOKEN environment variable not set.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts543 print(f"Error: Could not find local BEP matching '{ref}'.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts635 print(f"Error: Failed to create BEP: {e}", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts673 print(f"Error: Failed to update BEP: {e}", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts701 print(f"Error: BEP has no number assigned yet.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts704 print(f"Error: No meta.json found for {args.ref}.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts707 print(f"Error: Could not find BEP matching '{args.ref}'.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts331 print(f"Error: {folder_path} already exists.", file=sys.stderr)CODE
MEDIUMtypescript2/app-beps/src/lib/static/bep-script.ts453 print(f"Error: Failed to fetch from server: {e}", file=sys.stderr)CODE
LOWtypescript2/app-beps/src/lib/static/bep-script.ts292 except Exception:CODE
LOWtypescript2/app-beps/src/lib/static/bep-script.ts639 except Exception:CODE
LOWtypescript2/app-beps/src/lib/static/bep-script.ts677 except Exception:CODE
LOWtypescript2/app-beps/src/lib/static/bep-script.ts119 except Exception:CODE
54 more matches not shown…
Docstring Block Structure27 hits · 135 pts
SeverityFileLineSnippetContext
HIGHtools/baml-bench/libs/bench_core/cursor_client.py31Launch a Cursor cloud agent to work a fix on a GitHub repo. Posts to the Cursor Cloud Agents API (`POST /v1/agents`STRING
HIGHtools/baml-bench/libs/bench_core/proxy_client.py49Run an agent by POSTing /run-agent to a randomly chosen proxy. Args: req: The run-agent request desSTRING
HIGHtools/baml-bench/libs/bench_core/proxy_client.py70Check a baml repro by POSTing /check-baml to a randomly chosen proxy. Args: req: The check request STRING
HIGHtools/baml-bench/libs/bench_core/notion_client.py89Create a Notion issue page with a title, status, and chunked body. Assembles the body from an optional categorySTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py44Insert a document into a table via the service's POST /{table} endpoint. Args: table: Target table STRING
HIGHtools/baml-bench/libs/bench_core/service_client.py62Fetch a single document by id. Args: table: Table the document lives in. id: Document iSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py81List documents in a table, filtered by the supplied query params. Args: table: Table to list. STRING
HIGHtools/baml-bench/libs/bench_core/service_client.py100Apply a partial update to a document. Args: table: Table the document lives in. id: DocSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py143Atomically claim one queued document, flipping its field and stamping a lease. Selects one document where `fielSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py187Transition a claimed document's field to a new value and release its lease. Should transition on the same fieldSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py231Stream the claimable-document count over SSE, yielding on each change. Opens a long-lived GET /{table}/events sSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py267Upload a transcript blob for a document and return its storage id. Args: table: Table the document STRING
HIGHtools/baml-bench/libs/bench_core/service_client.py287Fetch the text of a previously uploaded transcript blob. Args: storage_id: Storage id returned by pSTRING
HIGHtools/baml-bench/libs/bench_core/service_client.py333Upload the compiled baml CLI binary for a build. Args: build_id: Identifier of the baml build the bSTRING
HIGHtools/baml-bench/services/ingress/app.py257Create a task from a bug report. Args: payload: The request body. Requires a non-empty ``prompt``; optionalSTRING
HIGHtools/baml-bench/services/claude_proxy/app.py52Resolve a staging directory for a caller-supplied id, rejecting traversal. Args: prefix: Literal prefix forSTRING
HIGHtools/baml-bench/services/claude_proxy/app.py165Run a Claude Code agent over staged files and return transcript + metrics. Stages the request's files, ensures the STRING
HIGHtools/baml-bench/services/claude_proxy/app.py256Compile/run a minimal repro with the version-cached baml on PATH (no claude). Used by the worker to verify a findingSTRING
HIGHtools/baml-bench/services/baml_builder/build.py51Extract the baml binary from a gzipped release tarball. Prefers a file named `baml`, then `baml-cli`, then the largSTRING
HIGHtools/baml-bench/services/baml_builder/build.py80Download the alpha release `tag` asset for this platform; return the baml binary bytes. Args: tag: The STRING
HIGHtools/baml-bench/services/api/app.py71Serve a stored transcript blob as plain text. Args: storage_id: Blob storage id (path) of the transSTRING
HIGHtools/baml-bench/services/api/blobs.py18Resolve a storage id to an absolute path inside the blob directory. Args: storage_id: Relative blob storageSTRING
HIGHtools/baml-bench/services/api/convex_gateway.py44Invoke a Convex function over the HTTP API and return its value. Args: kind: Function kind: ``querySTRING
HIGHtools/baml-bench/services/api/routers/table.py100Fetch a single row by id. Args: item_id: Convex document id of the row. Returns: STRING
HIGHtools/baml-bench/services/api/routers/baml_builds.py45Resolve the latest baml-language alpha pre-release from GitHub. Scans the repo's recent releases for the newest ``bSTRING
HIGHtools/baml-bench/services/api/routers/baml_builds.py151Store a built baml binary and record its pointer on the build row. Args: build_id: Convex document STRING
HIGHtools/baml-bench/services/api/routers/baml_builds.py177Serve a built baml binary by its release sha. Args: sha: Release commit sha used as the binary's blSTRING
Verbosity Indicators67 hits · 129 pts
SeverityFileLineSnippetContext
LOW…/crates/bex_sap/src/deserializer/coercer/coerce_map.rs137 // For unions we need to check if all the items are literal strings.COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs968 // Step 1: Collect testsCOMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs974 // Step 2: Serialize before expansionCOMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs979 // Step 3: Expand "root::test" testset (runs collector lambda with for loops + nested testsets)COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs984 // Step 4: Serialize after expanding "test"COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs989 // Step 5: Expand "root::test::vibes" (second-level nested testset)COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs994 // Step 6: Expand third-level testsets.COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs1017 // Step 7: Final serializeCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs4993 // Step 1: Create a live TestCollector on the heapCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs5003 // Step 2: Populate the collector in-place via $init_testCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs5012 // Step 3: Wrap in a TestRegistryCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1372 // Step 1: the admission timestamp — the durable started_ns sourceCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1381 // Step 3: fork guard — a child inherits the euid and stream lockCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1388 // Step 4: two atomic reads; the indeterminate check is whatCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs302 // Step 1: resolve a parked ambiguity before anything publishes. TheCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs321 // Step 2: due?COMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs335 // Step 3: meta-pre (skipped under a latched gate — 3′ folds it intoCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs360 // Step 4: data, in ThreadRef order, packed to the segment target;COMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs409 // Step 5: meta-post — a RootEnded(x) is eligible iff no group of x isCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs482 // Step 6: reset the age trigger.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs586 // Step 2: Allocate a new Gen0 stringCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs590 // Step 3: Mutate the Gen2 array to reference the Gen0 stringCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs600 // Step 4: Minor GC with NO explicit roots for `young`.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs739 // Step 2: Allocate a young Gen0 string.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs743 // Step 3: Mutate the Gen2 array to reference the Gen0 string,COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs753 // Step 4: Minor GC without rooting `young` explicitly.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs803 // Step 2: Build a Gen0 chain: inner_leaf <- wrapper_arrayCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs812 // Step 3: Make the Gen2 container point at the Gen0 wrapper, fire write barrier.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs821 // Step 4: Minor GC without explicit roots for the Gen0 objects.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs575 // Step 1: Create an array and promote to Gen2COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs728 // Step 1: Allocate a Gen0 array and promote it to Gen2 via major GC.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs792 // Step 1: Promote an array container to Gen2.COMMENT
LOWbaml_language/crates/bex_heap/src/gc.rs3513 // Step 1: Allocate 10_001 objects and run a Minor GC.COMMENT
LOWbaml_language/crates/bex_heap/src/gc.rs3529 // Step 2: Manually drive Gen1 over threshold by setting the thresholdCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs159 // Step 1: Build predecessor mapCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs162 // Step 2: Compute reverse postorderCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs165 // Step 3: Compute dominatorsCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs168 // Step 4: Collect def-use informationCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs171 // Step 5: Conservative jump threading (truly empty goto-only blocks).COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs174 // Step 6: First classification pass.COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs185 // Step 7: Enhanced jump threading using classification info.COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs190 // Step 8: Re-run classification once if redirects changed.COMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs149 // Step 1: init sets up the project and nudges toward agent install.COMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs170 // Step 2: plain `baml agent install` finds the project root from the cwdCOMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs187 // Step 3: the installed, up-to-date skill keeps later authoring commandsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs258 // Step 1: identify passthrough blocks (empty statements + Goto terminator)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs276 // Step 2: resolve chains (A→B→C becomes A→C)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs291 // Step 3: rewrite all terminatorsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs298 // Step 4: rewrite catch regionsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs317 // Step 5: entry block redirect (shouldn't happen since we excluded it, but be safe)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs322 // Step 6: re-run dead block elimination to compactCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs11 // Step 1: Install npm dependenciesCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs19 // Step 2: Build native addon + TypeScriptCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs27 // Step 3: Run Vitest testsCOMMENT
LOWengine/baml-lib/parser-database/src/types/mod.rs473 // For symbols we need to check if we're dealing with aliases.COMMENT
LOW…aml-lib/jsonish/src/deserializer/coercer/coerce_map.rs119 // For unions we need to check if all the items are literal strings.COMMENT
LOW…aml-lib/jsonish/src/deserializer/coercer/field_type.rs345 // If there are constraints, we need to check if the unasserted value passes the constraints.COMMENT
LOWengine/baml-runtime/src/cli/init.rs93 // Step 4: Detect editorCOMMENT
LOWengine/baml-runtime/src/cli/init.rs102 // Step 5: Install extensionCOMMENT
LOWengine/baml-runtime/src/cli/init.rs122 // Step 6: Setup editor rules/settingsCOMMENT
7 more matches not shown…
Structural Annotation Overuse61 hits · 120 pts
SeverityFileLineSnippetContext
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs968 // Step 1: Collect testsCOMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs974 // Step 2: Serialize before expansionCOMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs979 // Step 3: Expand "root::test" testset (runs collector lambda with for loops + nested testsets)COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs984 // Step 4: Serialize after expanding "test"COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs989 // Step 5: Expand "root::test::vibes" (second-level nested testset)COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs994 // Step 6: Expand third-level testsets.COMMENT
LOWbaml_language/crates/bex_engine/tests/collect_tests.rs1017 // Step 7: Final serializeCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs4993 // Step 1: Create a live TestCollector on the heapCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs5003 // Step 2: Populate the collector in-place via $init_testCOMMENT
LOWbaml_language/crates/bex_engine/src/lib.rs5012 // Step 3: Wrap in a TestRegistryCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1372 // Step 1: the admission timestamp — the durable started_ns sourceCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1381 // Step 3: fork guard — a child inherits the euid and stream lockCOMMENT
LOW…uage/crates/bex_prof_store/src/prof/backend/session.rs1388 // Step 4: two atomic reads; the indeterminate check is whatCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs302 // Step 1: resolve a parked ambiguity before anything publishes. TheCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs321 // Step 2: due?COMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs335 // Step 3: meta-pre (skipped under a latched gate — 3′ folds it intoCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs360 // Step 4: data, in ThreadRef order, packed to the segment target;COMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs409 // Step 5: meta-post — a RootEnded(x) is eligible iff no group of x isCOMMENT
LOW…guage/crates/bex_prof_store/src/prof/backend/writer.rs482 // Step 6: reset the age trigger.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs586 // Step 2: Allocate a new Gen0 stringCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs590 // Step 3: Mutate the Gen2 array to reference the Gen0 stringCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs600 // Step 4: Minor GC with NO explicit roots for `young`.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs739 // Step 2: Allocate a young Gen0 string.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs743 // Step 3: Mutate the Gen2 array to reference the Gen0 string,COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs753 // Step 4: Minor GC without rooting `young` explicitly.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs803 // Step 2: Build a Gen0 chain: inner_leaf <- wrapper_arrayCOMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs812 // Step 3: Make the Gen2 container point at the Gen0 wrapper, fire write barrier.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs821 // Step 4: Minor GC without explicit roots for the Gen0 objects.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs575 // Step 1: Create an array and promote to Gen2COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs728 // Step 1: Allocate a Gen0 array and promote it to Gen2 via major GC.COMMENT
LOWbaml_language/crates/bex_heap/tests/generational.rs792 // Step 1: Promote an array container to Gen2.COMMENT
LOWbaml_language/crates/bex_heap/src/gc.rs3513 // Step 1: Allocate 10_001 objects and run a Minor GC.COMMENT
LOWbaml_language/crates/bex_heap/src/gc.rs3529 // Step 2: Manually drive Gen1 over threshold by setting the thresholdCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs159 // Step 1: Build predecessor mapCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs162 // Step 2: Compute reverse postorderCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs165 // Step 3: Compute dominatorsCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs168 // Step 4: Collect def-use informationCOMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs171 // Step 5: Conservative jump threading (truly empty goto-only blocks).COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs174 // Step 6: First classification pass.COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs185 // Step 7: Enhanced jump threading using classification info.COMMENT
LOW…ml_language/crates/baml_compiler2_emit/src/analysis.rs190 // Step 8: Re-run classification once if redirects changed.COMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs149 // Step 1: init sets up the project and nudges toward agent install.COMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs170 // Step 2: plain `baml agent install` finds the project root from the cwdCOMMENT
LOW…ml_language/crates/baml_cli/tests/agent_install_e2e.rs187 // Step 3: the installed, up-to-date skill keeps later authoring commandsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs258 // Step 1: identify passthrough blocks (empty statements + Goto terminator)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs276 // Step 2: resolve chains (A→B→C becomes A→C)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs291 // Step 3: rewrite all terminatorsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs298 // Step 4: rewrite catch regionsCOMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs317 // Step 5: entry block redirect (shouldn't happen since we excluded it, but be safe)COMMENT
LOWbaml_language/crates/baml_compiler2_mir/src/optimize.rs322 // Step 6: re-run dead block elimination to compactCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs11 // Step 1: Install npm dependenciesCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs19 // Step 2: Build native addon + TypeScriptCOMMENT
LOW…/sdks/typescript/bridge_typescript/tests/run_vitest.rs27 // Step 3: Run Vitest testsCOMMENT
LOWengine/baml-runtime/src/cli/init.rs93 // Step 4: Detect editorCOMMENT
LOWengine/baml-runtime/src/cli/init.rs102 // Step 5: Install extensionCOMMENT
LOWengine/baml-runtime/src/cli/init.rs122 // Step 6: Setup editor rules/settingsCOMMENT
LOWengine/baml-runtime/src/cli/init.rs466 // Step 1: Check project structureCOMMENT
LOWengine/baml-runtime/src/cli/init.rs470 // Step 2: Create BAML project filesCOMMENT
LOWengine/baml-runtime/src/cli/init.rs481 // Step 3: Generate configurationCOMMENT
LOW…me/src/control_flow/flatten/step2_hoist_branch_arms.rs63 // Step 2: move outgoing edges from the branch group onto each arm.COMMENT
1 more matches not shown…
Modern Structural Boilerplate92 hits · 82 pts
SeverityFileLineSnippetContext
LOWbaml_language/sdks/python/src/baml_bridge/__init__.py539__all__ = [CODE
LOWbaml_language/sdks/python/src/baml_bridge/typemap.py169def set_type_map(m: BamlTypeMap) -> None:CODE
LOWbaml_language/sdks/python/src/baml_bridge/errors.py189__all__ = [CODE
LOWbaml_language/sdks/python/src/baml_bridge/reflect.py18__all__ = ["Type"]CODE
LOWtools/baml-bench/libs/bench_core/notion_client.py130 async def set_status(self, page_id: str, status_name: str) -> None:CODE
LOWtools/baml-bench/libs/bench_core/__init__.py7__all__ = ["Processor", "run_processor", "ServiceClient", "prices", "schemas", "jsonl"]CODE
LOW…s/python/generated_tests/unions/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…es/python/generated_tests/unions/baml_client/config.py95__all__ = [CODE
LOW…s/python/generated_tests/unions/baml_client/globals.py35__all__ = []CODE
LOW…/python/generated_tests/unions/baml_client/__init__.py51__all__ = [STRING
LOW…hon/generated_tests/array_types/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…thon/generated_tests/array_types/baml_client/config.py95__all__ = [CODE
LOW…hon/generated_tests/array_types/baml_client/globals.py35__all__ = []CODE
LOW…on/generated_tests/array_types/baml_client/__init__.py51__all__ = [STRING
LOW…ated_tests/union_types_extended/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…rated_tests/union_types_extended/baml_client/config.py95__all__ = [CODE
LOW…ated_tests/union_types_extended/baml_client/globals.py35__all__ = []CODE
LOW…ted_tests/union_types_extended/baml_client/__init__.py51__all__ = [STRING
LOW…generated_tests/primitive_types/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…/generated_tests/primitive_types/baml_client/config.py95__all__ = [CODE
LOW…generated_tests/primitive_types/baml_client/globals.py35__all__ = []CODE
LOW…enerated_tests/primitive_types/baml_client/__init__.py51__all__ = [STRING
LOW…/python/generated_tests/classes/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…s/python/generated_tests/classes/baml_client/config.py95__all__ = [CODE
LOW…/python/generated_tests/classes/baml_client/globals.py35__all__ = []CODE
LOW…python/generated_tests/classes/baml_client/__init__.py51__all__ = [STRING
LOW…nerated_tests/nested_structures/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…enerated_tests/nested_structures/baml_client/config.py95__all__ = [CODE
LOW…nerated_tests/nested_structures/baml_client/globals.py35__all__ = []CODE
LOW…erated_tests/nested_structures/baml_client/__init__.py51__all__ = [STRING
LOW…thon/generated_tests/edge_cases/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…ython/generated_tests/edge_cases/baml_client/config.py95__all__ = [CODE
LOW…thon/generated_tests/edge_cases/baml_client/globals.py35__all__ = []CODE
LOW…hon/generated_tests/edge_cases/baml_client/__init__.py51__all__ = [STRING
LOW…es/python/generated_tests/enums/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…ges/python/generated_tests/enums/baml_client/config.py95__all__ = [CODE
LOW…es/python/generated_tests/enums/baml_client/globals.py35__all__ = []CODE
LOW…s/python/generated_tests/enums/baml_client/__init__.py51__all__ = [STRING
LOW…generated_tests/recursive_types/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…/generated_tests/recursive_types/baml_client/config.py95__all__ = [CODE
LOW…generated_tests/recursive_types/baml_client/globals.py35__all__ = []CODE
LOW…enerated_tests/recursive_types/baml_client/__init__.py51__all__ = [STRING
LOW…n/generated_tests/dynamic_types/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…on/generated_tests/dynamic_types/baml_client/config.py95__all__ = [CODE
LOW…n/generated_tests/dynamic_types/baml_client/globals.py35__all__ = []CODE
LOW…/generated_tests/dynamic_types/baml_client/__init__.py51__all__ = [STRING
LOW…/python/generated_tests/asserts/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…s/python/generated_tests/asserts/baml_client/config.py95__all__ = [CODE
LOW…/python/generated_tests/asserts/baml_client/globals.py35__all__ = []CODE
LOW…python/generated_tests/asserts/baml_client/__init__.py51__all__ = [STRING
LOW…nerated_tests/optional_nullable/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…enerated_tests/optional_nullable/baml_client/config.py95__all__ = [CODE
LOW…nerated_tests/optional_nullable/baml_client/globals.py35__all__ = []CODE
LOW…erated_tests/optional_nullable/baml_client/__init__.py51__all__ = [STRING
LOW…s/python/generated_tests/sample/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…es/python/generated_tests/sample/baml_client/config.py95__all__ = [CODE
LOW…s/python/generated_tests/sample/baml_client/globals.py35__all__ = []CODE
LOW…/python/generated_tests/sample/baml_client/__init__.py51__all__ = [STRING
LOW…hon/generated_tests/media_types/baml_client/tracing.py22__all__ = ['trace', 'set_tags', "flush", "on_log_event"]CODE
LOW…thon/generated_tests/media_types/baml_client/config.py95__all__ = [CODE
32 more matches not shown…
Self-Referential Comments20 hits · 60 pts
SeverityFileLineSnippetContext
MEDIUMtypescript/apps/vscode-ext/prep-debug-download.sh20# Create the versioned filenameCOMMENT
MEDIUMtypescript2/pkg-grammar/mirror/publish.yml3# This file is generated from typescript2/pkg-grammar/mirror/publish.yml inCOMMENT
MEDIUMtypescript2/pkg-grammar-hljs/mirror/publish.yml3# This file is generated from typescript2/pkg-grammar-hljs/mirror/publish.yml inCOMMENT
MEDIUMtypescript2/app-beps/src/lib/export-all-utils.ts285## Creating a New BEPCOMMENT
MEDIUMtypescript2/app-beps/src/lib/export-all-utils.ts438 let md = `# Creating a New BEPCODE
MEDIUMtypescript2/app-beps/src/lib/export-all-utils.ts573### Create a New BEPCOMMENT
MEDIUMfern/docs.yml215 # Create a collector with optional nameCOMMENT
MEDIUMscripts/ffi-debug/analyze_ffi.py648 # Create the plotCOMMENT
MEDIUM.github/workflows/build-vscode-release.reusable.yaml32 # Define the target platforms for VSCE packaging and map them to Rust targetsCOMMENT
MEDIUM.github/workflows/primary.yml506 # Create a temporary directory for filtered contentCOMMENT
MEDIUM.github/workflows/build-cli-release.reusable.yaml377 # Create the archive in the parent directory directly using -CCOMMENT
MEDIUMengine/generators/data/dynamic_types/python/main.py199 # Create a completely new class at runtimeCOMMENT
MEDIUM…ient_python/python_src/baml_py/internal_monkeypatch.py4# Define the BamlValidationError exception with additional fieldsCOMMENT
MEDIUMengine/language_client_go/generate_checksums.sh102 # Create a combined checksums fileCOMMENT
MEDIUMinteg-tests/python/tests/test_timeouts.py201 # Create a client registry with our mock serverCOMMENT
MEDIUMinteg-tests/python/tests/test_functions.py60 # Create the trace file and its parent directory if they don't existCOMMENT
MEDIUMinteg-tests/ruby/test_with_options.rb32 # Create a collectorCOMMENT
MEDIUMinteg-tests/ruby/test_with_options.rb37 # Create a b client with .with_optionsCOMMENT
MEDIUMinteg-tests/ruby/test_with_options.rb78 # Create a collectorCOMMENT
MEDIUMinteg-tests/ruby/test_with_options.rb83 # Create a new instance with the collectorCOMMENT
AI Response Leakage8 hits · 58 pts
SeverityFileLineSnippetContext
HIGHtypescript2/app-website/baml_client/inlinedbaml.ts24 "completion.baml": "\n\nfunction Completion(prefix: string, suffix: string, language: string) -> string {\n client \"CODE
HIGHinteg-tests/go/baml_client/baml_source_map.go131 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: striCODE
HIGHinteg-tests/python/baml_client/inlinedbaml.py128 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: CODE
HIGHinteg-tests/typescript/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
HIGHinteg-tests/rust/src/baml_client/baml_source_map.rs244 m.insert("test-files/template_string/template_string.baml".to_string(), "\nfunction Completion(prefix: string, sCODE
HIGHinteg-tests/typescript-esm/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
HIGHinteg-tests/python-v1/baml_client/inlinedbaml.py128 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: CODE
HIGHinteg-tests/react/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
Dead Code29 hits · 50 pts
SeverityFileLineSnippetContext
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py31CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py32CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py33CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py34CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py35CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py36CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py39CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py40CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py41CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py43CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py45CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py46CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py47CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py49CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py51CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py53CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py54CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py57CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py58CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py64CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py71CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py73CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py141CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py142CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py144CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py146CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py148CODE
MEDIUMbaml_language/tools/speedtest/src/speedtest/compare.py149CODE
MEDIUMinteg-tests/python/baml_example_tracing.py33CODE
Synthetic Comment Markers7 hits · 48 pts
SeverityFileLineSnippetContext
HIGHtypescript2/app-website/EXAMPLES_SPEC.md174 generated by AI functions.CODE
HIGHtypescript2/app-beps/README.md792 └── summaries.md # AI-generated summariesCODE
HIGHtypescript2/app-beps/convex/schema.ts356 // SUMMARIES (AI-generated)COMMENT
HIGHtypescript2/app-beps/convex/schema.ts366 // AI-generated contentCOMMENT
HIGHtypescript2/app-beps/convex/schema.ts31 v.literal("draft"), // AI-generated, not reviewedCODE
HIGH…ipt2/app-beps/src/components/bep/bep-export-dialog.tsx176 summaries.md # AI-generated summaries` : ""}`}CODE
HIGHtypescript2/app-beps/src/lib/export-utils.ts986 └── summaries.md # AI-generated summaries` : ""}CODE
Deep Nesting50 hits · 46 pts
SeverityFileLineSnippetContext
LOWbaml_language/tools/speedtest/src/speedtest/runner.py28CODE
LOWbaml_language/tools/speedtest/src/speedtest/runner.py71CODE
LOWbaml_language/tools/speedtest/src/speedtest/runner.py113CODE
LOWbaml_language/tools/speedtest/src/speedtest/cli.py49CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py277CODE
LOWbaml_language/tools/speedtest/src/speedtest/storage.py319CODE
LOWbaml_language/tools/speedtest/src/speedtest/profiler.py36CODE
LOWbaml_language/tools/speedtest/src/speedtest/profiler.py92CODE
LOWbaml_language/tools/speedtest/src/speedtest/profiler.py139CODE
LOWbaml_language/tools/speedtest/src/speedtest/compare.py18CODE
LOWbaml_language/tools/speedtest/src/speedtest/compare.py152CODE
LOWbaml_language/crates/baml_tests/profiling_e2e/run.py248CODE
LOWbaml_language/sdks/python/generate_stubs.py20CODE
LOWbaml_language/sdks/python/src/baml_bridge/__init__.py441CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py436CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py514CODE
LOWbaml_language/sdks/python/src/baml_bridge/proto.py633CODE
LOWbaml_language/forks/aws-config-systest/run-e2e.py439CODE
LOW…ml_language/forks/google-cloud-auth-systest/run-e2e.py272CODE
LOWtools/bump-version.py277CODE
LOWtools/bump-version.py322CODE
LOWtools/baml-bench/docs/_gen_reference.py61CODE
LOWtools/baml-bench/libs/bench_core/jsonl.py13CODE
LOWtools/baml-bench/services/claude_proxy/runner.py286CODE
LOWtools/baml-bench/services/claude_proxy/app.py164CODE
LOWtools/baml-bench/services/baml_dedup/render.py10CODE
LOWtools/baml-bench/services/baml_worker/__main__.py88CODE
LOWtools/bctl_src/oncall/notify.py26CODE
LOWtools/bctl_src/oncall/parser.py72CODE
LOWtools/bctl_src/oncall/cli.py137CODE
LOWscripts/smoke-go-release.py75CODE
LOWscripts/ffi-debug/analyze_ffi.py136CODE
LOWscripts/ffi-debug/analyze_ffi.py515CODE
LOWengine/e2e_tests.py37CODE
LOWengine/tools/show_rust_lints.py73CODE
LOWengine/tools/show_rust_lints.py108CODE
LOW…ne/generators/data/union_types_extended/python/main.py90CODE
LOW…ine/generators/data/mixed_complex_types/python/main.py84CODE
LOW…ine/generators/data/mixed_complex_types/python/main.py175CODE
LOW…ine/generators/data/mixed_complex_types/python/main.py187CODE
LOWengine/language_client_cffi/build.py97CODE
LOWengine/language_client_cffi/build.py245CODE
LOWengine/language_client_cffi/build.py408CODE
LOW…ne/language_client_python/python_src/baml_py/stream.py75CODE
LOW…ne/language_client_python/python_src/baml_py/stream.py176CODE
LOWinteg-tests/gen-baml-client.py287CODE
LOWinteg-tests/python/tests/test_ontick.py9CODE
LOWinteg-tests/python/tests/test_ontick.py21CODE
LOWinteg-tests/python/tests/test_functions.py52CODE
LOWinteg-tests/python/tests/test_functions.py883CODE
Slop Phrases20 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMbaml_language/crates/bex_sap/src/tests/test_class.rs96 "foo": "Here is how you can build the API call:\n```json\n{\n \"foo\": {\n \"world\": [\n \"bar\"\n ]\n }CODE
MEDIUMbaml_language/crates/bex_sap/src/tests/test_class.rs105 {"foo": "Here is how you can build the API call:\n```json\n{\n \"foo\": {\n \"world\": [\n \"bar\"\n ]\nCODE
MEDIUMbaml_language/crates/bex_sap/src/tests/test_class.rs255 r#"Here is how you can build the API call:CODE
MEDIUMbaml_language/crates/bex_sap/src/tests/test_class.rs320 r#"Here is how you can build the API call:CODE
MEDIUMbaml_language/crates/bex_sap/src/tests/test_class.rs350 r#"Here is how you can build the API call:CODE
LOWtypescript2/app-website/baml_client/inlinedbaml.ts24 "completion.baml": "\n\nfunction Completion(prefix: string, suffix: string, language: string) -> string {\n client \"CODE
MEDIUMtypescript2/app-website/baml_client/inlinedbaml.ts25 "convert-to-markdown.baml": "\n\nfunction ConvertToMarkdown(input: string) -> string {\n client CustomGPT4oMini\n prCODE
MEDIUMengine/baml-lib/jsonish/src/tests/test_class.rs78 "foo": "Here is how you can build the API call:\n```json\n{\n \"foo\": {\n \"world\": [\n \"bar\"\n ]\n }CODE
MEDIUMengine/baml-lib/jsonish/src/tests/test_class.rs82 {"foo": "Here is how you can build the API call:\n```json\n{\n \"foo\": {\n \"world\": [\n \"bar\"\n ]\nCODE
MEDIUMengine/baml-lib/jsonish/src/tests/test_class.rs133 r#"Here is how you can build the API call:CODE
MEDIUMengine/baml-lib/jsonish/src/tests/test_class.rs191 r#"Here is how you can build the API call:CODE
MEDIUMengine/baml-lib/jsonish/src/tests/test_class.rs214 r#"Here is how you can build the API call:CODE
MEDIUMengine/baml-schema-wasm/rust-toolchain.toml4# If you really want > 1.81 you can try using wasm-bindgen-cli 0.2.105 insteadCOMMENT
LOWinteg-tests/go/baml_client/baml_source_map.go131 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: striCODE
LOWinteg-tests/python/baml_client/inlinedbaml.py128 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: CODE
LOWinteg-tests/typescript/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
LOWinteg-tests/rust/src/baml_client/baml_source_map.rs244 m.insert("test-files/template_string/template_string.baml".to_string(), "\nfunction Completion(prefix: string, sCODE
LOWinteg-tests/typescript-esm/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
LOWinteg-tests/python-v1/baml_client/inlinedbaml.py128 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: CODE
LOWinteg-tests/react/baml_client/inlinedbaml.ts136 "test-files/template_string/template_string.baml": "\nfunction Completion(prefix: string, suffix: string, language: stCODE
AI Structural Patterns3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtools/bump-version.py35CODE
LOWtools/bump-version.py86CODE
LOWinteg-tests/python/aws-utils.py18CODE
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…escript/apps/vscode-ext/src/panels/WebviewPanelHost.ts494 // TODO: implement error handling in our RPC frameworkCOMMENT
LOWengine/baml-runtime/src/async_vm_runtime.rs309 // TODO: Handle errors.COMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…ml_language/sdks/python/src/baml_bridge/ctx_manager.py115 def my_function(x: int) -> int:STRING
LOW…st-fixtures/python/fixture/customizable/test_sample.py1def helper():CODE