Repository Analysis

block/buzz

A hive mind communication platform

7.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of block/buzz, a Rust project with 20,838 GitHub stars. SynthScan v2.0 examined 836,595 lines of code across 2734 source files, recording 4008 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 7.5 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.5
Adjusted Score
7.5
Raw Score
100%
Time Factor
2026-08-02
Last Push
20.8K
Stars
Rust
Language
836.6K
Lines of Code
2.7K
Files
4.0K
Pattern Hits
2026-08-02
Scan Date
0.00
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 0HIGH 2MEDIUM 1066LOW 2940

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 4008 distinct pattern matches across 17 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 Separators1032 hits · 3148 pts
SeverityFileLineSnippetContext
MEDIUMdocker-compose.harness.yml1# =============================================================================COMMENT
MEDIUMdocker-compose.harness.yml13# =============================================================================COMMENT
MEDIUMcrates/buzz-acp/src/config.rs2529 // ── Multiple-event-handling validation + default ──────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/config.rs2582 // ── Idle timeout constant + guard (PR #935) ───────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/config.rs2582 // ── Idle timeout constant + guard (PR #935) ───────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs1283 // ── Setup-mode early branch ───────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs1630 // ── Step 7: Shutdown signal ───────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs2750// ── signal_in_flight_task ─────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs2907// ── dispatch_pending ──────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs3881// ── spawn_and_init ────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs4561 // ── DM hardening ──────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs4645 // ── is_dm_channel resolution ──────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs6202 // ── is_auth_error classification ───────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/lib.rs6255 // ── auth error dead-letter behavior ────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs46// ── Availability mirror ────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs80// ── Payload ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs300// ── setup listener ────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs648// ── Tests ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs813 // ── config-invalid footer tests ────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs892 // ── sentinel block tests ───────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs989 // ── should_nudge_for_event gate tests ─────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/setup_mode.rs1046 // ── availability round-trip tests ─────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs649 // ── Goose-native steer withhold (side table) ──────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs2122 // ── Test 9b: requeue preserves events ────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs3245 // ── Human-aware reply anchoring ──────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs3757 // ── Test: requeue_as_cancelled fallback (no new events) ──────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs4263 // ── Goose-native steer withhold tests ───────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs4449 // ── format_prompt: agent_canvas ─────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/queue.rs4734 // ── F2 case 2.5: steer renewal is monotonic across repeated steers ───────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs598 // ── Delta computation: non-happy paths ─────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs726 // ── Happy path ─────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs802 // ── Wire deserialization ────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs966 // ── model field threading ────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs1035 // ── accumulatedTotalTokens: field-local delta, session poisoning ───────COMMENT
MEDIUMcrates/buzz-acp/src/usage.rs1199 // ── cache-read token threading ──────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs4027 // ── prepend_canvas_for_legacy ─────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5304 // ── ControlSignal::SwitchModel (Phase 3a, Option ii) ─────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5324 // ── requeue_cancelled_batch ────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5386 // ── classify_control_cancel_failure ─────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5560 // ── turn liveness emission ───────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5853 // ── steer_rx invariant tests ──────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs5984 // ── NIP-AM emit-hook unit tests ────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs6419 // ── render_canvas_section ────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs6436 // ── with_canvas ──────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs6462 // ── canvas_sections cache invalidation ───────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs6517 // ── canvas_section_from_query_response ───────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/pool.rs6727 // ── new-session channel context (one resolve, two consumers) ─────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs3426 // ── Goose-native steer scaffold (PR follow-up to #1160) ──────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs3426 // ── Goose-native steer scaffold (PR follow-up to #1160) ──────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs2166// ─── Drop: kill child process ─────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs2773 // ── model_in_catalog tests ────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs2825 // ── Error variant display ─────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs3529 // ── Goose-native steer arm tests ──────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs3739 // ── Cross-harness steer transport tests ───────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs4145 // ── Goose usage notification integration ──────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/acp.rs4264 // ── build_codex_config_env ────────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/relay.rs5078 // ── startup connect retry ────────────────────────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/relay.rs5713 // ── Rate-limit gate, pacing, backoff reset, DNS ──────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/relay.rs6080 // ── Control-sub recovery from rate-limited CLOSED ────────────────────────COMMENT
MEDIUMcrates/buzz-acp/src/relay.rs6135 // ── Drain state transitions ───────────────────────────────────────────────COMMENT
972 more matches not shown…
Over-Commented Block1524 hits · 1425 pts
SeverityFileLineSnippetContext
LOWdeny.toml1[advisories]COMMENT
LOWlefthook.yml1# Glob patterns below mirror the `changes` job's dorny/paths-filter groups inCOMMENT
LOWdocker-compose.harness.yml1# =============================================================================COMMENT
LOWpnpm-workspace.yaml1packages:COMMENT
LOWcrates/buzz-db/src/relay_invite.rs1//! Use-limited relay invite persistence (v2 opaque tokens).COMMENT
LOWcrates/buzz-db/src/relay_invite.rs181COMMENT
LOWcrates/buzz-db/src/feed.rs1//! Feed-specific DB queries for the Home Feed feature.COMMENT
LOWcrates/buzz-db/src/api_token.rs121 if result.rows_affected() == 0 {COMMENT
LOWcrates/buzz-db/src/api_token.rs321 .execute(pool)COMMENT
LOWcrates/buzz-db/src/channel.rs361 community_id.as_uuid(),COMMENT
LOWcrates/buzz-db/src/channel.rs541///COMMENT
LOWcrates/buzz-db/src/channel.rs2481 .awaitCOMMENT
LOWcrates/buzz-db/src/channel.rs2561 members.iter().any(|m| m.pubkey == victim),COMMENT
LOWcrates/buzz-db/src/git_repo.rs1//! Git repository name registry (NIP-34 kind:30617).COMMENT
LOWcrates/buzz-db/src/git_repo.rs21use crate::error::Result;COMMENT
LOWcrates/buzz-db/src/git_repo.rs61 .transpose()COMMENT
LOWcrates/buzz-db/src/moderation.rs1//! Community moderation persistence (Phase 1 contract).COMMENT
LOWcrates/buzz-db/src/admin_moderation.rs21/// Deployment-global moderation report.COMMENT
LOWcrates/buzz-db/src/admin_moderation.rs81COMMENT
LOWcrates/buzz-db/src/thread.rs101 /// Whether this event is broadcast to the channel timeline.COMMENT
LOWcrates/buzz-db/src/thread.rs241/// Increment `reply_count` (and `last_reply_at`) on the parent event.COMMENT
LOWcrates/buzz-db/src/thread.rs321 .bind(root_id)COMMENT
LOWcrates/buzz-db/src/lib.rs1#![deny(unsafe_code)]COMMENT
LOWcrates/buzz-db/src/lib.rs181 /// route here (see [`Db::read`]); locks, transactions, and anythingCOMMENT
LOWcrates/buzz-db/src/lib.rs201 /// `None` disables the bounded arm entirely (the rollout default) —COMMENT
LOWcrates/buzz-db/src/lib.rs221/// the heartbeat observation was its first statement, so the snapshot theCOMMENT
LOWcrates/buzz-db/src/lib.rs301 /// Fail closed: serve from the writer pool (already recorded).COMMENT
LOWcrates/buzz-db/src/lib.rs321 /// `EventQuery` purely to mint a token — the proof must be the SQL'sCOMMENT
LOWcrates/buzz-db/src/lib.rs361use route_proof::ChannelScoped;COMMENT
LOWcrates/buzz-db/src/lib.rs381 /// Bounds INSERT-completeness only — "no missing rows", not "no extraCOMMENT
LOWcrates/buzz-db/src/lib.rs501/// Configuration for the Postgres connection pool.COMMENT
LOWcrates/buzz-db/src/lib.rs701 /// (seconds-denominated) timeout. Failing closed to the writer must beCOMMENT
LOWcrates/buzz-db/src/lib.rs821 /// the migration decision. On a relay with `BUZZ_AUTO_MIGRATE` off, theCOMMENT
LOWcrates/buzz-db/src/lib.rs861 self.read_pool.is_some()COMMENT
LOWcrates/buzz-db/src/lib.rs921 // `buzz_db_route_decision{decision="writer",reason="reader_acquire_timeout"}`COMMENT
LOWcrates/buzz-db/src/lib.rs1021 /// Returns pool utilisation stats for metrics emission.COMMENT
LOWcrates/buzz-db/src/lib.rs1641 event::query_events(&self.pool, q).awaitCOMMENT
LOWcrates/buzz-db/src/lib.rs2681 /// Fetch replies under a root event.COMMENT
LOWcrates/buzz-db/src/lib.rs2801 /// [`Db::get_channel_window`], additionally returning the session thatCOMMENT
LOWcrates/buzz-db/src/lib.rs4781 /// Same-second ties are broken by lowest event `id` (deterministic ordering).COMMENT
LOWcrates/buzz-db/src/lib.rs7521 /// test refuses to take that on faith and re-proves it through theCOMMENT
LOWcrates/buzz-db/src/lib.rs7541 ///COMMENT
LOWcrates/buzz-db/src/event.rs21/// unset — the effective ceiling on any client-requested `limit`.COMMENT
LOWcrates/buzz-db/src/event.rs41 pub until: Option<DateTime<Utc>>,COMMENT
LOWcrates/buzz-db/src/event.rs61 /// Use for endpoints that serve non-channel data (e.g. kind:1 notes) toCOMMENT
LOWcrates/buzz-db/src/event.rs81 /// Shared-gated visibility reader: when set, append an SQL visibilityCOMMENT
LOWcrates/buzz-db/src/event.rs521 }COMMENT
LOWcrates/buzz-db/src/event.rs801/// `deletion_created_at_secs` is the deletion event's own `created_at`. NIP-09COMMENT
LOWcrates/buzz-db/src/event.rs1721 assert!(COMMENT
LOWcrates/buzz-db/src/event.rs2481COMMENT
LOWcrates/buzz-db/src/user.rs21}COMMENT
LOWcrates/buzz-db/src/replica_fence.rs1//! Replica freshness fence for keyset-cursor read routing.COMMENT
LOWcrates/buzz-db/src/replica_fence.rs21//! transaction then partitions into exactly three buckets:COMMENT
LOWcrates/buzz-db/src/replica_fence.rs41//! session (readers behind one endpoint may sit at different replayCOMMENT
LOWcrates/buzz-db/src/replica_fence.rs61COMMENT
LOWcrates/buzz-db/src/replica_fence.rs81COMMENT
LOWcrates/buzz-db/src/replica_fence.rs101/// How many `(token, fence_wall)` entries the fence retains. At one probeCOMMENT
LOWcrates/buzz-db/src/replica_fence.rs121pub struct TokenEntry {COMMENT
LOWcrates/buzz-db/src/replica_fence.rs141 ring: VecDeque<TokenEntry>,COMMENT
LOWcrates/buzz-db/src/replica_fence.rs361///COMMENT
1464 more matches not shown…
Hyper-Verbose Identifiers1195 hits · 1206 pts
SeverityFileLineSnippetContext
LOWweb/src/shared/lib/buzz-download.ts80export async function detectBuzzDownloadPlatform(CODE
LOWweb/src/shared/lib/buzz-download.ts142export async function resolveBuzzDownloadUrlForPlatform(CODE
LOWdesktop/tests/e2e/threadpane-ultrawide.spec.ts8async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/channel-composer-overflow.spec.ts15async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/profile.spec.ts24async function selectFirstEmojiFromPicker(page: Page) {CODE
LOWdesktop/tests/e2e/profile.spec.ts43async function waitForAvatarEditorToClose(page: Page) {CODE
LOWdesktop/tests/e2e/profile.spec.ts145async function waitForMockLiveSubscription(page: Page, channelName: string) {CODE
LOWdesktop/tests/e2e/messaging.spec.ts7async function expectThreadReplyUnobscured(row: Locator) {CODE
LOWdesktop/tests/e2e/messaging.spec.ts34async function measureThreadSummaryGeometry(summaryRow: Locator) {CODE
LOWdesktop/tests/e2e/thread-focus-mode.spec.ts58async function expectChannelHeaderUnobscured(CODE
LOWdesktop/tests/e2e/smoke.spec.ts43async function focusSidebarSearchWithShortcut(CODE
LOWdesktop/tests/e2e/smoke.spec.ts96async function chooseSharedComputeProvider(CODE
LOWdesktop/tests/e2e/persona-sync.spec.ts85async function listenForAgentsDataChanged(CODE
LOWdesktop/tests/e2e/badge.spec.ts7async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/top-chrome-zoom-clearance.spec.ts55async function expectTopChromeFixedHeight(CODE
LOWdesktop/tests/e2e/top-chrome-zoom-clearance.spec.ts65async function expectNavButtonsFixedSize(CODE
LOWdesktop/tests/e2e/unread-pill.spec.ts5async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/channel-mute.spec.ts29async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/live-broadcast-reply-timeline.spec.ts38async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/warm-switch-markdown.perf.ts93async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/timeline-no-shift.spec.ts18async function waitForMockTimelineBridge(page: Page) {CODE
LOWdesktop/tests/e2e/timeline-no-shift.spec.ts197function expectAnchorOrderUnchanged(CODE
LOWdesktop/tests/e2e/sidebar-relay-card.spec.ts106async function expectGenericReconnectCard(page: Page) {CODE
LOWdesktop/tests/e2e/thread-reply-anchor-roleplay.spec.ts15async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/thread-unread.spec.ts11async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/channels.spec.ts64async function hasOutgoingEventWithContent(CODE
LOWdesktop/tests/e2e/channels.spec.ts195async function expectMembersTriggerCount(CODE
LOWdesktop/tests/e2e/channels.spec.ts205async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/channels.spec.ts404async function expectIntroSpacedAboveDayDivider(CODE
LOWdesktop/tests/e2e/channels.spec.ts438async function expectIntroActionCardLayout(CODE
LOWdesktop/tests/e2e/channels.spec.ts470async function expectIntroActionsShareRow(CODE
LOWdesktop/tests/e2e/relay-restart.live.spec.ts86async function exerciseBackgroundTraffic(page: Page, durationMs: number) {CODE
LOWdesktop/tests/e2e/relay-restart.live.spec.ts104async function assertConnectAttemptsArePaced(page: Page) {CODE
LOWdesktop/tests/e2e/channel-controls.spec.ts30async function selectTemporaryChannelType(CODE
LOWdesktop/tests/e2e/onboarding.spec.ts94async function seedCommunityProfileStage(page: Page, id: string) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts148async function selectFirstEmojiFromPicker(page: Page) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts185async function expectIntroActionIconStackedAboveTitle(CODE
LOWdesktop/tests/e2e/onboarding.spec.ts198async function expectWelcomeComposerBannerLayout(page: Page) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts232async function expectWelcomePersonaMention(page: Page) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts291async function expectPrivateWelcomeLanding(page: Page) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts367async function expectWelcomeComposerBannerCompletesAfterPersonaMention(CODE
LOWdesktop/tests/e2e/onboarding.spec.ts578async function expectIncompleteOnboarding(page: Page) {CODE
LOWdesktop/tests/e2e/onboarding.spec.ts585async function completeProfileOnboarding(page: Page) {CODE
LOWdesktop/tests/e2e/stream.spec.ts61async function createAndJoinSharedStream(CODE
LOWdesktop/tests/e2e/stream.spec.ts164async function scrollTimelineAwayFromBottom(page: Page, minDistance = 160) {CODE
LOWdesktop/tests/e2e/composer-tooltip-dismiss.spec.ts17async function expectTooltipDismissesOnLeave(CODE
LOWdesktop/tests/e2e/buzz-theme-screenshots.spec.ts185async function expectIconlessSectionTitleAligned(CODE
LOWdesktop/tests/e2e/buzz-theme-screenshots.spec.ts285async function expectBuzzSettingsPalette(page: Page, mode: "light" | "dark") {CODE
LOWdesktop/tests/e2e/relay-reconnect.spec.ts5async function setMockWebsocketSendsStalled(CODE
LOWdesktop/tests/e2e/relay-reconnect.spec.ts52async function setMockWebsocketUnavailable(CODE
LOWdesktop/tests/e2e/relay-reconnect.spec.ts78async function getMockWebsocketConnectAttempts(CODE
LOWdesktop/tests/e2e/reminder-click-repro.spec.ts43async function expectAppAliveAfterDialogClose(CODE
LOWdesktop/tests/e2e/reminder-click-repro.spec.ts56async function openReminderDialogFromMessageMenu(CODE
LOWdesktop/tests/e2e/image-attachment-gallery.spec.ts18async function waitForMockLiveSubscription(page: Page, channelName: string) {CODE
LOWdesktop/tests/e2e/custom-emoji.spec.ts23async function waitForMockLiveSubscription(CODE
LOWdesktop/tests/e2e/custom-emoji.spec.ts262async function quickReactionStorageContains(CODE
LOWdesktop/tests/e2e/integration.spec.ts50async function assertDesktopNotificationsEnabled(CODE
LOWdesktop/tests/e2e/integration.spec.ts165async function getLoggedNotificationCount(CODE
LOWdesktop/tests/e2e/integration.spec.ts171async function expectLoggedNotifications(CODE
LOWdesktop/tests/e2e/video-attachment.spec.ts34async function waitForMockLiveSubscription(page: Page, channelName: string) {CODE
1135 more matches not shown…
Structural Annotation Overuse72 hits · 130 pts
SeverityFileLineSnippetContext
LOWARCHITECTURE.md169### Step 0: Community BindingCOMMENT
LOWARCHITECTURE.md179### Step 1: Semaphore AcquireCOMMENT
LOWARCHITECTURE.md183### Step 2: NIP-42 ChallengeCOMMENT
LOWARCHITECTURE.md187### Step 3: AuthenticationCOMMENT
LOWARCHITECTURE.md198### Step 4: Active LoopsCOMMENT
LOWARCHITECTURE.md210### Step 5: CleanupCOMMENT
LOWcrates/buzz-acp/src/pool.rs3865 // Step 1: query our kind:7 reactions targeting this event.COMMENT
LOWcrates/buzz-acp/src/pool.rs3905 // Step 2: build and submit a signed kind:5 deletion for the reaction event.COMMENT
LOWcrates/buzz-acp/src/acp.rs989 // Step 1: respond to any pending permission request with "cancelled",COMMENT
LOWcrates/buzz-acp/src/acp.rs1004 // Step 2: send session/cancel notification (no id)COMMENT
LOWcrates/buzz-acp/src/relay.rs711 // Step 2: Fetch metadata (kind:39000) for discovered channels.COMMENT
LOWcrates/buzz-acp/src/relay.rs721 // Step 3: Build the final subscribe set, skipping archived channels.COMMENT
LOWcrates/buzz-acp/src/relay.rs675 // Step 1: Find all channels where agent is a member (kind:39002 with #p tag).COMMENT
LOWcrates/buzz-persona/src/pack.rs324 // Step 0: reject absolute paths (Unix `/` prefix or Windows drive letters).COMMENT
LOWcrates/buzz-persona/src/pack.rs333 // Step 1: reject `..` components eagerly.COMMENT
LOWcrates/buzz-persona/src/pack.rs343 // Step 2: canonicalize (resolves symlinks).COMMENT
LOWcrates/buzz-persona/src/pack.rs358 // Step 3: must be inside pack_root.COMMENT
LOWcrates/buzz-persona/src/validate.rs137/// Step 1: delegate all structural validation to `load_pack()`. If loadingCOMMENT
LOWcrates/buzz-persona/src/validate.rs140/// Step 2: run advisory checks on the loaded pack. These inspect raw filesCOMMENT
LOWcrates/buzz-persona/src/validate.rs146 // Step 1: structural validation via the loader.COMMENT
LOWcrates/buzz-persona/src/validate.rs155 // Step 2: semantic checks on the loaded pack.COMMENT
LOWcrates/buzz-persona/src/validate.rs158 // Step 3: advisory checks on raw files.COMMENT
LOWcrates/buzz-cli/src/commands/channels.rs34 // Step 1: find channel IDs where we're a member (kind:39002)COMMENT
LOWcrates/buzz-cli/src/commands/channels.rs52 // Step 2: fetch kind:39000 metadata for those channels.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1000 // Step 1: Connect and publish kind:0 with a valid nip05 handle.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1024 // Step 2: Verify the kind:0 content was stored via POST /query.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1058 // Step 3: Verify NIP-05 resolves via /.well-known/nostr.json.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1076 // Step 4: Publish another kind:0 with an off-domain nip05 (should be cleared).COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1101 // Step 5: Verify the handle was CLEARED — NIP-05 should no longer resolveCOMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2606 // Step 1: strip the owner.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2613 // Step 2: attacker tries to make itself owner.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2620 // Step 3: ex-owner tries to restore itself.COMMENT
LOWcrates/buzz-core/src/pairing/NIP-AB.md202### Step 1: Source SubscribesCOMMENT
LOWcrates/buzz-core/src/pairing/NIP-AB.md210### Step 2: Target Sends OfferCOMMENT
LOWcrates/buzz-core/src/pairing/NIP-AB.md250### Step 3: SAS VerificationCOMMENT
LOWcrates/buzz-core/src/pairing/NIP-AB.md320### Step 4: Payload TransferCOMMENT
LOWcrates/buzz-core/src/pairing/NIP-AB.md371### Step 5: CompletionCOMMENT
LOWcrates/buzz-pair-relay/src/lib.rs547 // Step 1: build the NIP-01 commitment and hash it.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs560 // Step 2: verify hash matches claimed id.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs566 // Step 3: parse pubkey as x-only.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs571 // Step 4: parse sig.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs575 // Step 5: verify.COMMENT
LOWcrates/buzz-relay/src/api/git/cas_publish.rs1192 // Step 6: put_manifest.COMMENT
LOWcrates/buzz-relay/src/api/git/cas_publish.rs1211 // Step 7: CAS the pointer.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts168 // Step 1: upsert the persona first.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts187 // Step 2: confirm it landed.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts194 // Step 3: build + sign a kind:5 deletion event. created_at must be strictlyCOMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts214 // Step 4: assert the record is gone.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts221 // Step 5: assert the emit fired for the tombstone path too.COMMENT
LOWdesktop/tests/e2e/badge.spec.ts323 // Step 1: seed a "read at now" state from the remote device so theCOMMENT
LOWdesktop/tests/e2e/badge.spec.ts351 // Step 2: a remote rollback carries an older read timestamp in a newerCOMMENT
LOWdesktop/tests/e2e/badge.spec.ts389 // Step 3: remote advance clears the local forced-unread dot.COMMENT
LOWdesktop/src-tauri/src/secret_store.rs761 // Step 1: read current blob keys (best-effort; no entry = empty set).COMMENT
LOWdesktop/src-tauri/src/secret_store.rs815 // Step 4: delete the main blob entry.COMMENT
LOWdesktop/src-tauri/src/secret_store.rs830 // Step 5: clear the in-memory cache.COMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs388 // Step 1: fresh agent with inherited model → resolves globalCOMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs398 // Step 2: set explicit model on definitionCOMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs412 // Step 3: switch back to inherit — even with stale record bytesCOMMENT
LOWdesktop/src-tauri/src/commands/channels.rs86 // Step 1: find all kind:39002 (members) events that mention me, thenCOMMENT
LOWdesktop/src-tauri/src/commands/channels.rs122 // Step 2: fetch channel metadata events (kind:39000) for member channels.COMMENT
12 more matches not shown…
Verbosity Indicators61 hits · 111 pts
SeverityFileLineSnippetContext
LOWcrates/buzz-acp/src/pool.rs3865 // Step 1: query our kind:7 reactions targeting this event.COMMENT
LOWcrates/buzz-acp/src/pool.rs3905 // Step 2: build and submit a signed kind:5 deletion for the reaction event.COMMENT
LOWcrates/buzz-acp/src/acp.rs989 // Step 1: respond to any pending permission request with "cancelled",COMMENT
LOWcrates/buzz-acp/src/acp.rs1004 // Step 2: send session/cancel notification (no id)COMMENT
LOWcrates/buzz-acp/src/relay.rs711 // Step 2: Fetch metadata (kind:39000) for discovered channels.COMMENT
LOWcrates/buzz-acp/src/relay.rs721 // Step 3: Build the final subscribe set, skipping archived channels.COMMENT
LOWcrates/buzz-acp/src/relay.rs675 // Step 1: Find all channels where agent is a member (kind:39002 with #p tag).COMMENT
LOWcrates/buzz-persona/src/pack.rs324 // Step 0: reject absolute paths (Unix `/` prefix or Windows drive letters).COMMENT
LOWcrates/buzz-persona/src/pack.rs333 // Step 1: reject `..` components eagerly.COMMENT
LOWcrates/buzz-persona/src/pack.rs343 // Step 2: canonicalize (resolves symlinks).COMMENT
LOWcrates/buzz-persona/src/pack.rs358 // Step 3: must be inside pack_root.COMMENT
LOWcrates/buzz-persona/src/validate.rs137/// Step 1: delegate all structural validation to `load_pack()`. If loadingCOMMENT
LOWcrates/buzz-persona/src/validate.rs140/// Step 2: run advisory checks on the loaded pack. These inspect raw filesCOMMENT
LOWcrates/buzz-persona/src/validate.rs146 // Step 1: structural validation via the loader.COMMENT
LOWcrates/buzz-persona/src/validate.rs155 // Step 2: semantic checks on the loaded pack.COMMENT
LOWcrates/buzz-persona/src/validate.rs158 // Step 3: advisory checks on raw files.COMMENT
LOWcrates/buzz-cli/src/commands/channels.rs34 // Step 1: find channel IDs where we're a member (kind:39002)COMMENT
LOWcrates/buzz-cli/src/commands/channels.rs52 // Step 2: fetch kind:39000 metadata for those channels.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1000 // Step 1: Connect and publish kind:0 with a valid nip05 handle.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1024 // Step 2: Verify the kind:0 content was stored via POST /query.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1058 // Step 3: Verify NIP-05 resolves via /.well-known/nostr.json.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1076 // Step 4: Publish another kind:0 with an off-domain nip05 (should be cleared).COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs1101 // Step 5: Verify the handle was CLEARED — NIP-05 should no longer resolveCOMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2606 // Step 1: strip the owner.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2613 // Step 2: attacker tries to make itself owner.COMMENT
LOWcrates/buzz-test-client/tests/e2e_relay.rs2620 // Step 3: ex-owner tries to restore itself.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs547 // Step 1: build the NIP-01 commitment and hash it.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs560 // Step 2: verify hash matches claimed id.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs566 // Step 3: parse pubkey as x-only.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs571 // Step 4: parse sig.COMMENT
LOWcrates/buzz-pair-relay/src/lib.rs575 // Step 5: verify.COMMENT
LOWcrates/buzz-relay/src/api/git/cas_publish.rs1192 // Step 6: put_manifest.COMMENT
LOWcrates/buzz-relay/src/api/git/cas_publish.rs1211 // Step 7: CAS the pointer.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts168 // Step 1: upsert the persona first.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts187 // Step 2: confirm it landed.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts194 // Step 3: build + sign a kind:5 deletion event. created_at must be strictlyCOMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts214 // Step 4: assert the record is gone.COMMENT
LOWdesktop/tests/e2e/persona-sync.spec.ts221 // Step 5: assert the emit fired for the tombstone path too.COMMENT
LOWdesktop/tests/e2e/badge.spec.ts323 // Step 1: seed a "read at now" state from the remote device so theCOMMENT
LOWdesktop/tests/e2e/badge.spec.ts351 // Step 2: a remote rollback carries an older read timestamp in a newerCOMMENT
LOWdesktop/tests/e2e/badge.spec.ts389 // Step 3: remote advance clears the local forced-unread dot.COMMENT
LOWdesktop/src-tauri/src/secret_store.rs761 // Step 1: read current blob keys (best-effort; no entry = empty set).COMMENT
LOWdesktop/src-tauri/src/secret_store.rs815 // Step 4: delete the main blob entry.COMMENT
LOWdesktop/src-tauri/src/secret_store.rs830 // Step 5: clear the in-memory cache.COMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs388 // Step 1: fresh agent with inherited model → resolves globalCOMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs398 // Step 2: set explicit model on definitionCOMMENT
LOW…src-tauri/src/managed_agents/effective_config/tests.rs412 // Step 3: switch back to inherit — even with stale record bytesCOMMENT
LOWdesktop/src-tauri/src/commands/channels.rs86 // Step 1: find all kind:39002 (members) events that mention me, thenCOMMENT
LOWdesktop/src-tauri/src/commands/channels.rs122 // Step 2: fetch channel metadata events (kind:39000) for member channels.COMMENT
LOWdesktop/src-tauri/src/commands/channels.rs144 // Step 3: fetch ALL open channel metadata so the channel browser can showCOMMENT
LOW…top/src-tauri/src/commands/personas/snapshot/import.rs164 // Step 1: normalize allowlist; reject malformed pubkeys immediately.COMMENT
LOW…top/src-tauri/src/commands/personas/snapshot/import.rs167 // Step 2: detect source mode and whether a list was present.COMMENT
LOW…top/src-tauri/src/commands/personas/snapshot/import.rs175 // Step 3: hard-reject allowlist-mode + empty list before any keyCOMMENT
LOW…top/src-tauri/src/commands/personas/snapshot/import.rs185 // Step 4: apply Keep/Clear when the toggle was visible (list non-empty),COMMENT
LOWdesktop/src-tauri/src/migration/detach.rs116 // Step 2: lift instructions + detach each directory-backed team.COMMENT
LOWdocs/formal/nip-rs-unread/exhaustive.py1117 # Step 1: partial_obs receives first slot, canonically re-publishes.COMMENT
LOWdocs/formal/nip-rs-unread/exhaustive.py1122 # Step 2: partial_obs receives second slot, publishes again.COMMENT
LOWdocs/formal/nip-rs-unread/exhaustive.py1126 # Step 3: third-party finals receive BOTH source slots AND bothCOMMENT
LOWmobile/lib/features/channels/channels_provider.dart124 // Step 1: find the channels I'm a member of via kind:39002.COMMENT
LOWmobile/lib/features/channels/channels_provider.dart152 // Step 2: pull channel metadata in one batched filter.COMMENT
1 more matches not shown…
AI Slop Vocabulary23 hits · 80 pts
SeverityFileLineSnippetContext
MEDIUMdocker-compose.harness.yml2# Isolated test-relay backing stack — GUI read-model overhaul harness (Dawn).COMMENT
MEDIUMdocker-compose.harness.yml4# A SEPARATE Compose project (`buzz-harness`) so the shared :3000 relay and theCOMMENT
MEDIUMdocker-compose.harness.yml9# Bring up: docker compose -p buzz-harness -f docker-compose.harness.yml up -dCOMMENT
MEDIUMcrates/buzz-acp/src/acp.rs661 #[allow(dead_code)] // Public API — callers outside the harness may use this.COMMENT
MEDIUMcrates/buzz-acp/src/relay.rs833 #[allow(dead_code)] // Public API — callers outside the harness may use thisCOMMENT
MEDIUMcrates/buzz-conformance/Cargo.toml31# generator harness, not a production crate, and the property tests callCOMMENT
MEDIUMcrates/buzz-core/src/kind.rs464/// `"!shutdown"` and a `#p` tag mentioning the agent. The harness exits gracefully.COMMENT
MEDIUMcrates/buzz-core/src/agent_turn_metric.rs276 let json = r#"{"harness":"goose","timestamp":"2026-07-01T20:11:03Z"}"#;CODE
MEDIUMdesktop/src-tauri/src/huddle/playout.rs120 /// OR keeps the invariant robust against future config tuning.COMMENT
MEDIUMdesktop/src-tauri/src/managed_agents/discovery/tests.rs1496 r#"{"id":"fast-harness","label":"Fast","command":"fast-bin"}"#,CODE
MEDIUM…ks/harbor-buzz-orchestra/testbed/compose.benchmark.yml4# benchmark harness needs on the host:COMMENT
MEDIUM…marks/harbor-buzz-orchestra/scripts/run_leaderboard.py38# Host-side: the harness speaks to the relay as the trial user via this CLI.COMMENT
MEDIUM…chestra/src/harbor_buzz_orchestra/container_runtime.py159 # user prompt @mentioning the orchestrator. The harness neverCOMMENT
MEDIUM…zz-orchestra/src/harbor_buzz_orchestra/provisioning.py39 # identity and the harness run. ``relay_ws_url`` is the view from theCOMMENT
MEDIUMscripts/start-isolated-test-relay.sh3# start-isolated-test-relay.sh — GUI read-model overhaul test harness (Dawn)COMMENT
MEDIUMscripts/start-isolated-test-relay.sh8# `buzz-harness` Compose project (docker-compose.harness.yml); the relay runsCOMMENT
MEDIUMscripts/start-isolated-test-relay.sh12# compose project : buzz-harnessCOMMENT
MEDIUMscripts/start-isolated-test-relay.sh24# docker compose -p buzz-harness -f docker-compose.harness.yml down -vCOMMENT
MEDIUMscripts/start-isolated-test-relay.sh71# ── Backing services (scoped to buzz-harness only) ───────────────────────────COMMENT
MEDIUMscripts/start-isolated-test-relay.sh93# This database belongs only to the buzz-harness Compose project. Reset it onCOMMENT
MEDIUMscripts/build-sprig.sh3# harness, agent, and developer MCP. The archive exposes these command names:COMMENT
MEDIUMscripts/build-sprig.sh6# buzz-acp link to sprig (ACP harness)COMMENT
MEDIUM.github/workflows/sprig.yml4# buzz-acp ACP harness that bridges Buzz events to the LLM agentCOMMENT
Modern AI Meta-Vocabulary10 hits · 38 pts
SeverityFileLineSnippetContext
MEDIUMcrates/buzz-acp/src/acp.rs3426 // ── Goose-native steer scaffold (PR follow-up to #1160) ──────────────COMMENT
MEDIUMcrates/buzz-agent/src/llm.rs824/// find a prior cache entry, and one agentic turn can append ~17 blocks at theCOMMENT
MEDIUMcrates/buzz-relay/examples/mesh_agent_e2e.rs12//! P4 agentic tool use — agent + buzz-dev-mcp writes a file on disk.COMMENT
MEDIUMcrates/buzz-relay/examples/mesh_agent_e2e.rs163 // P4: agentic tool use via buzz-dev-mcp — write a real file inside theCOMMENT
MEDIUMdeploy/local/build-and-deploy.sh35# ── 0. guardrails ─────────────────────────────────────────────────────────────COMMENT
MEDIUMdesktop/src/features/settings/ui/harnessCatalogCopy.ts16 // agentic coding tool" that lives in the terminal.COMMENT
MEDIUMdocs/remote-agents.md1027# nest scaffolding, if DECISION A lands, goes hereCOMMENT
MEDIUMmobile/lib/shared/widgets/frosted_scaffold.dart14 /// The primary content of the scaffold. Must handle its own top spacingCOMMENT
MEDIUMmobile/lib/shared/widgets/frosted_scaffold.dart15 /// using [frostedAppBarHeight] — the scaffold does NOT add automatic padding.COMMENT
MEDIUMmobile/lib/shared/widgets/frosted_scaffold.dart24 /// Optional scaffold background, useful when a parent supplies a sharedCOMMENT
Unused Imports40 hits · 37 pts
SeverityFileLineSnippetContext
LOWdocs/formal/nip-rs-unread/mutation.py36CODE
LOWdocs/formal/nip-rs-unread/mutation.py37CODE
LOWdocs/formal/nip-rs-unread/mutation.py37CODE
LOWdocs/formal/nip-rs-unread/mutation.py43CODE
LOWdocs/formal/nip-rs-unread/mutation.py43CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py39CODE
LOWdocs/formal/nip-pl/acceptance.py37CODE
LOW…hmarks/harbor-buzz-orchestra/testbed/tests/conftest.py3CODE
LOW…-buzz-orchestra/testbed/tests/test_provisioner_live.py10CODE
LOW…marks/harbor-buzz-orchestra/testbed/tests/test_keys.py3CODE
LOW…-buzz-orchestra/testbed/tests/test_provisioner_unit.py3CODE
LOW…-orchestra/testbed/src/harbor_buzz_testbed/__init__.py3CODE
LOW…-orchestra/testbed/src/harbor_buzz_testbed/__init__.py3CODE
LOW…-orchestra/testbed/src/harbor_buzz_testbed/__init__.py3CODE
LOW…-orchestra/testbed/src/harbor_buzz_testbed/__init__.py3CODE
LOW…buzz-orchestra/testbed/src/harbor_buzz_testbed/keys.py3CODE
LOW…-orchestra/testbed/src/harbor_buzz_testbed/buzz_cli.py3CODE
LOW…chestra/testbed/src/harbor_buzz_testbed/provisioner.py3CODE
LOWbenchmarks/harbor-buzz-orchestra/scripts/benchmark.py26CODE
LOW…marks/harbor-buzz-orchestra/scripts/run_leaderboard.py23CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/manifest.py3CODE
LOW…chestra/src/harbor_buzz_orchestra/container_runtime.py11CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py3CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py4CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py4CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py4CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py9CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py9CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py10CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py10CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py10CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py11CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py11CODE
LOW…or-buzz-orchestra/src/harbor_buzz_orchestra/runtime.py3CODE
LOW…rbor-buzz-orchestra/src/harbor_buzz_orchestra/agent.py3CODE
LOW…zz-orchestra/src/harbor_buzz_orchestra/provisioning.py3CODE
LOWscripts/desktop_release.py4CODE
LOWscripts/desktop_release.py10CODE
LOWperf/test_relay_bus_scaling.py4CODE
LOWperf/relay_bus_scaling.py19CODE
Example Usage Blocks8 hits · 15 pts
SeverityFileLineSnippetContext
LOWdeploy/local/build-and-deploy.sh12# Usage:COMMENT
LOW…ks/harbor-buzz-orchestra/testbed/compose.benchmark.yml9# Usage:COMMENT
LOWscripts/start-isolated-test-relay.sh20# Usage:COMMENT
LOWscripts/run-tests.sh5# Usage:COMMENT
LOWscripts/start-relay-for-tests.sh9# Usage:COMMENT
LOWscripts/test-video-upload.sh9# Usage:COMMENT
LOWscripts/grab-emoji.sh7# Usage:COMMENT
LOWscripts/build-sprig.sh11# Usage:COMMENT
Deep Nesting22 hits · 14 pts
SeverityFileLineSnippetContext
LOWdocs/formal/nip-rs-unread/mutation.py428CODE
LOWdocs/formal/nip-rs-unread/model.py298CODE
LOWdocs/formal/nip-rs-unread/model.py347CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py56CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py75CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py113CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py137CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py195CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py235CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py297CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py341CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py410CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py475CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py509CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py543CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py645CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py1009CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py1070CODE
LOWdocs/formal/nip-rs-unread/exhaustive.py1188CODE
LOWdocs/formal/nip-pl/mutation_test.py17CODE
LOWdocs/formal/nip-pl/acceptance.py81CODE
LOWperf/relay_bus_scaling.py213CODE
Cross-Language Confusion2 hits · 12 pts
SeverityFileLineSnippetContext
HIGH…chestra/src/harbor_buzz_orchestra/container_runtime.py456 f"kill -0 {agent.pid} 2>/dev/null || echo DEAD:{agent.credential.agent_id}"CODE
HIGH…chestra/src/harbor_buzz_orchestra/container_runtime.py481 '&& kill -TERM "${d#/proc/}" 2>/dev/null; done; true'CODE
Fake / Example Data9 hits · 10 pts
SeverityFileLineSnippetContext
LOWcrates/buzz-sdk/src/mentions.rs424 assert!(extract_at_names("user@example.com").is_empty());CODE
LOWcrates/buzz-sdk/src/mentions.rs503 let result = extract_at_mentions_with_known("user@example.com", &["example.com"]);CODE
LOWcrates/buzz-cli/src/commands/patches.rs289 "Jane Doe".to_string(),CODE
LOW…ktop/tests/e2e/global-agent-config-screenshots.spec.ts357 "placeholder",CODE
LOWdesktop/tests/e2e/agents.spec.ts1328 await expect(recipientSearch).toHaveAttribute("placeholder", "");CODE
LOWdesktop/tests/e2e/channels.spec.ts3484 ).toHaveAttribute("placeholder", "Add people and agents");CODE
LOWdesktop/tests/e2e/onboarding.spec.ts860 "placeholder",CODE
LOWdesktop/tests/e2e/profile-backup-settings.spec.ts123 "placeholder",CODE
LOWdesktop/src/shared/lib/remarkMentions.ts6 * (e.g. "John Doe") are matched longest-first to avoid partial matches.COMMENT
Excessive Try-Catch Wrapping3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…chestra/testbed/src/harbor_buzz_testbed/provisioner.py103 except Exception as error:CODE
LOW…chestra/src/harbor_buzz_orchestra/container_runtime.py487 except Exception: # noqa: S110, BLE001 — environment may already be goneCODE
LOW…chestra/src/harbor_buzz_orchestra/container_runtime.py495 except Exception: # noqa: S110, BLE001 — best effort; env may be torn downCODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMdeploy/charts/buzz/examples/ingress-cert-manager.yaml3# This file is BOTH:COMMENT
AI Structural Patterns3 hits · 3 pts
SeverityFileLineSnippetContext
LOWdocs/formal/nip-pl/delivery.py25CODE
LOW…chestra/src/harbor_buzz_orchestra/container_runtime.py67CODE
LOW…rbor-buzz-orchestra/src/harbor_buzz_orchestra/agent.py24CODE
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…-orchestra/testbed/src/harbor_buzz_testbed/__init__.py10__all__ = [CODE
LOW…r-buzz-orchestra/src/harbor_buzz_orchestra/__init__.py13__all__ = [CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWdesktop/scripts/fix-appimage.sh11# Set APPIMAGETOOL_RUNTIME_FILE to a pre-downloaded AppImage type2 runtime toCOMMENT