Repository Analysis

Yeachan-Heo/gajae-code

Gajae Code MVP

4.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Yeachan-Heo/gajae-code, a TypeScript project with 2,433 GitHub stars. SynthScan v2.0 examined 1,438,797 lines of code across 4428 source files, recording 4689 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 4.2 places this repository in the Likely human-written band.

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

4.2
Adjusted Score
4.2
Raw Score
100%
Time Factor
2026-08-09
Last Push
2.4K
Stars
TypeScript
Language
1.4M
Lines of Code
4.4K
Files
4.7K
Pattern Hits
2026-08-09
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 7HIGH 17MEDIUM 638LOW 4027

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

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

Hyper-Verbose Identifiers3442 hits · 3376 pts
SeverityFileLineSnippetContext
LOWpython/gjc-sdk/tests/test_frames.py6def test_reply_serialization_includes_token() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py11def test_serialization_preserves_nested_user_payload() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py18def test_unknown_frame_is_preserved() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py29def test_action_needed_round_trip() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py34def test_reply_repr_hides_token() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py38def test_action_resolved_without_session_id_is_typed() -> None:CODE
LOWpython/gjc-sdk/tests/test_frames.py43def test_query_page_round_trip() -> None:CODE
LOWpython/gjc-sdk/tests/test_vectors.py64def test_vector_semantics_and_tolerance(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_vectors.py85def test_real_session_enabled_guard() -> None:CODE
LOWpython/gjc-sdk/tests/test_transport.py18async def test_ws_transport_receives_frame_larger_than_one_megabyte() -> None:CODE
LOWpython/gjc-sdk/tests/test_transport.py32async def test_socket_transport_receives_frame_larger_than_one_megabyte() -> None:CODE
LOWpython/gjc-sdk/tests/test_transport.py53async def test_stdio_transport_receives_frame_larger_than_one_megabyte() -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py16def test_tombstone_allows_empty_token(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py24def test_live_empty_token_is_warning_not_endpoint(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py29def test_pid_must_be_positive_integer(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py38def test_selection_fails_closed(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py66def test_endpoint_repr_hides_token(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py71def test_rejects_unsupported_endpoint_scheme(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py77def test_refuses_symlinked_discovery_directory(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py87def test_refuses_symlinked_discovery_record(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_discovery.py97def test_stale_token_is_ignored_with_warning(tmp_path: Path) -> None:CODE
LOWpython/gjc-sdk/tests/test_client.py36async def test_control_correlates_out_of_order_and_preserves_actions() -> None:CODE
LOWpython/gjc-sdk/tests/test_client.py56async def test_query_returns_paginated_response() -> None:CODE
LOWpython/gjc-sdk/tests/test_client.py82def test_explicit_session_selection_fails_closed(CODE
LOWpython/gjc-sdk/tests/test_client.py99def test_non_canonical_vector_is_parse_tolerant() -> None:CODE
LOWpython/gjc-sdk/tests/test_client.py150async def test_fixture_boots_and_registers_ask_when_available() -> None:CODE
LOWpython/gjc-sdk/tests/test_client.py196async def test_real_session_all_transports_cleanup() -> None:CODE
LOWscripts/telegram-daemon-generation-guard.test.ts232 "export function hasSafeChatDaemonStateShape(value: unknown) { return value !== null; }",CODE
LOWscripts/telegram-daemon-generation-guard.test.ts233 "export function isExactPreUpgradeUnavailableChatDaemonState(value: unknown) { return value === 'unavailable'; }",CODE
LOWscripts/telegram-daemon-generation-guard.test.ts331 base.set(config, "export function parseNotificationSettingsSnapshot() { return { toolActivity: { enabled: false } }; }"CODE
LOWscripts/telegram-daemon-generation-guard.test.ts332 head.set(config, "export function parseNotificationSettingsSnapshot() { return { toolActivity: { enabled: true } }; }")CODE
LOWscripts/telegram-daemon-generation-guard.test.ts375 "export function isExactPreUpgradeUnavailableChatDaemonState(value: unknown) { return value === 'unavailable'; }",CODE
LOWscripts/telegram-daemon-generation-guard.test.ts376 "export function isExactPreUpgradeUnavailableChatDaemonState(value: unknown) { return value === 'legacy'; }",CODE
LOWscripts/telegram-daemon-generation-guard.test.ts421 'function isUnsupportedTelegramDirectoryBarrier(error: unknown) { return (error as { code?: string }).code === "EINVCODE
LOWscripts/telegram-daemon-generation-guard.test.ts427 'function isUnsupportedTelegramDirectoryBarrier(error: unknown) { return (error as { code?: string }).code === "EACCECODE
LOWscripts/generate-json-schemas.ts99function settingDefinitionToJsonSchema(settingPath: string, definition: SettingDefinition): JsonSchemaObject {CODE
LOWscripts/ci-release-build-binaries.ts86function shouldAdhocSignDarwinBinary(target: BinaryTarget): boolean {CODE
LOWscripts/ci-dev-affected.ts423export function isWindowsSessionPathRegressionPath(changedPath: string): boolean {CODE
LOWscripts/ci-dev-affected.ts434export function needsWindowsSessionPathRegression(paths: readonly string[]): boolean {CODE
LOWscripts/ci-dev-affected.ts608async function assertCheckedOutSourceHead(sourceSha: string): Promise<void> {CODE
LOWscripts/ci-dev-affected.ts984function addCodingAgentSdkProductionHostTask(tasks: Map<string, Task>): void {CODE
LOWscripts/ci-dev-affected.ts1029function isCodingAgentShardOneCoveragePath(changedPath: string): boolean {CODE
LOWscripts/ci-dev-affected.ts1156function isRootPackageReleaseHarnessOnly(paths: readonly string[]): boolean {CODE
LOWscripts/ci-dev-affected.ts1168function isReleaseHarnessScriptPath(changedPath: string): boolean {CODE
LOWscripts/ci-dev-affected.ts1206function isBridgeClientSdkPackageSmokePath(changedPath: string): boolean {CODE
LOWscripts/ci-dev-affected.ts1316async function assertTypeScriptInventoryLive(inventory: BuildInventory): Promise<void> {CODE
LOWscripts/ci-dev-affected.ts1398export function requiresCargoWorkspaceEmergency(CODE
LOWscripts/ci-dev-affected.ts1561export function validateAffectedAggregate(results: AffectedAggregateResults): void {CODE
LOWscripts/ci-dev-affected.ts1798async function readValidatedEvidencePlan(root: string): Promise<{ tasks: Task[]; raw: Uint8Array; mode: PlanMode }> {CODE
LOWscripts/tool_io.py138def list_recent_session_files(config: ToolIOConfig) -> list[Path]:CODE
LOWscripts/check-visible-definitions.ts83function getIgnoredDefinitionPaths(paths: string[]): string[] {CODE
LOWscripts/rebrand-inventory.ts161function listBundledWorkflowSkills(): VisibleDefinition[] {CODE
LOWscripts/rebrand-inventory.ts228function collectRootMetadataViolations(): MetadataViolation[] {CODE
LOWscripts/verify-gjc-state-writers.ts105function lineLooksLikeGeneratedStringLiteral(line: string): boolean {CODE
LOWscripts/verify-gjc-state-writers.ts109function nearbyAssignmentTargetsThisLine(lines: readonly string[], index: number): boolean {CODE
LOWscripts/verify-gjc-state-writers.ts126function isGuardedOutsideProjectGjcFallback(lines: readonly string[], index: number): boolean {CODE
LOWscripts/verify-gjc-state-writers.ts132function isGuardedOutsideProjectGjcTernaryFallback(lines: readonly string[], index: number): boolean {CODE
LOWscripts/generate-gjc-plugins.ts292export function findUnexpectedPluginFiles(files: ReadonlyMap<string, string>, root = pluginsDir): string[] {CODE
LOWscripts/verify-module-trace.ts768function literalDynamicImportSpecifiers(source: string): string[] {CODE
LOWscripts/harness-gates.test.ts42function structurallyValidBaseline(): string {CODE
3382 more matches not shown…
Decorative Section Separators626 hits · 1852 pts
SeverityFileLineSnippetContext
MEDIUMCargo.toml65# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml67# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml71# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml73# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml82# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml84# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml87# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml89# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml97# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml99# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml107# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml109# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml112# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml114# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml121# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml123# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml128# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml130# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml135# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml137# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml142# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml144# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml148# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml150# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml154# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml156# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml160# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml162# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml166# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml168# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml174# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml176# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml183# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml185# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml193# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml195# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml200# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml202# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml208# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml210# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml213# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml215# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml221# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml223# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml232# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml234# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml239# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml241# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml244# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml246# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml265# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml267# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml272# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml274# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml279# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml281# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml288# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml290# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml303# ──────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMCargo.toml305# ──────────────────────────────────────────────────────────────────────────────COMMENT
566 more matches not shown…
Over-Commented Block369 hits · 350 pts
SeverityFileLineSnippetContext
LOW.config/nextest.toml1# CI reliability policy for cargo-nextest.COMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts1// Live probe for issue #3900, via the CPA proxy configured inCOMMENT
LOWcrates/brush-builtins-vendored/src/factory.rs21/// # ArgumentsCOMMENT
LOWcrates/brush-builtins-vendored/src/fc.rs201COMMENT
LOWcrates/brush-builtins-vendored/src/history.rs21 /// Appends the history from the current session to the history file.COMMENT
LOWcrates/brush-builtins-vendored/src/read.rs21/// Default line delimiter (newline).COMMENT
LOWcrates/brush-builtins-vendored/src/read.rs41COMMENT
LOWcrates/brush-builtins-vendored/src/read.rs281 Interrupted,COMMENT
LOWcrates/brush-builtins-vendored/src/read.rs301 /// Single-byte read buffer.COMMENT
LOWcrates/brush-builtins-vendored/src/ulimit.rs361 hard: bool,COMMENT
LOWcrates/brush-builtins-vendored/src/ulimit.rs381 #[arg(short = 'i', default_missing_value = "", num_args(0..=1), help = ResourceDescription::SIGPENDING)]COMMENT
LOWcrates/brush-builtins-vendored/src/ulimit.rs401 /// the maximum real-time scheduling priorityCOMMENT
LOWcrates/brush-builtins-vendored/src/complete.rs521/// Set programmable command completion options.COMMENT
LOWcrates/brush-builtins-vendored/src/declare.rs41crate::minus_or_plus_flag_arg!(MakeExportedFlag, 'x', "Mark the variable for export.");COMMENT
LOWcrates/brush-builtins-vendored/src/declare.rs61 /// variable being shadowed.COMMENT
LOWcrates/brush-builtins-vendored/src/declare.rs81 #[clap(flatten)] // -nCOMMENT
LOWcrates/brush-builtins-vendored/src/bind.rs41pub(crate) struct BindCommand {COMMENT
LOWcrates/brush-builtins-vendored/src/bind.rs61 /// List variables.COMMENT
LOWcrates/pi-shell/src/minimizer.rs41 pub changed: bool,COMMENT
LOWcrates/pi-shell/src/shell.rs241/// Optional per-stream raw byte sinks for [`execute_shell_streams`].COMMENT
LOWcrates/pi-shell/src/shell.rs1121 }COMMENT
LOWcrates/pi-shell/src/shell.rs1221}COMMENT
LOWcrates/pi-shell/src/shell.rs1961 /// **Pipeline carve-out.** Non-interactive brush, non-terminal stdinCOMMENT
LOWcrates/pi-shell/src/fixup.rs1//! Conservative pre-execution rewrites for bash commands.COMMENT
LOWcrates/pi-shell/src/process.rs1861/// Pure target-classifier separated from process discovery so it is testableCOMMENT
LOWcrates/pi-shell/src/process.rs1901#[cfg(test)]COMMENT
LOWcrates/pi-shell/src/minimizer/primitives.rs161 for line in lines.iter().skip(lines.len() - max_lines / 2) {COMMENT
LOWcrates/pi-shell/src/minimizer/config.rs21/// N-API opt-in handle for the minimizer.COMMENT
LOWcrates/pi-shell/src/minimizer/plan.rs1//! Structural analysis of a shell command using `brush-parser`.COMMENT
LOWcrates/pi-shell/src/minimizer/plan.rs21//! we return `Unsupported` and the engine passes through.COMMENT
LOWcrates/pi-shell/src/minimizer/pipeline.rs1//! Declarative filter pipelines loaded from TOML.COMMENT
LOWcrates/pi-shell/src/minimizer/engine.rs41 },COMMENT
LOWcrates/pi-ast/src/summary.rs621 | "input_fields_definition"COMMENT
LOWcrates/pi-ast/src/summary.rs661 #[cfg(feature = "full-langs")]COMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs1//! Example of implementing a custom builtin command for a brush-core basedCOMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs21COMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs61COMMENT
LOWcrates/brush-core-vendored/src/int_utils.rs41/// # Type ParametersCOMMENT
LOWcrates/brush-core-vendored/src/variables.rs21 /// Whether or not the variable is marked as exported to child processes.COMMENT
LOWcrates/brush-core-vendored/src/variables.rs581COMMENT
LOWcrates/brush-core-vendored/src/builtins.rs21 ) -> BoxFuture<'_, Result<results::ExecutionResult, error::Error>>;COMMENT
LOWcrates/brush-core-vendored/src/builtins.rs121/// declarations as arguments.COMMENT
LOWcrates/brush-core-vendored/src/builtins.rs281 .placeholder(styling::AnsiColor::Cyan.on_default())COMMENT
LOWcrates/brush-core-vendored/src/builtins.rs301/// #[derive(Parser)]COMMENT
LOWcrates/brush-core-vendored/src/shell.rs281 .call_stackCOMMENT
LOWcrates/brush-core-vendored/src/error.rs21/// Monolithic error type for the shellCOMMENT
LOWcrates/brush-core-vendored/src/error.rs81 #[error("not yet implemented: {0}")]COMMENT
LOWcrates/brush-core-vendored/src/error.rs461/// Convenience function for returning an error for unimplemented functionality.COMMENT
LOWcrates/brush-core-vendored/src/patterns.rs101}COMMENT
LOWcrates/brush-core-vendored/src/patterns.rs841 /// failing the test via `anyhow::bail!` otherwise. Avoids `panic!` whichCOMMENT
LOWcrates/brush-core-vendored/src/env.rs461 NoneCOMMENT
LOWcrates/brush-core-vendored/src/env.rs501 self.add(name, var, scope_if_creating)COMMENT
LOWcrates/brush-core-vendored/src/env.rs601 //COMMENT
LOWcrates/brush-core-vendored/src/env.rs621 /// name.COMMENT
LOWcrates/brush-core-vendored/src/terminal.rs1//! Terminal control utilities.COMMENT
LOWcrates/brush-core-vendored/src/results.rs121#[derive(Clone, Copy, Default)]COMMENT
LOWcrates/brush-core-vendored/src/completion.rs21/// Type of action to take to generate completion candidates.COMMENT
LOWcrates/brush-core-vendored/src/completion.rs41 #[clap(name = "directory")]COMMENT
LOWcrates/brush-core-vendored/src/completion.rs61 /// Complete with names of valid shell help topics.COMMENT
LOWcrates/brush-core-vendored/src/completion.rs81 SetOpt,COMMENT
309 more matches not shown…
Cross-Language Confusion (JS/TS)14 hits · 82 pts
SeverityFileLineSnippetContext
HIGHscripts/gjc-session/create.test.ts62 print(json.dumps({"schema_version":1,"ok":True,"code":"generation_published","generation":request["owner_generation"CODE
HIGHscripts/gjc-session/create.test.ts63elif request["op"] == "plan":CODE
HIGHscripts/gjc-session/create.test.ts101 print(json.dumps({"schema_version": 1, "ok": True, "code": code, "execution": execution, "server_state": server_statCODE
HIGHscripts/gjc-session/create.test.ts102elif request["op"] == "bootstrap":CODE
HIGHscripts/gjc-session/create.test.ts130 print(json.dumps({"schema_version":1,"ok":True,"code":"bootstrapped","native_session_id":receipt_native_id,"server_pCODE
HIGHscripts/gjc-session/create.test.ts131elif request["op"] == "observe_terminal":CODE
HIGHscripts/gjc-session/create.test.ts140 print(json.dumps(verdict, separators=(",", ":")))CODE
HIGHscripts/gjc-session/create.test.ts187 print(json.dumps(verdict, separators=(",", ":")))CODE
HIGHscripts/gjc-session/create.test.ts313 print(json.dumps({"schema_version":1,"ok":True,"code":"generation_published","generation":request["owner_generation"CODE
HIGHscripts/gjc-session/create.test.ts315 print("{}")CODE
HIGHscripts/gjc-session/create.test.ts433 print(json.dumps({"schema_version":1,"ok":True,"code":"generation_published","generation":request["owner_generation"]})CODE
HIGHscripts/gjc-session/create.test.ts439 print(json.dumps({"schema_version":1,"ok":True,"code":"not_required","execution":{"mode":"direct","argv":request["tmux_CODE
HIGH…/coding-agent/test/core/apply-patch-regression.test.ts233+ return True`,CODE
HIGH…/coding-agent/test/core/apply-patch-regression.test.ts241 expect(lines[6]).toBe(" return True"); // Section B changedCODE
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICAL…ing-agent/test/agent-session-irc-ghost-message.test.ts83 return harness.session.agent.state.messages.filter(CODE
CRITICAL…ges/coding-agent/test/agent-session-irc-roster.test.ts94 return harness.session.agent.state.messages.find(CODE
CRITICAL…rc/modes/controllers/runtime-mcp-command-controller.ts727 await this.ctx.session.modelRegistry.authStorage.remove(credentialId);CODE
CRITICAL…ding-agent/src/modes/controllers/command-controller.ts444 const credentialSource = this.ctx.session.modelRegistry.authStorage.describeCredentialSource(CODE
CRITICAL…ing-agent/src/modes/controllers/selector-controller.ts2974 await this.ctx.session.modelRegistry.authStorage.login(CODE
CRITICAL…ing-agent/src/modes/controllers/selector-controller.ts3050 await this.ctx.session.modelRegistry.authStorage.logout(providerId);CODE
CRITICAL…ing-agent/src/modes/controllers/selector-controller.ts3088 this.ctx.session.modelRegistry.authStorage.hasAuth(provider.id),CODE
Verbosity Indicators33 hits · 64 pts
SeverityFileLineSnippetContext
LOWartifacts/issue-3900-live-cpa-probe.ts5// Step 1: run a real tool-use turn with thinking enabled and capture theCOMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts7// Step 2: tamper the thinking text (signature now mismatches), append theCOMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts52// Step 1: obtain a genuinely signed thinking + tool_use turn.COMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts74// Step 2: tamper the signed thinking text and continue with the tool result.COMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs80// Step 3: Implement the Command traitCOMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs118// Step 4: Integrate your builtin into a shellCOMMENT
LOWcrates/pi-natives/src/pty.rs839 // Step 1: Close the ConPTY input pipe first.COMMENT
LOWcrates/pi-natives/src/pty.rs845 // Step 2: Drain the reader thread.COMMENT
LOWcrates/pi-natives/src/pty.rs880 // Step 3: Drop master (calls ClosePseudoConsole on Windows).COMMENT
LOWcrates/pi-natives/src/pty.rs901 // Step 4: Join reader thread if it finished.COMMENT
LOW…es/coding-agent/test/gjc-runtime/state-handoff.test.ts686 // Step 1: D -> R.COMMENT
LOW…es/coding-agent/test/gjc-runtime/state-handoff.test.ts709 // Step 2: R -> U.COMMENT
LOW…est/modes/utils/render-initial-messages-dedupe.test.ts125 // Step 1: one call — represents navigateTree's internal rawContext build.COMMENT
LOW…est/modes/utils/render-initial-messages-dedupe.test.ts129 // Step 2: renderInitialMessages with the prebuilt context must NOT call it again.COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts684 // Step 0: Normalize URL (ensure scheme for special handlers)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts703 // Step 1: Try special handlers for known sites (unless raw mode)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts709 // Step 2: Fetch pageCOMMENT
LOWpackages/coding-agent/src/tools/fetch.ts868 // Step 3: Handle convertible binary files (PDF, DOCX, etc.)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts902 // Step 4: Handle non-HTML text contentCOMMENT
LOWpackages/coding-agent/src/tools/fetch.ts952 // Step 5: For HTML, try digestible formats first (unless raw mode)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts1055 // Step 6: If rendered output is low quality, try more targeted fallbacksCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts245 // Step 1: initial query was sent on startCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts249 // Step 2: Mode 2031 notification arrives — queues re-query since initial is pendingCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts252 // Step 3: Complete initial OSC 11 response (light)COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts258 // Step 4: Complete initial DA1 — should start queued queryCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts264 // Step 5: Complete 2nd OSC 11 response with a different color (dark)COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts267 // Step 6: Complete 2nd DA1COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts270 // Step 7: Verify appearance changed and callback firedCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts33 // Step 1: Create context with the calculate toolCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts40 // Step 2: Ask the LLM to make a tool callCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts47 // Step 3: Get the assistant's response (should contain a tool call)COMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts61 // Step 4: Send a user message WITHOUT providing tool resultCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts69 // Step 5: The fix should filter out the orphaned tool call, and the request should succeedCOMMENT
Structural Annotation Overuse33 hits · 64 pts
SeverityFileLineSnippetContext
LOWartifacts/issue-3900-live-cpa-probe.ts5// Step 1: run a real tool-use turn with thinking enabled and capture theCOMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts7// Step 2: tamper the thinking text (signature now mismatches), append theCOMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts52// Step 1: obtain a genuinely signed thinking + tool_use turn.COMMENT
LOWartifacts/issue-3900-live-cpa-probe.ts74// Step 2: tamper the signed thinking text and continue with the tool result.COMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs80// Step 3: Implement the Command traitCOMMENT
LOWcrates/brush-core-vendored/examples/custom-builtin.rs118// Step 4: Integrate your builtin into a shellCOMMENT
LOWcrates/pi-natives/src/pty.rs839 // Step 1: Close the ConPTY input pipe first.COMMENT
LOWcrates/pi-natives/src/pty.rs845 // Step 2: Drain the reader thread.COMMENT
LOWcrates/pi-natives/src/pty.rs880 // Step 3: Drop master (calls ClosePseudoConsole on Windows).COMMENT
LOWcrates/pi-natives/src/pty.rs901 // Step 4: Join reader thread if it finished.COMMENT
LOW…es/coding-agent/test/gjc-runtime/state-handoff.test.ts686 // Step 1: D -> R.COMMENT
LOW…es/coding-agent/test/gjc-runtime/state-handoff.test.ts709 // Step 2: R -> U.COMMENT
LOW…est/modes/utils/render-initial-messages-dedupe.test.ts125 // Step 1: one call — represents navigateTree's internal rawContext build.COMMENT
LOW…est/modes/utils/render-initial-messages-dedupe.test.ts129 // Step 2: renderInitialMessages with the prebuilt context must NOT call it again.COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts684 // Step 0: Normalize URL (ensure scheme for special handlers)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts703 // Step 1: Try special handlers for known sites (unless raw mode)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts709 // Step 2: Fetch pageCOMMENT
LOWpackages/coding-agent/src/tools/fetch.ts868 // Step 3: Handle convertible binary files (PDF, DOCX, etc.)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts902 // Step 4: Handle non-HTML text contentCOMMENT
LOWpackages/coding-agent/src/tools/fetch.ts952 // Step 5: For HTML, try digestible formats first (unless raw mode)COMMENT
LOWpackages/coding-agent/src/tools/fetch.ts1055 // Step 6: If rendered output is low quality, try more targeted fallbacksCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts245 // Step 1: initial query was sent on startCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts249 // Step 2: Mode 2031 notification arrives — queues re-query since initial is pendingCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts252 // Step 3: Complete initial OSC 11 response (light)COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts258 // Step 4: Complete initial DA1 — should start queued queryCOMMENT
LOWpackages/tui/test/terminal-appearance.test.ts264 // Step 5: Complete 2nd OSC 11 response with a different color (dark)COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts267 // Step 6: Complete 2nd DA1COMMENT
LOWpackages/tui/test/terminal-appearance.test.ts270 // Step 7: Verify appearance changed and callback firedCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts33 // Step 1: Create context with the calculate toolCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts40 // Step 2: Ask the LLM to make a tool callCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts47 // Step 3: Get the assistant's response (should contain a tool call)COMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts61 // Step 4: Send a user message WITHOUT providing tool resultCOMMENT
LOWpackages/ai/test/tool-call-without-result.test.ts69 // Step 5: The fix should filter out the orphaned tool call, and the request should succeedCOMMENT
Fake / Example Data50 hits · 52 pts
SeverityFileLineSnippetContext
LOWcrates/pi-shell/src/minimizer/filters/gt.rs221 assert!(!out.text.contains("user@example.com"));CODE
LOWscripts/gjc-session/create.test.ts974 ["schema", JSON.stringify({ schema_version: 2, session_id: "placeholder", generation: "prior" })],CODE
LOWscripts/gjc-session/create.test.ts976 ["empty", JSON.stringify({ schema_version: 1, session_id: "placeholder", generation: "" })],CODE
LOWscripts/gjc-session/create.test.ts977 ["traversal", JSON.stringify({ schema_version: 1, session_id: "placeholder", generation: "../outside" })],CODE
LOWscripts/gjc-session/create.test.ts982 const bytes = typeof body === "string" && (label === "schema" || label === "empty" || label === "traversal") ? body.reCODE
LOWscripts/gjc-session/create.test.ts1005 { schema_version: 1, generation: "prior", session_id: "placeholder", classification: "unexpected_owner_loss", dedupe_kCODE
LOWscripts/gjc-session/create.test.ts1006 { schema_version: 1, generation: "prior", session_id: "placeholder", classification: "unknown", dedupe_key: "bad" },CODE
LOWpackages/coding-agent/test/auth-broker-import.test.ts241 email: "foo@bar.com",CODE
LOWpackages/coding-agent/test/auth-broker-import.test.ts264 expect(persisted?.email).toBe("foo@bar.com");CODE
LOW…coding-agent/test/custom-model-preset-creation.test.ts38 name: "placeholder",CODE
LOWpackages/coding-agent/test/sdk-skills.test.ts114 fs.writeFileSync(path.join(userAgentDir, "placeholder.txt"), "placeholder");CODE
LOWpackages/coding-agent/test/acp-builtins.test.ts340 metadata: { email: "user@example.com" },CODE
LOW…ckages/coding-agent/test/notifications-service.test.ts894 [endpoint]: JSON.stringify({ sessionId: "placeholder", url: "ws://x", token: "t", pid: 999 }),CODE
LOW…/issue-3761-symlinked-notifications-activation.test.ts20const BOT_TOKEN = "123456:AA-fake-token-for-issue-3761";CODE
LOW…ing-agent/test/agent-session-tool-rebuild-skip.test.ts398 const dynamicTool = createMcpCustomTool("mcp__nucleus_search", "nucleus", "search", "placeholder");CODE
LOW…oding-agent/test/runtime-mcp/manager-lifecycle.test.ts1439 env: { TOKEN: "placeholder" },CODE
LOW…oding-agent/test/runtime-mcp/manager-lifecycle.test.ts1474 env: { TOKEN: "placeholder" },CODE
LOW…ages/coding-agent/src/gjc-runtime/ultragoal-runtime.ts1717 return !["todo", "tbd", "n/a", "na", "none", "placeholder", "empty", "stub"].includes(normalized);CODE
LOWpackages/coding-agent/src/session/session-manager.ts3441 const summary = materializeResidentValueSync(entry.summary, stores, "summary", cache, "placeholder");CODE
LOWpackages/coding-agent/src/session/session-manager.ts3447 "placeholder",CODE
LOWpackages/coding-agent/src/session/session-manager.ts3457 "placeholder",CODE
LOWpackages/coding-agent/src/session/session-manager.ts200type ResidentBlobMissingPolicy = "throw" | "placeholder";CODE
LOWpackages/coding-agent/src/session/session-manager.ts3241 if (missingPolicy === "placeholder" && err instanceof ResidentBlobMissingError) {CODE
LOWpackages/coding-agent/src/session/session-manager.ts3325 return materializeResidentEntrySync(entry, stores, cache, "placeholder");CODE
LOWpackages/coding-agent/src/session/session-manager.ts3389 return materializeResidentEntriesSync(entries, stores, "placeholder");CODE
LOWpackages/coding-agent/src/session/session-manager.ts3397 return materializeResidentEntrySync(entry, stores, cache, "placeholder");CODE
LOWpackages/coding-agent/src/session/session-manager.ts3483 "placeholder",CODE
LOWpackages/coding-agent/src/session/session-manager.ts5586 missingPolicy: "placeholder",CODE
LOWpackages/coding-agent/src/session/session-manager.ts5621 missingPolicy: "placeholder",CODE
LOWpackages/tui/bench/sanitize.ts286const bigAnsi = ("\x1b[31mred\x1b[0m " + "lorem ipsum dolor ".repeat(20)).repeat(5);CODE
LOWpackages/tui/test/markdown.test.ts1069 expect(joinedPlain.includes("user@example.com"), "Should contain email").toBeTruthy();CODE
LOWpackages/tui/src/components/markdown.ts949 // text="foo@bar.com" but href="mailto:foo@bar.com")COMMENT
LOWpackages/agent/test/pruning-redteam.test.ts378 const failure = toolEntry("multi-block", "edit", "placeholder");CODE
LOWpackages/agent/test/pruning-redteam.test.ts401 const emptyFirst = toolEntry("empty-first", "edit", "placeholder");CODE
LOWpackages/agent/test/pruning-redteam.test.ts419 const output = toolEntry("all-text", "edit", "placeholder");CODE
LOWpackages/agent/test/pruning-redteam.test.ts440 const output = toolEntry("mixed", "edit", "placeholder");CODE
LOWpackages/ai/test/claude-usage-headers.test.ts65 email: "user@example.com",CODE
LOWpackages/ai/test/claude-usage-retry.test.ts27 email: "user@example.com",CODE
LOWpackages/ai/test/total-tokens.test.ts38 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOWpackages/ai/test/total-tokens.test.ts38 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aCODE
LOWpackages/ai/test/anthropic-oauth.test.ts131 email_address: "user@example.com",CODE
LOWpackages/ai/test/anthropic-oauth.test.ts145 expect(result.email).toBe("user@example.com");CODE
LOWpackages/ai/test/oauth-xai.test.ts195 email: "user@example.com",CODE
LOWpackages/ai/test/anthropic-tool-schema.test.ts458 default: "user@example.com",CODE
LOWpackages/ai/test/anthropic-tool-schema.test.ts465 default: "user@example.com", // SDK would move this into descriptionCODE
LOWpackages/ai/test/remote-auth-store.test.ts284 email: "user@example.com",CODE
LOWpackages/ai/test/context-overflow.test.ts33// Lorem ipsum paragraph for realistic token estimationCOMMENT
LOWpackages/ai/test/context-overflow.test.ts34const LOREM_IPSUM = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut laboreCODE
LOWpackages/ai/test/context-overflow.test.ts34const LOREM_IPSUM = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut laboreCODE
LOWpackages/ai/src/utils/oauth/perplexity.ts94 placeholder: "user@example.com",CODE
Unused Imports31 hits · 30 pts
SeverityFileLineSnippetContext
LOWpython/gjc-sdk/tests/test_vectors.py1CODE
LOWpython/gjc-sdk/tests/test_transport.py1CODE
LOWpython/gjc-sdk/tests/test_client.py1CODE
LOWpython/gjc-sdk/gjc_sdk/discovery.py1CODE
LOWpython/gjc-sdk/gjc_sdk/transport.py1CODE
LOWpython/gjc-sdk/gjc_sdk/client.py1CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py1CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/__init__.py2CODE
LOWpython/gjc-sdk/gjc_sdk/frames.py1CODE
LOWscripts/tool_io.py3CODE
LOWscripts/analyze_small_edits.py3CODE
LOWscripts/session-stats/sync.py27CODE
LOWscripts/session-stats/sync.py39CODE
LOWscripts/session-stats/analyze_search_relevance.py22CODE
LOWscripts/session-stats/analyze_selector_reads.py24CODE
LOWscripts/session-stats/plot_tools.py18CODE
LOWscripts/session-stats/plot_read_summarizer.py18CODE
LOWscripts/session-stats/optimize_read_config.py26CODE
LOWscripts/session-stats/optimize_read_config.py30CODE
LOWscripts/session-stats/analyze.py13CODE
LOWscripts/session-stats/harmony_backtest.py11CODE
LOWscripts/session-stats/harmony_backtest.py19CODE
LOWscripts/session-stats/read_optimizer.py23CODE
LOWpackages/coding-agent/bench/perf-corpus-rlm-analysis.py10CODE
LOWpackages/coding-agent/src/eval/py/runner.py26CODE
LOWpackages/coding-agent/src/eval/py/prelude.py1CODE
Excessive Try-Catch Wrapping35 hits · 29 pts
SeverityFileLineSnippetContext
LOWscripts/session-stats/sync.py441 except Exception:CODE
LOWscripts/session-stats/sync.py661 except Exception:CODE
LOWscripts/session-stats/sync.py880 except Exception:CODE
LOWscripts/session-stats/sync.py974 except Exception as e:CODE
LOWscripts/session-stats/sync.py996 except Exception as e:CODE
LOWscripts/session-stats/analyze.py466 except Exception:STRING
LOWscripts/session-stats/analyze.py654 except Exception:STRING
LOWscripts/session-stats/analyze.py793 except Exception:STRING
LOWscripts/session-stats/analyze.py806 except Exception:STRING
LOWscripts/gjc-session/postmortem.sh125except Exception:CODE
LOWscripts/gjc-session/create.sh257except Exception:CODE
LOWscripts/gjc-session/create.sh283except Exception:CODE
LOWscripts/gjc-session/create.sh404 except Exception:CODE
LOWscripts/gjc-session/create.sh428 except Exception:CODE
LOWscripts/gjc-session/create.sh447 except Exception: passCODE
LOWscripts/gjc-session/create.sh744except Exception: raise SystemExit(1)CODE
LOWscripts/gjc-session/create.sh795except Exception:CODE
LOWscripts/gjc-session/create.sh817except Exception:CODE
LOWscripts/gjc-session/create.sh870except Exception:CODE
MEDIUMscripts/gjc-session/create.sh122def valid_started():CODE
LOWscripts/gjc-session/issue-1938-cgroup-repro.sh406except Exception: raise SystemExit(1)CODE
LOWpackages/coding-agent/src/eval/py/runner.py60 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py320 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py323 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py327 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py708 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py718 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py846 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py303 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py306 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py645 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py660 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py672 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/runner.py903 except Exception:CODE
LOWpackages/coding-agent/src/eval/py/prelude.py33 except Exception:CODE
Deep Nesting23 hits · 22 pts
SeverityFileLineSnippetContext
LOWpython/gjc-sdk/tests/test_vectors.py32CODE
LOWpython/gjc-sdk/gjc_sdk/client.py94CODE
LOWpython/gjc-sdk/gjc_sdk/frames.py101CODE
LOWscripts/tool_io.py154CODE
LOWscripts/analyze_small_edits.py249CODE
LOWscripts/session-stats/sync.py284CODE
LOWscripts/session-stats/sync.py417CODE
LOWscripts/session-stats/sync.py498CODE
LOWscripts/session-stats/sync.py590CODE
LOWscripts/session-stats/analyze.py397CODE
LOWscripts/session-stats/analyze.py573CODE
LOWscripts/session-stats/read_optimizer.py261CODE
LOWscripts/session-stats/read_optimizer.py316CODE
LOWscripts/session-stats/read_optimizer.py430CODE
LOWpackages/coding-agent/bench/perf-corpus-rlm-analysis.py204CODE
LOWpackages/coding-agent/bench/perf-corpus-rlm-analysis.py1515CODE
LOWpackages/coding-agent/bench/perf-corpus-rlm-analysis.py1992CODE
LOWpackages/coding-agent/src/eval/py/runner.py332CODE
LOWpackages/coding-agent/src/eval/py/prelude.py175CODE
LOWpackages/coding-agent/src/eval/py/prelude.py324CODE
LOWpackages/ai/scripts/cursor-log.py66CODE
LOWpackages/ai/scripts/cursor-log.py145CODE
LOWpackages/ai/scripts/cursor-log.py203CODE
Modern AI Meta-Vocabulary6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMdocs/tui-runtime-internals.md171## Status and loader orchestrationCOMMENT
MEDIUMdocs/handoff-generation-pipeline.md220## Short-session and minimum-content guardrailsCOMMENT
MEDIUMdocs/hermes-mcp-bridge.md142## Turn orchestration flowCOMMENT
MEDIUMpackages/coding-agent/src/commands/commit.ts35 // The agentic commit flow opens HTTP/2 keep-alive sockets to the modelCOMMENT
MEDIUMpackages/ai/test/issue-1227-repro.test.ts105 // The critical /btw scenario: session already has tool history (prior agenticCOMMENT
MEDIUMpackages/natives/scripts/gen-enums.ts349 // content replacement — no scaffold, no template file.COMMENT
AI Slop Vocabulary4 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUMartifacts/dev-14ae92-ci-repair-receipt.json45 "mechanism": "#4004 changed resolveIntentTracingEnabled from `(setting||flag) && hasUI` to `(setting||flag) && !suCODE
MEDIUMpackages/coding-agent/test/sdk-broker.test.ts1084 // Poll instead of a fixed delay so the assertion is robust to CI schedulingCOMMENT
MEDIUM…/coding-agent/test/harness-control-plane/owner.test.ts309 // Poll for the owner to release the lease + close the endpoint (robust under load).COMMENT
MEDIUMpackages/utils/src/which.ts1// OS-agnostic "which" helper with robust macOS toolchain lookup and flexible cache control.COMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOWscripts/install.sh69# Check if bun is availableCOMMENT
LOWscripts/install.sh118# Check if git is availableCOMMENT
LOWscripts/install.sh137# Check if git-lfs is availableCOMMENT
LOWscripts/install.sh249 # Check if in PATHCOMMENT
Overly Generic Function Names4 hits · 6 pts
SeverityFileLineSnippetContext
LOW…/coding-agent/test/core/apply-patch-regression.test.ts216def helper():CODE
LOW…/coding-agent/test/core/apply-patch-regression.test.ts220def helper():CODE
LOW…/coding-agent/test/core/apply-patch-regression.test.ts230 diff: `@@ -6,2 +6,2 @@ def helper():CODE
LOW…/coding-agent/test/core/apply-patch-regression.test.ts231 def helper():CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHscripts/session-stats/harmony_backtest.py30NULLISH_RE = re.compile(r"\b(undefined|null)\b")CODE
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHpackages/coding-agent/src/eval/py/prelude.py182Read task/agent output by ID. Returns text or JSON depending on format. Args: *ids: Output STRING
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHpackages/ai/README.md923 apiKey: "your-api-key",CODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMscripts/gjc-session/create.sh2# Create a public-safe GJC tmux session through the owner-isolation protocol.COMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/coding-agent/src/web/scrapers/terraform.ts137 // Usage exampleCOMMENT
LOWpackages/coding-agent/src/web/scrapers/terraform.ts251 // Usage exampleCOMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWpackages/natives/test/native.test.ts35 // TODO: implementCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWpython/gjc-sdk/gjc_sdk/__init__.py4__all__ = [CODE