Repository Analysis

nearai/ironclaw

IronClaw is an Agent OS focused on privacy, security and extensibility

5.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of nearai/ironclaw, a Rust project with 12,521 GitHub stars. SynthScan v2.0 examined 1,824,979 lines of code across 4072 source files, recording 6874 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 5.9 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).

5.9
Adjusted Score
5.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
12.5K
Stars
Rust
Language
1.8M
Lines of Code
4.1K
Files
6.9K
Pattern Hits
2026-07-14
Scan Date
0.04
HC Hit Rate

What These Metrics Mean

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

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 7HIGH 155MEDIUM 1602LOW 5110

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 6874 distinct pattern matches across 21 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 Separators1401 hits · 4462 pts
SeverityFileLineSnippetContext
MEDIUMbuild.rs20 // ── Git build metadata ─────────────────────────────────────────────COMMENT
MEDIUMbuild.rs23 // ── Embed registry manifests ────────────────────────────────────────COMMENT
MEDIUMbuild.rs26 // ── Embed bundled skills ────────────────────────────────────────────COMMENT
MEDIUMbuild.rs29 // ── Build Telegram channel WASM ─────────────────────────────────────COMMENT
MEDIUMrelease-plz.toml6# ── Main binary ─────────────────────────────────────────────COMMENT
MEDIUMrelease-plz.toml13# ── Internal crates (not useful standalone) ─────────────────COMMENT
MEDIUMtools-src/portfolio/src/live_tests.rs202// ── NEAR live tests (hit FastNEAR + Intear, no API key needed) ─────COMMENT
MEDIUMtools-src/portfolio/src/indexer/near.rs76// ── FastNEAR response types ────────────────────────────────────────COMMENT
MEDIUMtools-src/portfolio/src/indexer/near.rs119// ── Intear token price types (`/list-token-price` shape) ───────────COMMENT
MEDIUMtools-src/portfolio/src/indexer/near.rs134// ── Parsers (pure functions, no I/O) ───────────────────────────────COMMENT
MEDIUMtools-src/portfolio/src/indexer/near.rs366// ── WASM scan (production path) ────────────────────────────────────COMMENT
MEDIUMtools-src/portfolio/src/indexer/near.rs442// ── Tests ──────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/ironclaw_reborn_migration/Cargo.toml52# ── v1 / engine-v2 read side (the legacy monolith) ──────────────────────────COMMENT
MEDIUMcrates/ironclaw_reborn_migration/Cargo.toml55# ── Reborn write side (path deps; versions intentionally unpinned) ───────────COMMENT
MEDIUMcrates/ironclaw_reborn_migration/Cargo.toml71# ── shared ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/ironclaw_reborn_migration/src/convert/identities.rs41// ── user_identities (OAuth/social) via the Database trait ────────────────────COMMENT
MEDIUM…es/ironclaw_reborn_migration/src/convert/identities.rs134// ── channel_identities (channel actors) via raw SQL ──────────────────────────COMMENT
MEDIUM…s/ironclaw_reborn_migration/src/convert/automations.rs50// ── v1 routines ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/ironclaw_reborn_migration/src/convert/automations.rs269// ── engine-v2 missions ──────────────────────────────────────────────────────COMMENT
MEDIUM…w_product_workflow/tests/outbound_delivery_contract.rs1710// ── require_direct_message_target flag threading ──────────────────────────────COMMENT
MEDIUM…roduct_workflow/tests/approval_interaction_contract.rs2134 // ── First call: fresh Deny on a parked, pending gate ──────────────────────COMMENT
MEDIUM…roduct_workflow/tests/approval_interaction_contract.rs2158 // ── Second call: replay Deny with SAME key, gate now Denied ───────────────COMMENT
MEDIUM…aw_product_workflow/tests/auth_interaction_contract.rs914 // ── First call: Deny on a parked gate ─────────────────────────────────────COMMENT
MEDIUM…aw_product_workflow/tests/auth_interaction_contract.rs937 // ── Second call: replay with SAME idempotency key ─────────────────────────COMMENT
MEDIUMcrates/ironclaw_threads/src/filesystem_service.rs2846// ── Idempotency key shape ──────────────────────────────────────COMMENT
MEDIUMcrates/ironclaw_threads/src/filesystem_service.rs2874// ── Paths ──────────────────────────────────────────────────────COMMENT
MEDIUMcrates/ironclaw_threads/src/filesystem_service.rs3099// ── Transcript helpers (shared semantics) ──────────────────────COMMENT
MEDIUMcrates/ironclaw_threads/src/filesystem_service.rs3366// ── CAS-aware put with `Unsupported`→`Any` fallback ────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs947 // ── Assertion (a): lease must be Claimed, NOT Revoked ───────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs955 // ── Phase 4: auth_resume_json → reuses Claimed lease → dispatches ───────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs962 // ── Assertion (b): auth_resume_json succeeds ─────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs843 // ── Phase 1: invoke_json → BlockedApproval ──────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs876 // ── Phase 2: approve → lease issued (Active) ────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs900 // ── Phase 3: resume_json → dispatcher returns AuthRequired ──────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs986 // ── Assertion (c): approval still Approved ───────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs998 // ── Assertion (d): lease is now Consumed ─────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1006 // ── Assertion (e): dispatch was called with the SAME invocation_id ────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1785 // ── Barrier lease store ──────────────────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1902 // ── Gating dispatcher ────────────────────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1951 // ── Phase 1: invoke → BlockedApproval ──────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1980 // ── Phase 2: approve → Active lease ────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs1986 // ── Phase 3: resume_json (call 0) → AuthRequired → lease Claimed ────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2026 // ── Phase 4: arm the barrier and spawn BOTH concurrent tasks ────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2096 // ── Phase 5: winner is in dispatcher, release and join both ─────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2108 // ── Phase 6: assert exactly one winner and one loser ────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2218 // ── Phase 1: invoke → BlockedApproval ──────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2249 // ── Phase 2: approve → Active lease ────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2256 // ── Phase 3: resume_json → AuthRequired bounce → lease Claimed ──────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2288 // ── Phase 4: auth_resume_json with DenyingAuthorizer ────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2322 // ── Core assertion: lease must be Revoked, not Dispatching ───────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2372 // ── Phase 1: invoke → BlockedApproval ──────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2402 // ── Phase 2: approve → Active lease ────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2409 // ── Phase 3: resume_json → AuthRequired → lease Claimed ─────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2480 // ── Core assertion: lease must be Revoked, not Dispatching ───────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs2941 // ── GatedLeaseStore ──────────────────────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs3064 // ── Phase 1: invoke → BlockedApproval ──────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs3093 // ── Phase 2: approve → Active lease ─────────────────────────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs3100 // ── Phase 3: block at auth directly (lease stays Active) ─────────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs3112 // ── Phase 4: arm gate and spawn task A (FRESH Active path) ───────────────COMMENT
MEDIUM…bilities/tests/capability_host_auth_resume_contract.rs3148 // ── Phase 5: run B (REUSE path) while A is parked ────────────────────────COMMENT
1341 more matches not shown…
Over-Commented Block2791 hits · 2720 pts
SeverityFileLineSnippetContext
LOWCargo.toml41# stable surface). These are `warn`, not `deny`, and are *opted into*COMMENT
LOWCargo.toml321# all 17 gated modules into every int-tier test binary — real, one-timeCOMMENT
LOWCargo.toml381tui = ["dep:ironclaw_tui"]COMMENT
LOWbuild.rs1//! Build script: compile Telegram channel WASM from source.COMMENT
LOW.coderabbit.yaml1# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.jsonCOMMENT
LOW.config/nextest.toml1# Cross-binary parallel test runner config for cargo-nextest.COMMENT
LOWchannels-src/discord/src/lib.rs1//! Discord Gateway/Webhook channel for IronClaw.COMMENT
LOWchannels-src/feishu/build.sh1#!/usr/bin/env bashCOMMENT
LOWchannels-src/feishu/src/lib.rs1// Feishu API types have fields reserved for future use.COMMENT
LOWchannels-src/telegram/build.sh1#!/usr/bin/env bashCOMMENT
LOWchannels-src/telegram/src/lib.rs1// Telegram API types have fields reserved for future use (entities, reply threading, etc.)COMMENT
LOWchannels-src/telegram/src/lib.rs341struct TelegramConfig {COMMENT
LOWchannels-src/telegram/src/lib.rs361 /// Whether to respond to all group messages (not just mentions).COMMENT
LOWchannels-src/telegram/src/lib.rs1821}COMMENT
LOWchannels-src/slack/build.sh1#!/usr/bin/env bashCOMMENT
LOWchannels-src/slack/src/lib.rs1//! Slack Events API channel for IronClaw.COMMENT
LOWchannels-src/whatsapp/src/lib.rs1// WhatsApp API types have fields reserved for future use (contacts, statuses, etc.)COMMENT
LOWchannels-src/whatsapp/src/lib.rs521 channel_host::LogLevel::Info,COMMENT
LOWtools-src/google-docs/src/types.rs1//! Types for Google Docs API requests and responses.COMMENT
LOWtools-src/google-docs/src/types.rs81 /// Make text bold.COMMENT
LOWtools-src/google-docs/src/lib.rs1//! Google Docs WASM Tool for IronClaw.COMMENT
LOWtools-src/google-docs/src/lib.rs21//! - `format_paragraph`: Set heading level, alignment, spacingCOMMENT
LOWtools-src/slack_user/src/types.rs1//! Types for Slack user-token API requests and responses.COMMENT
LOWtools-src/slack_user/src/types.rs21pub enum SlackUserAction {COMMENT
LOWtools-src/slack_user/src/types.rs41 #[serde(default = "default_conversation_types")]COMMENT
LOWtools-src/slack_user/src/lib.rs1//! Slack personal (user-token) WASM Tool for IronClaw Reborn.COMMENT
LOWtools-src/google-calendar/src/types.rs1//! Types for Google Calendar API requests and responses.COMMENT
LOWtools-src/google-calendar/src/types.rs21 /// default. Pass an explicit earlier timestamp only when you wantCOMMENT
LOWtools-src/google-calendar/src/types.rs41 /// The event ID.COMMENT
LOWtools-src/google-calendar/src/types.rs61 start_datetime: Option<String>,COMMENT
LOWtools-src/google-calendar/src/types.rs81 /// Calendar ID (default: "primary").COMMENT
LOWtools-src/google-calendar/src/types.rs101 /// New start date for all-day events.COMMENT
LOWtools-src/google-calendar/src/lib.rs1//! Google Calendar WASM Tool for IronClaw.COMMENT
LOWtools-src/github/src/lib.rs1//! GitHub WASM Tool for IronClaw.COMMENT
LOWtools-src/google-sheets/src/types.rs1//! Types for Google Sheets API requests and responses.COMMENT
LOWtools-src/google-sheets/src/types.rs121 bold: Option<bool>,COMMENT
LOWtools-src/google-sheets/src/lib.rs1//! Google Sheets WASM Tool for IronClaw.COMMENT
LOWtools-src/google-sheets/src/lib.rs21//! - `add_sheet`: Add a new sheet (tab)COMMENT
LOWtools-src/google-drive/src/types.rs1//! Types for Google Drive API requests and responses.COMMENT
LOWtools-src/google-drive/src/types.rs21 /// "'folderId' in parents", "sharedWithMe = true".COMMENT
LOWtools-src/google-drive/src/types.rs61 /// Upload a new file (text content).COMMENT
LOWtools-src/google-drive/src/types.rs81 file_id: String,COMMENT
LOWtools-src/google-drive/src/lib.rs1//! Google Drive WASM Tool for IronClaw.COMMENT
LOWtools-src/google-drive/src/lib.rs21//! - `delete_file`: Permanently delete a fileCOMMENT
LOWtools-src/telegram/src/session.rs1use serde::{Deserialize, Serialize};COMMENT
LOWtools-src/telegram/src/types.rs1//! Types for the Telegram user-mode tool (MTProto direct).COMMENT
LOWtools-src/telegram/src/lib.rs1//! Telegram User-Mode WASM Tool for IronClaw.COMMENT
LOWtools-src/telegram/src/lib.rs21//! at `telegram/session.json`. The agent should save updated session data afterCOMMENT
LOWtools-src/portfolio/src/format.rs1//! Deterministic output formatters.COMMENT
LOWtools-src/portfolio/src/widget.rs1//! `format_widget` operation — build the `projects/<id>/widgets/state.json`COMMENT
LOWtools-src/portfolio/src/lib.rs1// M1 scaffold: several types/methods are reserved for M2+ stages andCOMMENT
LOWtools-src/portfolio/src/lib.rs21//! Internal layout (one module per stage):COMMENT
LOWtools-src/portfolio/src/lib.rs61 #[serde(rename = "scan")]COMMENT
LOWtools-src/portfolio/src/lib.rs81 /// near-lending-yield, near-lp-yield).COMMENT
LOWtools-src/portfolio/src/live_tests.rs1//! Live integration tests that hit real external APIs.COMMENT
LOWtools-src/portfolio/src/replay_tests.rs1//! Replay-style tests driven by YAML scenarios under `scenarios/`.COMMENT
LOWtools-src/portfolio/src/intents/bundling.rs1//! Multi-leg intent bundling.COMMENT
LOWtools-src/portfolio/src/intents/solver.rs1//! NEAR Intents solver client.COMMENT
LOWtools-src/portfolio/src/intents/solver.rs301 /// Live integration test against the real NEAR Intents solverCOMMENT
LOWtools-src/portfolio/src/intents/mod.rs1//! Intents stage — translate a `MovementPlan` into an unsigned NEARCOMMENT
2731 more matches not shown…
Hyper-Verbose Identifiers1458 hits · 1272 pts
SeverityFileLineSnippetContext
LOWcrates/ironclaw_gateway/static/js/core/onboarding.js490function showSetupCardForExtension(data) {CODE
LOWcrates/ironclaw_gateway/static/js/core/sse.js8function countVisibleRunReplyMessages() {CODE
LOWcrates/ironclaw_gateway/static/js/core/sse.js14function appendMissingRunReplyFallback(expectedThreadId, previousReplyCount) {CODE
LOWcrates/ironclaw_gateway/static/js/core/init-auth.js498function updateRestartButtonVisibility() {CODE
LOWcrates/ironclaw_gateway/static/js/core/gateway-tee.js3function startGatewayStatusPolling() {CODE
LOWcrates/ironclaw_gateway/static/js/core/gateway-tee.js13function refreshLegacyRoutinesPresence() {CODE
LOWcrates/ironclaw_gateway/static/js/core/history.js336function createToolCallsSummaryElement(toolCalls) {CODE
LOWcrates/ironclaw_gateway/static/js/core/history.js340function createActivityGroupFromHistory(toolCalls) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js3function formatToolActivityDurationMs(durationMs) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js11function truncateToolActivityResult(text) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js45function getToolActivityGroupStatus(entries) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js56function createToolActivitySummary(toolCount, totalDurationMs, includeDuration, status) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js77function setToolActivityCardExpanded(rendered, expanded) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js83function applyToolActivityCardState(rendered, options) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js206function createActivityGroupFromEntries(entries, options) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js257function createToolActivityController(options) {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js321 function getOrCreateGroup() {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js507function getOrCreateActivityGroup() {CODE
LOWcrates/ironclaw_gateway/static/js/core/tool-activity.js545function shouldShowChannelConnectedMessage(extensionName, success) {CODE
LOWcrates/ironclaw_gateway/static/js/core/routing.js62function normalizeTabForEngineMode(tab) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js528function renderMissionProgressMarkup(progress) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js534function renderMissionProgressCell(missionId) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js540function renderMissionThreadProgress(threadId) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js551function haveMissionThreadsChanged(previousMission, nextMission) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js610function fetchMissionDetailForProgress(missionId, options = {}) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js634function refreshPersistentActivityBar() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js657function getTrackedActiveMissionIds() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js661function scheduleActiveMissionMappingRefresh() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js674function scheduleMissionProgressViewsRefresh() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js683function refreshMissionProgressViews() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js1009function renderMissionBriefSection(section) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js1114function parseApproachHistoryRecord(text) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/projects.js1160function renderApproachHistoryCard(entryText, index, isLatest) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/logs.js29function rememberLogEntryForDownload(entry) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/logs.js36function serializeLogEntriesAsJsonl(entries) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js343function createGeneratedImageElement(dataUrl, path, eventId) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js373function isSafeGeneratedImageDataUrl(dataUrl) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js377function hasRenderedGeneratedImage(container, eventId) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js423function getRememberedGeneratedImage(threadId, eventId) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js430function resolveGeneratedImageForRender(threadId, image) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js492function getSlashAutocompleteItems() {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/chat.js795function parseAttachmentAttributes(rawAttrs) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js43function renderAvailableExtensionCard(entry) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js519function refreshCurrentSettingsTab() {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js644function basicConfigureValidationError(field, value) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js729function appendConfigureFieldGroup(form, fields, items, kind, optionalGroup) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js884function renderInteractiveLoginPanel(name) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js919function interactiveLoginDefaultLabel(name, interactiveLogin) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js924function interactiveLoginWaitingLabel(name) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js929function interactiveLoginStatusText(name, res) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js949function getInteractiveLoginButton(overlay) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js957function updateInteractiveLoginPanel(overlay, res) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js979function maybeOpenInteractiveLoginUrl(name, overlay, res) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js994function interactiveLoginPollDelayMs(status) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js1110function clearConfigureInlineError(overlay) {CODE
LOW…ates/ironclaw_gateway/static/js/surfaces/extensions.js1239function cancelAuthFromConfigureModal(overlay) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/settings.js243function renderStructuredSettingsInto(container, settingsDefs, settings, activeValues) {CODE
LOWcrates/ironclaw_gateway/static/js/surfaces/settings.js305function renderStructuredSettingsRow(def, value, activeValue) {CODE
LOW…_webui_v2/frontend/scripts/check-source-conventions.ts31function isRelativeModuleSpecifier(value: string): boolean {CODE
LOWcrates/ironclaw_webui_v2/frontend/src/app/auth.ts91function consumeLoginTicketFromUrl() {CODE
1398 more matches not shown…
Structural Annotation Overuse261 hits · 456 pts
SeverityFileLineSnippetContext
LOWchannels-src/discord/src/lib.rs1529 // Step 1: Open (or reuse) a DM channel with the target user.COMMENT
LOWchannels-src/discord/src/lib.rs1558 // Step 2: Send the message to the DM channel.COMMENT
LOWchannels-src/telegram/src/lib.rs1129 // Step 1: Call getFile to get file_pathCOMMENT
LOWchannels-src/telegram/src/lib.rs1173 // Step 2: Download the actual file bytesCOMMENT
LOWtools-src/telegram/src/lib.rs168 // Step 1: DH auth key exchangeCOMMENT
LOWtools-src/telegram/src/lib.rs175 // Step 2: send verification codeCOMMENT
LOWtools-src/telegram/src/auth.rs19 // Step 1: generate nonce, send ReqPqMultiCOMMENT
LOWtools-src/telegram/src/auth.rs27 // Step 2: factorize PQ, RSA encrypt, send ReqDhParamsCOMMENT
LOWtools-src/telegram/src/auth.rs35 // Step 3: compute DH g_b, send SetClientDhParamsCOMMENT
LOWtools-src/portfolio/src/live_tests.rs135 // Step 1: Fetch balances from DuneCOMMENT
LOWtools-src/portfolio/src/live_tests.rs157 // Step 2: Classify through analyzerCOMMENT
LOWtools-src/portfolio/src/live_tests.rs167 // Step 3: Run strategy proposalsCOMMENT
LOWtools-src/portfolio/src/live_tests.rs272 // Step 1: Fetch from FastNEAR + IntearCOMMENT
LOWtools-src/portfolio/src/live_tests.rs287 // Step 2: Classify through analyzerCOMMENT
LOWtools-src/portfolio/src/live_tests.rs297 // Step 3: Run strategy proposals (include NEAR-specific strategies)COMMENT
LOWtools-src/portfolio/src/live_tests.rs333 // Step 4: Build intents for ready proposalsCOMMENT
LOWtools-src/portfolio/src/indexer/dune.rs329 // Step 1: balancesCOMMENT
LOWtools-src/portfolio/src/indexer/dune.rs346 // Step 2: positions/activity (best-effort enrichment)COMMENT
LOW…w_host_runtime/tests/host_runtime_services_contract.rs6467 // Step 1: store error → pre-flight skips → approval gate fires.COMMENT
LOW…w_host_runtime/tests/host_runtime_services_contract.rs6511 // Step 2: approve WITH the required secret handle granted, so dispatchCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1754 // Step 3: simulate the crash window by injecting a dangling conv_a indexCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1763 // Step 4: conv_a lookup must be a miss — the primary record lists conv_b,COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2279 // Step 1: store_a writes rec_a (conv index version 1).COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2285 // Step 2: store_b writes rec_b (conv index version 2) — simulates aCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2293 // Step 3: store_a re-records rec_a. The index already carries rec_aCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2373 // Step 1: store_a records rec_a → conv index = [rec_a].COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2379 // Step 2: store_b records rec_b → conv index = [rec_a, rec_b].COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2385 // Step 3: store_a removes rec_a. Its snapshot (from step 1) only seesCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2394 // Step 4: only rec_b must survive.COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1716 // Step 1: record the route delivered to conv_a.COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1730 // Step 2: overwrite the route with conv_b (normal path; conv_a index is cleaned).COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1774 // Step 5: conv_b lookup must still return the live route.COMMENT
LOWcrates/ironclaw_reborn_webui_ingress/src/auth/github.rs372 /// Step 1: exchange the authorization code for an access token,COMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4909 // Step 1: consume the only slot with a held-open SSE connectionCOMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4942 // Step 2: same-caller WS upgrade must hit the shared cap. Use aCOMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4969 // Step 3: drop the SSE stream → kernel closes the connectionCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs245 // Step 1: Parse the invite URL (trust root).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs248 // Step 2: Stage the keypair BEFORE any network call (retry-safe).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs251 // Step 3: POST to the onboard endpoint. Terminal invite rejections discardCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs255 // Step 4: Parse + schema-validate the response body.COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs258 // Step 5: Trust anchoring — issuer_url origin must equal invite origin.COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs270 // Step 6: Cross-check the server's echoed device_key_id against the valueCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs280 // Step 7: ingest_url must be HTTPS (loopback http allowed for dev/tests).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs283 // Step 8: Write the tenant key file (pending file deliberately kept).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs286 // Step 9: Write the standing contribution policy. If this fails the pendingCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs291 // Step 10: Finalize — remove the pending file only now that both the tenantCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs301 // Step 11: Sanitize browser-nav hints — drop any non-HTTPS URL (never fatal).COMMENT
LOWcrates/ironclaw_llm/src/openai_codex_session.rs361 // Step 3: Poll for authorization codeCOMMENT
LOWcrates/ironclaw_llm/src/openai_codex_session.rs430 // Step 4: Exchange authorization code for tokens (form-encoded, per Auth0 spec)COMMENT
LOWcrates/ironclaw_llm/src/recording.rs1239 // Step 0: user_input "Do something"COMMENT
LOWcrates/ironclaw_llm/src/recording.rs1240 // Step 1: text responseCOMMENT
LOWcrates/ironclaw_llm/src/recording.rs1241 // Step 2: text response (no new user_input since no new user messages)COMMENT
LOWcrates/ironclaw_llm/src/github_copilot_auth.rs297 // Step 1: Exchange the OAuth token for a Copilot session token.COMMENT
LOWcrates/ironclaw_llm/src/github_copilot_auth.rs301 // Step 2: Verify the session token works against the models endpoint.COMMENT
LOWtests/e2e_wasm_portfolio.rs344 // Step 1: scan the fixture address. The scan response isCOMMENT
LOWtests/e2e_wasm_portfolio.rs346 // Step 2: propose with the classified positions from step 1.COMMENT
LOWtests/e2e_wasm_portfolio.rs417 // Step 1: LLM calls scanCOMMENT
LOWtests/e2e_wasm_portfolio.rs435 // Step 2: LLM calls propose with the scan resultsCOMMENT
LOWtests/e2e_wasm_portfolio.rs460 // Step 3: LLM summarizesCOMMENT
LOWtests/e2e_wasm_portfolio.rs569 // Step 1: scan root.nearCOMMENT
201 more matches not shown…
Cross-Language Confusion123 hits · 420 pts
SeverityFileLineSnippetContext
HIGHtests/e2e/mock_llm.py908 " var skills = (data && data.skills) || [];\n"CODE
HIGHtests/e2e/mock_llm.py939 " 'Failed to load skills: ' + (e && e.message ? e.message : e) +\n"CODE
HIGHtests/e2e/helpers.py544 threadId: typeof currentThreadId !== 'undefined' ? currentThreadId : null,STRING
HIGHtests/e2e/helpers.py545 pendingId: typeof _nextPendingId !== 'undefined' ? _nextPendingId : null,STRING
HIGHtests/e2e/helpers.py569 if (!pendingThreadId || pendingId === null || pendingId === undefined) return true;STRING
HIGHtests/e2e/helpers.py569 if (!pendingThreadId || pendingId === null || pendingId === undefined) return true;STRING
HIGHtests/e2e/helpers.py582 text: ((content && content.innerText) || last.innerText || '').trim(),STRING
HIGHtests/e2e/helpers.py590 const text = ((content && content.innerText) || last.innerText || '').trim();STRING
HIGHtests/e2e/helpers.py591 if (text.length > 0 && pendingForThisSendCleared()) {STRING
HIGHtests/e2e/helpers.py592 if (expectedContains && text.includes(expectedContains)) {STRING
HIGHtests/e2e/helpers.py603 return null;STRING
HIGH…/e2e/scenarios/test_reborn_webui_v2_legacy_approval.py68 streams.push(this);STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py792 text: ((content && content.innerText) || last.innerText || '').trim(),STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py797 if (assistants.length > assistantCount && input && !input.disabled) {STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py800 const text = ((content && content.innerText) || last.innerText || '').trim();STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py808 return null;STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py855 text: (tool && tool.textContent || '').trim(),STRING
HIGHtests/e2e/scenarios/test_csp.py50 found.push(tag + id + cls + '[' + attr + ']');CODE
HIGHtests/e2e/scenarios/test_pending_user_messages.py37 previous = await page.evaluate("() => currentThreadId || null")CODE
HIGHtests/e2e/scenarios/test_pending_user_messages.py40 "(prev) => !!currentThreadId && currentThreadId !== prev",CODE
HIGHtests/e2e/scenarios/test_pending_user_messages.py138 return pending && pending.some(p => p.content === {unique_msg!r});CODE
HIGHtests/e2e/scenarios/test_pending_user_messages.py203 return pending && pending.some((p) =>STRING
HIGHtests/e2e/scenarios/test_pending_user_messages.py218 const lastUser = users.length ? users[users.length - 1] : null;STRING
HIGHtests/e2e/scenarios/test_pending_user_messages.py276 if (arr && arr.some(p => p.content === args.msg)) return false;CODE
HIGHtests/e2e/scenarios/test_pending_user_messages.py353 return card && card.offsetParent !== null;STRING
HIGHtests/e2e/scenarios/test_pending_user_messages.py353 return card && card.offsetParent !== null;STRING
HIGHtests/e2e/scenarios/test_v2_activity_shell.py71 " return !!el && el.textContent.trim().length > 0;"CODE
HIGH…ts/e2e/scenarios/test_routines_tab_after_v2_upgrade.py39 return tab && tab.style.display !== 'none';STRING
HIGH…ts/e2e/scenarios/test_routines_tab_after_v2_upgrade.py57 return tab && tab.style.display === 'none';STRING
HIGH…ts/e2e/scenarios/test_routines_tab_after_v2_upgrade.py75 return tab && tab.style.display !== 'none';STRING
HIGH…ts/e2e/scenarios/test_routines_tab_after_v2_upgrade.py211 return tab && tab.style.display === 'none';STRING
HIGH…ts/e2e/scenarios/test_routines_tab_after_v2_upgrade.py278 visible: tab && tab.style.display !== 'none',STRING
HIGHtests/e2e/scenarios/test_extensions.py1504 await page.wait_for_function("() => window._lastOpenedUrl !== null && window._lastOpenedUrl !== undefined", timeout=CODE
HIGHtests/e2e/scenarios/test_extensions.py725 "() => window._lastOpenedUrl !== null && window._lastOpenedUrl !== undefined",CODE
HIGHtests/e2e/scenarios/test_extensions.py917 await page.wait_for_function("() => window._lastOpenedUrl !== null && window._lastOpenedUrl !== undefined", timeout=CODE
HIGHtests/e2e/scenarios/test_extensions.py1621 await page.evaluate("window._openedUrl = null; window.open = (url) => { window._openedUrl = url; }")CODE
HIGHtests/e2e/scenarios/test_extensions.py1646 await page.evaluate("window._openedUrl = null; window.open = (url) => { window._openedUrl = url; return null; }")CODE
HIGHtests/e2e/scenarios/test_extensions.py1205 handleOnboardingState({ extension_name: 'telegram', state: 'auth_required', instructions: 'pending', auth_urSTRING
HIGH…2e/scenarios/test_reborn_webui_v2_legacy_auth_flows.py77 window.__openedAuth.push({ url, target, features });STRING
HIGH…2e/scenarios/test_reborn_webui_v2_legacy_auth_flows.py78 return null;STRING
HIGH…2e/scenarios/test_reborn_webui_v2_legacy_auth_flows.py85 streams.push(this);STRING
HIGH…2e/scenarios/test_reborn_webui_v2_legacy_auth_flows.py621 window.__openedAuth.push({ kind: "navigate", url: value });STRING
HIGH…2e/scenarios/test_reborn_webui_v2_legacy_auth_flows.py625 window.__openedAuth.push({ kind: "open", url, target, features });STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py79 let activeStream = null;STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py81 if (!activeStream || activeStream.readyState === 2) {STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py91 if (activeStream && activeStream.readyState !== 2) {STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py96 if (activeStream !== this || this.readyState === 2) return;STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py103 if (activeStream === this) activeStream = null;STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py118 if (activeStream === stream) activeStream = null;STRING
HIGHtests/e2e/scenarios/test_reborn_webui_v2_smoke.py821 return null;STRING
HIGHtests/e2e/scenarios/test_dom_resource_limits.py149 await page.evaluate("if (eventSource) { eventSource.close(); eventSource = null; }")CODE
HIGHtests/e2e/scenarios/test_dom_resource_limits.py197 return el ? el.className : null;CODE
HIGHtests/e2e/scenarios/test_dom_resource_limits.py216 events.push({ type: 'job_status', data: { job_id: jobId }, ts: Date.now() });CODE
HIGHtests/e2e/scenarios/test_dom_resource_limits.py254 events.push({ type: 'job_status', data: { job_id: jobId }, ts: Date.now() });CODE
HIGHtests/e2e/scenarios/test_dom_resource_limits.py307 return content && content.innerText.trim().length > 0;CODE
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py168 streams.push(this);STRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py463 timeoutDelays.push(delay);STRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py468 if (delay >= 2000 && delay <= 30000) reconnectTimers.set(id, delay);STRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py482 failCalls: window.__sseFailCalls || 0,STRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py490 streams.push(this);STRING
63 more matches not shown…
Modern AI Meta-Vocabulary135 hits · 399 pts
SeverityFileLineSnippetContext
MEDIUMCargo.toml38# Maintainability guardrails against dead/speculative public APICOMMENT
MEDIUMclippy.toml1# Complexity guardrails for AI-assisted development quality.COMMENT
MEDIUMCLAUDE.md146├── app.rs # App startup orchestration (channel wiring, DB init)CODE
MEDIUMCLAUDE.md206│ ├── container.rs # Container worker runtime (ContainerDelegate + shared agentic loop)CODE
MEDIUMCLAUDE.md207│ ├── job.rs # Background job worker (JobDelegate + shared agentic loop)CODE
MEDIUMCLAUDE.md222│ │ ├── templates.rs # Project scaffoldingCODE
MEDIUMCLAUDE.md252│ ├── manager.rs # SandboxManager orchestrationCODE
MEDIUMtools-src/portfolio/src/lib.rs1// M1 scaffold: several types/methods are reserved for M2+ stages andCOMMENT
MEDIUMcrates/ironclaw_dispatcher/CLAUDE.md1# ironclaw_dispatcher guardrailsCOMMENT
MEDIUM…ironclaw_reborn_migration/tests/migration_roundtrip.rs563 // (action + guardrails/notify/counters + routine_runs); each non-cronCOMMENT
MEDIUMcrates/ironclaw_reborn_migration/src/report.rs41 /// guardrails, notify config, run counters).COMMENT
MEDIUM…s/ironclaw_reborn_migration/src/convert/automations.rs13//! - routine guardrails / notify / run counters, mission focus / approach /COMMENT
MEDIUMcrates/ironclaw_wasm_product_adapters/CLAUDE.md1# ironclaw_wasm_product_adapters guardrailsCOMMENT
MEDIUMcrates/ironclaw_product_adapter_registry/CLAUDE.md1# ironclaw_product_adapter_registry guardrailsCOMMENT
MEDIUMcrates/ironclaw_threads/CLAUDE.md1# ironclaw_threads guardrailsCOMMENT
MEDIUMcrates/ironclaw_threads/src/filesystem_service.rs3269// ordinary transcript content (see crate guardrails).COMMENT
MEDIUMcrates/ironclaw_threads/src/in_memory.rs1300// ordinary transcript content (see crate guardrails).COMMENT
MEDIUMcrates/ironclaw_capabilities/CLAUDE.md1# ironclaw_capabilities guardrailsCOMMENT
MEDIUMcrates/ironclaw_authorization/CLAUDE.md1# ironclaw_authorization guardrailsCOMMENT
MEDIUMcrates/ironclaw_agent_loop/src/strategies/budget.rs32/// ceilings. Long agentic coding turns legitimately run hundreds of modelCOMMENT
MEDIUMcrates/ironclaw_agent_loop/src/strategies/recovery.rs212/// agentic turn must ride them out rather than discard all prior work.COMMENT
MEDIUMcrates/ironclaw_filesystem/CLAUDE.md1# ironclaw_filesystem guardrailsCOMMENT
MEDIUMcrates/ironclaw_scripts/CLAUDE.md1# ironclaw_scripts guardrailsCOMMENT
MEDIUMcrates/ironclaw_common/src/lib.rs16#[allow(dead_code)] // Trust-boundary scaffolding for the Reborn architecture; not yet consumed.COMMENT
MEDIUMcrates/ironclaw_product_adapters/CLAUDE.md1# ironclaw_product_adapters guardrailsCOMMENT
MEDIUMcrates/ironclaw_approvals/CLAUDE.md1# ironclaw_approvals guardrailsCOMMENT
MEDIUMcrates/ironclaw_reborn_composition/CLAUDE.md1# ironclaw_reborn_composition guardrailsCOMMENT
MEDIUM…es/ironclaw_reborn_composition/tests/webui_v2_serve.rs2405 // the deferred JS/e2e scaffold.COMMENT
MEDIUM…es/ironclaw_reborn_composition/tests/webui_v2_serve.rs2448 // deferred e2e scaffold.COMMENT
MEDIUM…es/ironclaw_reborn_composition/tests/webui_v2_serve.rs2558// caller test belongs in a separate JS test scaffold the workspaceCOMMENT
MEDIUMcrates/ironclaw_reborn_composition/src/admin_secrets.rs8//! "explicit admin-scoped API" the `ironclaw_secrets` guardrails anticipateCOMMENT
MEDIUM…_reborn_composition/src/observability/trace_capture.rs909 // agentic turn clear the submission-score gate in production.COMMENT
MEDIUM…s/ironclaw_reborn_composition/src/webui/webui_serve.rs166/// (host-owned config — per the composition crate guardrails, env readsCOMMENT
MEDIUM…_reborn_composition/src/slack/slack_serve/e2e_tests.rs882/// Shared bounded-poll scaffold for `wait_for_approval_prompt_messages` andCOMMENT
MEDIUMcrates/ironclaw_process_sandbox/CLAUDE.md1# ironclaw_process_sandbox guardrailsCOMMENT
MEDIUMcrates/ironclaw_conversations/CLAUDE.md1# ironclaw_conversations guardrailsCOMMENT
MEDIUMcrates/ironclaw_host_runtime/CLAUDE.md1# ironclaw_host_runtime guardrailsCOMMENT
MEDIUMcrates/ironclaw_host_runtime/src/services/builder.rs590 // composition, but must not silently satisfy production guardrails.COMMENT
MEDIUMcrates/ironclaw_runtime_policy/CLAUDE.md1# ironclaw_runtime_policy guardrailsCOMMENT
MEDIUMcrates/ironclaw_outbound/CLAUDE.md1# ironclaw_outbound guardrailsCOMMENT
MEDIUMcrates/ironclaw_outbound/src/filesystem_store.rs1394 // The outbound CLAUDE.md guardrails forbid leaking backend error detailCOMMENT
MEDIUMcrates/ironclaw_run_state/CLAUDE.md1# ironclaw_run_state guardrailsCOMMENT
MEDIUMcrates/ironclaw_gateway/static/js/core/sse.js398 // the agentic loop finished, so re-enable input as a safety net in caseCOMMENT
MEDIUMcrates/ironclaw_trust/CONTRACT.md267## 6. Mutation and invalidation orchestrationCOMMENT
MEDIUMcrates/ironclaw_trust/CLAUDE.md1# ironclaw_trust guardrailsCOMMENT
MEDIUMcrates/ironclaw_trust/src/lib.rs29//! per-file guardrails, and `docs/reborn/contracts/host-api.md` (in theCOMMENT
MEDIUMcrates/ironclaw_reborn_webui_ingress/CLAUDE.md1# ironclaw_reborn_webui_ingress guardrailsCOMMENT
MEDIUM…nclaw_reborn_webui_ingress/src/signed_session_login.rs10//! auth/session model. That keeps the rule from this crate's guardrailsCOMMENT
MEDIUMcrates/ironclaw_memory/CLAUDE.md1# ironclaw_memory guardrailsCOMMENT
MEDIUMcrates/ironclaw_turns/CLAUDE.md1# ironclaw_turns guardrailsCOMMENT
MEDIUMcrates/ironclaw_architecture/CLAUDE.md1# ironclaw_architecture guardrailsCOMMENT
MEDIUMcrates/ironclaw_host_api/CLAUDE.md1# ironclaw_host_api guardrailsCOMMENT
MEDIUMcrates/ironclaw_processes/CLAUDE.md1# ironclaw_processes guardrailsCOMMENT
MEDIUMcrates/ironclaw_resources/CLAUDE.md1# ironclaw_resources guardrailsCOMMENT
MEDIUMcrates/ironclaw_mcp/CLAUDE.md1# ironclaw_mcp guardrailsCOMMENT
MEDIUMcrates/ironclaw_secrets/CLAUDE.md1# ironclaw_secrets guardrailsCOMMENT
MEDIUMcrates/ironclaw_secrets/src/filesystem_store.rs1415// secrets crate guardrails forbid leaking host paths through audit/errorCOMMENT
MEDIUMcrates/ironclaw_extensions/CLAUDE.md1# ironclaw_extensions guardrailsCOMMENT
MEDIUMcrates/ironclaw_network/CLAUDE.md1# ironclaw_network guardrailsCOMMENT
MEDIUMcrates/ironclaw_reborn_cli/src/commands/serve_sso.rs13//! is where this crate's guardrails place `WebuiAuthenticator` /COMMENT
75 more matches not shown…
Verbosity Indicators127 hits · 234 pts
SeverityFileLineSnippetContext
LOWchannels-src/discord/src/lib.rs1529 // Step 1: Open (or reuse) a DM channel with the target user.COMMENT
LOWchannels-src/discord/src/lib.rs1558 // Step 2: Send the message to the DM channel.COMMENT
LOWchannels-src/telegram/src/lib.rs1129 // Step 1: Call getFile to get file_pathCOMMENT
LOWchannels-src/telegram/src/lib.rs1173 // Step 2: Download the actual file bytesCOMMENT
LOWtools-src/telegram/src/lib.rs168 // Step 1: DH auth key exchangeCOMMENT
LOWtools-src/telegram/src/lib.rs175 // Step 2: send verification codeCOMMENT
LOWtools-src/telegram/src/auth.rs19 // Step 1: generate nonce, send ReqPqMultiCOMMENT
LOWtools-src/telegram/src/auth.rs27 // Step 2: factorize PQ, RSA encrypt, send ReqDhParamsCOMMENT
LOWtools-src/telegram/src/auth.rs35 // Step 3: compute DH g_b, send SetClientDhParamsCOMMENT
LOWtools-src/portfolio/src/live_tests.rs135 // Step 1: Fetch balances from DuneCOMMENT
LOWtools-src/portfolio/src/live_tests.rs157 // Step 2: Classify through analyzerCOMMENT
LOWtools-src/portfolio/src/live_tests.rs167 // Step 3: Run strategy proposalsCOMMENT
LOWtools-src/portfolio/src/live_tests.rs272 // Step 1: Fetch from FastNEAR + IntearCOMMENT
LOWtools-src/portfolio/src/live_tests.rs287 // Step 2: Classify through analyzerCOMMENT
LOWtools-src/portfolio/src/live_tests.rs297 // Step 3: Run strategy proposals (include NEAR-specific strategies)COMMENT
LOWtools-src/portfolio/src/live_tests.rs333 // Step 4: Build intents for ready proposalsCOMMENT
LOWtools-src/portfolio/src/indexer/dune.rs329 // Step 1: balancesCOMMENT
LOWtools-src/portfolio/src/indexer/dune.rs346 // Step 2: positions/activity (best-effort enrichment)COMMENT
LOW…w_host_runtime/tests/host_runtime_services_contract.rs6467 // Step 1: store error → pre-flight skips → approval gate fires.COMMENT
LOW…w_host_runtime/tests/host_runtime_services_contract.rs6511 // Step 2: approve WITH the required secret handle granted, so dispatchCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1754 // Step 3: simulate the crash window by injecting a dangling conv_a indexCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1763 // Step 4: conv_a lookup must be a miss — the primary record lists conv_b,COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2279 // Step 1: store_a writes rec_a (conv index version 1).COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2285 // Step 2: store_b writes rec_b (conv index version 2) — simulates aCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2293 // Step 3: store_a re-records rec_a. The index already carries rec_aCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2373 // Step 1: store_a records rec_a → conv index = [rec_a].COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2379 // Step 2: store_b records rec_b → conv index = [rec_a, rec_b].COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2385 // Step 3: store_a removes rec_a. Its snapshot (from step 1) only seesCOMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs2394 // Step 4: only rec_b must survive.COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1716 // Step 1: record the route delivered to conv_a.COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1730 // Step 2: overwrite the route with conv_b (normal path; conv_a index is cleaned).COMMENT
LOWcrates/ironclaw_outbound/src/filesystem_store.rs1774 // Step 5: conv_b lookup must still return the live route.COMMENT
LOWcrates/ironclaw_reborn_webui_ingress/src/auth/github.rs372 /// Step 1: exchange the authorization code for an access token,COMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4909 // Step 1: consume the only slot with a held-open SSE connectionCOMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4942 // Step 2: same-caller WS upgrade must hit the shared cap. Use aCOMMENT
LOW…/ironclaw_webui_v2/tests/webui_v2_handlers_contract.rs4969 // Step 3: drop the SSE stream → kernel closes the connectionCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs245 // Step 1: Parse the invite URL (trust root).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs248 // Step 2: Stage the keypair BEFORE any network call (retry-safe).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs251 // Step 3: POST to the onboard endpoint. Terminal invite rejections discardCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs255 // Step 4: Parse + schema-validate the response body.COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs258 // Step 5: Trust anchoring — issuer_url origin must equal invite origin.COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs270 // Step 6: Cross-check the server's echoed device_key_id against the valueCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs280 // Step 7: ingest_url must be HTTPS (loopback http allowed for dev/tests).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs283 // Step 8: Write the tenant key file (pending file deliberately kept).COMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs286 // Step 9: Write the standing contribution policy. If this fails the pendingCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs291 // Step 10: Finalize — remove the pending file only now that both the tenantCOMMENT
LOWcrates/ironclaw_reborn_traces/src/onboarding/mod.rs301 // Step 11: Sanitize browser-nav hints — drop any non-HTTPS URL (never fatal).COMMENT
LOWcrates/ironclaw_llm/src/openai_codex_session.rs361 // Step 3: Poll for authorization codeCOMMENT
LOWcrates/ironclaw_llm/src/openai_codex_session.rs430 // Step 4: Exchange authorization code for tokens (form-encoded, per Auth0 spec)COMMENT
LOWcrates/ironclaw_llm/src/recording.rs1239 // Step 0: user_input "Do something"COMMENT
LOWcrates/ironclaw_llm/src/recording.rs1240 // Step 1: text responseCOMMENT
LOWcrates/ironclaw_llm/src/recording.rs1241 // Step 2: text response (no new user_input since no new user messages)COMMENT
LOWcrates/ironclaw_llm/src/github_copilot_auth.rs297 // Step 1: Exchange the OAuth token for a Copilot session token.COMMENT
LOWcrates/ironclaw_llm/src/github_copilot_auth.rs301 // Step 2: Verify the session token works against the models endpoint.COMMENT
LOWtests/e2e_wasm_portfolio.rs344 // Step 1: scan the fixture address. The scan response isCOMMENT
LOWtests/e2e_wasm_portfolio.rs346 // Step 2: propose with the classified positions from step 1.COMMENT
LOWtests/e2e_wasm_portfolio.rs417 // Step 1: LLM calls scanCOMMENT
LOWtests/e2e_wasm_portfolio.rs435 // Step 2: LLM calls propose with the scan resultsCOMMENT
LOWtests/e2e_wasm_portfolio.rs460 // Step 3: LLM summarizesCOMMENT
LOWtests/e2e_wasm_portfolio.rs569 // Step 1: scan root.nearCOMMENT
67 more matches not shown…
Cross-File Repetition31 hits · 155 pts
SeverityFileLineSnippetContext
HIGHtests/e2e/helpers.py0selector => { const input = document.queryselector(selector); return !!input && !input.disabled; }STRING
HIGHtests/e2e/scenarios/test_mission_gmail_3133.py0selector => { const input = document.queryselector(selector); return !!input && !input.disabled; }STRING
HIGHtests/e2e/scenarios/test_owner_scope.py0selector => { const input = document.queryselector(selector); return !!input && !input.disabled; }STRING
HIGHtests/e2e/scenarios/test_ownership_model.py0selector => { const input = document.queryselector(selector); return !!input && !input.disabled; }STRING
HIGH…/e2e/scenarios/test_reborn_webui_v2_legacy_approval.py0(() => { const streams = []; class fakeeventsource extends eventtarget { constructor(url) { super(); this.url = url; thiSTRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py0(() => { const streams = []; class fakeeventsource extends eventtarget { constructor(url) { super(); this.url = url; thiSTRING
HIGH…cenarios/test_reborn_webui_v2_legacy_tool_execution.py0(() => { const streams = []; class fakeeventsource extends eventtarget { constructor(url) { super(); this.url = url; thiSTRING
HIGH…narios/test_reborn_webui_v2_legacy_pending_messages.py0(() => { const streams = []; class fakeeventsource extends eventtarget { constructor(url) { super(); this.url = url; thiSTRING
HIGH…e/scenarios/test_reborn_webui_v2_legacy_sse_history.py0(() => { const streams = []; class fakeeventsource extends eventtarget { constructor(url) { super(); this.url = url; thiSTRING
HIGHtests/e2e/scenarios/test_wasm_lifecycle.py0get a specific extension from the extensions list, or none.STRING
HIGHtests/e2e/scenarios/test_extension_oauth.py0get a specific extension from the extensions list, or none.STRING
HIGHtests/e2e/scenarios/test_oauth_url_parameters.py0get a specific extension from the extensions list, or none.STRING
HIGHtests/e2e/scenarios/test_mcp_auth_flow.py0get a specific extension from the extensions list, or none.STRING
HIGHtests/e2e/scenarios/test_v2_engine_tool_lifecycle.py0forward llvm coverage env vars from outer environment.STRING
HIGHtests/e2e/scenarios/test_v2_engine_auth_flow.py0forward llvm coverage env vars from outer environment.STRING
HIGHtests/e2e/scenarios/test_v2_engine_error_handling.py0forward llvm coverage env vars from outer environment.STRING
HIGHtests/e2e/scenarios/test_v2_engine_oauth_google.py0forward llvm coverage env vars from outer environment.STRING
HIGHtests/e2e/scenarios/test_v2_engine_approval_flow.py0forward llvm coverage env vars from outer environment.STRING
HIGHtests/e2e/scenarios/test_v2_notion_mcp_oauth_flow.py0reset mock state between tests so dirty state from a failure doesn't bleed.STRING
HIGHtests/e2e/scenarios/test_v2_gsuite_oauth_flow.py0reset mock state between tests so dirty state from a failure doesn't bleed.STRING
HIGHtests/e2e/scenarios/test_v2_github_pat_flow.py0reset mock state between tests so dirty state from a failure doesn't bleed.STRING
HIGH…ios/test_reborn_webui_v2_legacy_dom_resource_limits.py0() => { object.defineproperty(document, 'visibilitystate', { configurable: true, get: () => 'visible', }); document.dispSTRING
HIGHtests/e2e/scenarios/test_sse_reconnect.py0() => { object.defineproperty(document, 'visibilitystate', { configurable: true, get: () => 'visible', }); document.dispSTRING
HIGH…e/scenarios/test_reborn_webui_v2_legacy_sse_history.py0() => { object.defineproperty(document, 'visibilitystate', { configurable: true, get: () => 'visible', }); document.dispSTRING
HIGHtests/e2e/scenarios/test_v2_auth_oauth_matrix.py0select user_id, expires_at, updated_at from secrets where name = ? order by updated_at desc limit 1STRING
HIGHtests/e2e/scenarios/test_v2_engine_oauth_google.py0select user_id, expires_at, updated_at from secrets where name = ? order by updated_at desc limit 1STRING
HIGHtests/e2e/scenarios/test_oauth_refresh.py0select user_id, expires_at, updated_at from secrets where name = ? order by updated_at desc limit 1STRING
HIGHtests/e2e/scenarios/test_v2_auth_oauth_matrix.py0update secrets set expires_at = strftime('%y-%m-%dt%h:%m:%fz', 'now', '-1 hour') where user_id = ? and name = ?STRING
HIGHtests/e2e/scenarios/test_v2_engine_oauth_google.py0update secrets set expires_at = strftime('%y-%m-%dt%h:%m:%fz', 'now', '-1 hour') where user_id = ? and name = ?STRING
HIGHtests/e2e/scenarios/test_oauth_refresh.py0update secrets set expires_at = strftime('%y-%m-%dt%h:%m:%fz', 'now', '-1 hour') where user_id = ? and name = ?STRING
HIGHscripts/auth_live_canary/run_live_canary.py0update secrets set expires_at = strftime('%y-%m-%dt%h:%m:%fz', 'now', '-1 hour') where user_id = ? and name = ?STRING
Excessive Try-Catch Wrapping155 hits · 135 pts
SeverityFileLineSnippetContext
LOWtests/e2e/conftest.py50except Exception:CODE
LOWtests/e2e/conftest.py126 except Exception:CODE
LOWtests/e2e/conftest.py166 except Exception:CODE
LOWtests/e2e/live_harness.py147 except Exception:CODE
LOWtests/e2e/fake_telegram_api.py105 except Exception:CODE
LOWtests/e2e/helpers.py657 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_engine_auth_cancel.py235 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_engine_auth_flow.py687 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_kernel_auth_gateway_flow.py275 except Exception:STRING
LOW…/e2e/scenarios/test_reborn_webui_v2_legacy_projects.py242 except Exception:CODE
LOWtests/e2e/scenarios/test_message_persistence.py315 except Exception:CODE
LOWtests/e2e/scenarios/test_message_persistence.py447 except Exception:CODE
MEDIUMtests/e2e/scenarios/test_v2_auth_oauth_matrix.py63def _drain_pipes():CODE
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py102 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py1341 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py477 except Exception:STRING
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py481 except Exception:STRING
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py607 except Exception:STRING
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py624 except Exception:STRING
LOWtests/e2e/scenarios/test_plan_mode.py74 except Exception:CODE
LOWtests/e2e/scenarios/test_plan_mode.py180 except Exception:CODE
LOWtests/e2e/scenarios/test_v2_engine_approval_flow.py221 except Exception as e:CODE
LOWtests/e2e/scenarios/test_skill_oauth_flow.py193 except Exception:CODE
LOWdocs/plans/2026-02-24-e2e-infrastructure.md692 except Exception:CODE
LOWdocs/plans/2026-02-24-e2e-infrastructure.md711 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py212 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py832 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py873 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py1001 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py1230 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py319 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py348 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py498 except Exception as exc:CODE
MEDIUMscripts/reborn_webui_v2_live_qa/run_live_qa.py1733def read_main_text() -> str:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1109 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1114 except Exception as screenshot_exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1123 except Exception as trace_exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1133 except Exception as summary_exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1664 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1676 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1684 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1691 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1698 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py844 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py888 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py957 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py994 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1010 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1021 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1374 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1390 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1488 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1598 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1736 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1753 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1763 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1774 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1865 except Exception:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2476 except Exception as exc:CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2518 except Exception as exc:CODE
95 more matches not shown…
Unused Imports149 hits · 132 pts
SeverityFileLineSnippetContext
LOWtests/test_validate_reborn_binary_artifact.py1CODE
LOWtests/test_check_reborn_responses_e2e_manifest.py1CODE
LOWtests/e2e/live_harness.py35CODE
LOWtests/e2e/scenarios/test_v2_engine_tool_lifecycle.py25CODE
LOW…e/scenarios/test_reborn_webui_v2_legacy_attachments.py14CODE
LOW…e/scenarios/test_reborn_webui_v2_legacy_attachments.py14CODE
LOW…e/scenarios/test_reborn_webui_v2_legacy_attachments.py14CODE
LOWtests/e2e/scenarios/test_v2_notion_mcp_oauth_flow.py33CODE
LOWtests/e2e/scenarios/test_v2_notion_mcp_oauth_flow.py33CODE
LOWtests/e2e/scenarios/test_v2_notion_mcp_oauth_flow.py33CODE
LOW…e/scenarios/test_routine_oauth_credential_injection.py13CODE
LOW…e/scenarios/test_routine_oauth_credential_injection.py16CODE
LOWtests/e2e/scenarios/test_channel_approval_gates.py21CODE
LOWtests/e2e/scenarios/test_channel_approval_gates.py30CODE
LOW…s/e2e/scenarios/test_reborn_webui_v2_filesystem_api.py15CODE
LOWtests/e2e/scenarios/test_mission_gmail_3133.py68CODE
LOWtests/e2e/scenarios/test_reborn_webui_v2_session_api.py13CODE
LOWtests/e2e/scenarios/test_html_injection.py3CODE
LOWtests/e2e/scenarios/test_connection.py3CODE
LOWtests/e2e/scenarios/test_connection.py4CODE
LOWtests/e2e/scenarios/test_v2_gsuite_oauth_flow.py22CODE
LOWtests/e2e/scenarios/test_v2_gsuite_oauth_flow.py35CODE
LOWtests/e2e/scenarios/test_v2_gsuite_oauth_flow.py35CODE
LOWtests/e2e/scenarios/test_v2_gsuite_oauth_flow.py35CODE
LOWtests/e2e/scenarios/test_dom_resource_limits.py8CODE
LOW…/scenarios/test_reborn_webui_v2_legacy_chat_actions.py8CODE
LOW…/scenarios/test_reborn_webui_v2_legacy_chat_actions.py8CODE
LOWtests/e2e/scenarios/test_v2_github_pat_flow.py32CODE
LOWtests/e2e/scenarios/test_v2_github_pat_flow.py40CODE
LOWtests/e2e/scenarios/test_v2_github_pat_flow.py40CODE
LOWtests/e2e/scenarios/test_v2_github_pat_flow.py40CODE
LOW…ios/test_reborn_webui_v2_legacy_message_persistence.py6CODE
LOW…ios/test_reborn_webui_v2_legacy_message_persistence.py6CODE
LOWtests/e2e/scenarios/test_chat.py11CODE
LOWtests/e2e/scenarios/test_v2_engine_error_handling.py30CODE
LOWtests/e2e/scenarios/test_oauth_credential_fallback.py16CODE
LOWtests/e2e/scenarios/test_skills.py9CODE
LOWtests/e2e/scenarios/test_skills.py9CODE
LOWtests/e2e/scenarios/test_reborn_v2_file_download.py23CODE
LOWtests/e2e/scenarios/test_reborn_v2_file_download.py23CODE
LOWtests/e2e/scenarios/test_plan_mode.py8CODE
LOWtests/e2e/scenarios/test_plan_mode.py8CODE
LOWtests/e2e/scenarios/test_widget_customization.py37CODE
LOWtests/e2e/scenarios/test_auth_no_duplicate_response.py33CODE
LOWtests/e2e/scenarios/test_v2_engine_approval_flow.py18CODE
LOW…e2e/scenarios/test_reborn_webui_v2_legacy_rendering.py6CODE
LOW…e2e/scenarios/test_reborn_webui_v2_legacy_rendering.py6CODE
LOWtests/e2e/scenarios/test_skill_oauth_flow.py20CODE
LOWtests/e2e/scenarios/test_skill_oauth_flow.py20CODE
LOWtests/e2e/scenarios/test_skill_oauth_flow.py30CODE
LOWscripts/check_gateway_boundaries.py58CODE
LOW…ripts/reborn_webui_v2_live_qa/external_auth_helpers.py3CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py3CODE
LOWscripts/reborn_webui_v2_live_qa/test_run_live_qa.py9CODE
LOWscripts/reborn_webui_v2_live_qa/case_matrix.py3CODE
LOWscripts/reborn_webui_v2_live_qa/root_filesystem.py3CODE
LOWscripts/reborn_webui_v2_live_qa/env_helpers.py3CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py3CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py14CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py17CODE
89 more matches not shown…
AI Slop Vocabulary45 hits · 131 pts
SeverityFileLineSnippetContext
MEDIUMCargo.toml341# harness seam) — cfg(test) does not propagate from an integration-test binary into its deps.COMMENT
MEDIUMCargo.toml343# Trigger-conversation binding/session services for the E-TRIGGERED-SUBMIT harness seam —COMMENT
MEDIUMtools-src/portfolio/scenarios/smoke-single-usdc.yaml29 # captured `positions` variable by the test harness.COMMENT
MEDIUMcrates/ironclaw_product_adapter_registry/src/lib.rs850 //! cases are robust to serde renames; the wire path is covered end-to-endCOMMENT
MEDIUM…s/ironclaw_reborn_composition/src/webui/webui_serve.rs451 /// [`Self::canonical_host`] for why this is more robust thanCOMMENT
MEDIUM…ronclaw_reborn_composition/src/slack/slack_delivery.rs1413 // is robust to future ack variants that may also target an existing run.COMMENT
MEDIUM…_reborn_webui_ingress/tests/network_limits_contract.rs58#[path = "support/harness.rs"]COMMENT
MEDIUM…nclaw_reborn_webui_ingress/tests/session_round_trip.rs175 // panicking so the test is robust to incidental calls.COMMENT
MEDIUM…claw_reborn_webui_ingress/tests/auth_route_contract.rs58#[path = "support/harness.rs"]COMMENT
MEDIUM…_reborn_webui_ingress/tests/headers_errors_contract.rs43#[path = "support/harness.rs"]COMMENT
MEDIUM…ironclaw_reborn_webui_ingress/tests/support/harness.rs9//! `#[path = "support/harness.rs"] mod harness;` so a newCOMMENT
MEDIUM…aw_architecture/tests/reborn_composition_boundaries.rs274 // modules. This keeps the invariant robust across the #3951 finding-#4COMMENT
MEDIUM…law_webui_v2/frontend/src/pages/logs/logs-page.test.ts199// class string — keeps the test robust to class reordering and to unrelatedCOMMENT
MEDIUMcrates/ironclaw_hooks/Cargo.toml19# Exposes the `predicate_state::contract` trait-level test harness so theCOMMENT
MEDIUMcrates/ironclaw_hooks/Cargo.toml83# `harness = false` rationale): each heavy case fills a key to the sample cap,COMMENT
MEDIUM…ronclaw_hooks/tests/predicate_state_libsql_contract.rs6//! # Why `harness = false` + a hand-rolled serial runnerCOMMENT
MEDIUMcrates/ironclaw_reborn_cli/src/commands/config/init.rs179# [harness]COMMENT
MEDIUMcrates/ironclaw_reborn_cli/src/commands/config/init.rs180# # Active harness lands with epic #3036. Leave this section commented inCOMMENT
MEDIUMcrates/ironclaw_llm/src/rig_adapter.rs1138/// Deliberately conservative: matches robust indicators (HTTP 401/403,COMMENT
MEDIUMcrates/ironclaw_memory_native/Cargo.toml32# Exposes the trait-level contract test harness inCOMMENT
MEDIUMcrates/ironclaw_memory_native/Cargo.toml34# Off by default so panic-style calls in the harness (`.expect`,COMMENT
MEDIUMcrates/ironclaw_memory_native/Cargo.toml60# the `contract_test!` macro. The harness contains `.expect`/`.unwrap`/COMMENT
MEDIUMcrates/ironclaw_memory_native/Cargo.toml61# `assert!*` calls (intentional — it's a test harness) and must stayCOMMENT
MEDIUMtests/skill_chain_load_lifecycle.rs219 #[ignore = "v2 path needs a multi-turn TraceLlm harness to observe \COMMENT
MEDIUMtests/integration/wiring_parity.rs1//! W5-WIRING-PARITY (issue #5637): the harness's `DefaultPlannedRuntimeParts`COMMENT
MEDIUMtests/integration/support/config.rs3#![allow(dead_code)] // Shared by staged Reborn harness modules as ports opt in.COMMENT
MEDIUMtests/integration/support/product_workflow.rs28 #[error("failed to create product workflow harness tempdir: {0}")]COMMENT
MEDIUMtests/integration/support/product_workflow.rs34 #[error("missing agent id in product workflow harness scope")]COMMENT
MEDIUM…tion/support/doubles/recording_test_capability_port.rs1#![allow(dead_code)] // Carried from harness.rs's blanket allow: shared across bins with differing usage.COMMENT
MEDIUMtests/test-pages/cnn/source.html3380 new Image().src = prefix + '//tapestry.tapad.com/tapestry/1?ta_partner_id=1969&amp;ta_redirect=' + prefix + encoCODE
MEDIUMtests/e2e/scenarios/test_mission_gmail_3133.py290 # to a direct fire so the test stays robust to LLM phrasingCOMMENT
MEDIUMtests/e2e/scenarios/test_extensions.py1"""Scenario: Extensions tab – comprehensive UI coverage.STRING
MEDIUMtests/e2e/scenarios/test_tool_approval.py228 # Trigger a real HTTP tool call that pauses for approval in this test harness.STRING
MEDIUMscripts/reborn_webui_v2_live_qa/run_live_qa.py5774# harness tokens BEFORE the chat prompt (per-run ms-suffix nonces on everyCOMMENT
MEDIUMscripts/reborn_webui_v2_live_qa/run_live_qa.py7655 # turning model-output variance into a blocking harness failure.COMMENT
MEDIUMscripts/ci/test-check-hermetic-env.sh5# asserts the checker blocks/allows it. Mirrors the temp-repo harness inCOMMENT
MEDIUMscripts/ci/check-test-suite-boundaries.sh11# tests/integration/support/ (the roadmap harness), but tests/integration/COMMENT
MEDIUMscripts/ci/check-test-suite-boundaries.sh13# silently pull QA-only fixtures/harness weight into the suites this repo'sCOMMENT
MEDIUMscripts/ci/test-reborn-coverage.sh136 # empty-check below and reporting a normal FAIL (the harness runs every case).COMMENT
MEDIUMscripts/ci/test-reborn-coverage.sh909# pattern either) — mirrors the real tests/integration/support/ harness tree.COMMENT
MEDIUMscripts/live-canary/test_emit_results_json.py314 # Generic env-var / assignment shapes the persona harnessCOMMENT
MEDIUM.github/workflows/live-canary.yml1230 # Real third-party credentials forwarded into the persona harness.COMMENT
MEDIUM.github/workflows/live-canary.yml1231 # The harness reads these env vars perCOMMENT
MEDIUM.github/workflows/code_style.yml157 # surfaces at runtime — this is the gate the eval harness cannot provide.COMMENT
MEDIUM.github/workflows/nearai-bench.yml7# harness against the PR's ironclaw SHA, runs the suite, compares againstCOMMENT
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICAL…ates/ironclaw_turns/tests/turn_coordinator_contract.rs3121 run.profile.resolved.loop_driver.id.as_str(),CODE
CRITICAL…oup_triggers/scenario_trigger_persists_after_reopen.rs50 let tenant_id = g.shared.product_harness.scope.tenant_id.clone();CODE
CRITICALtests/test-pages/cnn/source.html3944 window.ClickTaleSettings.ChangeMonitor.PII.Attributes.push({CODE
CRITICALtests/test-pages/cnn/source.html3965 window.ClickTaleSettings.ChangeMonitor.PII.Text.push({CODE
CRITICALsrc/app.rs648 self.config.llm.nearai.base_url.clone(),CODE
CRITICALsrc/app.rs649 self.config.llm.nearai.api_key.as_ref().map(|s| {CODE
CRITICALsrc/app.rs664 .unwrap_or_else(|| self.config.llm.nearai.model.clone());CODE
Deep Nesting89 hits · 68 pts
SeverityFileLineSnippetContext
LOWtests/e2e/conftest.py102CODE
LOWtests/e2e/conftest.py522CODE
LOWtests/e2e/conftest.py712CODE
LOWtests/e2e/conftest.py743CODE
LOWtests/e2e/conftest.py842CODE
LOWtests/e2e/conftest.py1057CODE
LOWtests/e2e/conftest.py1155CODE
LOWtests/e2e/conftest.py1252CODE
LOWtests/e2e/conftest.py1462CODE
LOWtests/e2e/conftest.py1653CODE
LOWtests/e2e/conftest.py1816CODE
LOWtests/e2e/conftest.py1995CODE
LOWtests/e2e/live_llm_proxy.py191CODE
LOWtests/e2e/live_llm_proxy.py309CODE
LOWtests/e2e/live_harness.py85CODE
LOWtests/e2e/mock_llm.py974CODE
LOWtests/e2e/mock_llm.py1257CODE
LOWtests/e2e/mock_llm.py1583CODE
LOWtests/e2e/mock_llm.py1716CODE
LOWtests/e2e/mock_llm.py1750CODE
LOWtests/e2e/mock_llm.py2437CODE
LOWtests/e2e/helpers.py646CODE
LOWtests/e2e/helpers.py675CODE
LOWtests/e2e/helpers.py648CODE
LOW…scenarios/test_reborn_webui_v2_legacy_responses_api.py43CODE
LOWtests/e2e/scenarios/test_mission_gmail_3133.py159CODE
LOWtests/e2e/scenarios/test_mission_gmail_3133.py244CODE
LOWtests/e2e/scenarios/test_v2_engine_auth_flow.py553CODE
LOWtests/e2e/scenarios/test_v2_kernel_auth_gateway_flow.py509CODE
LOWtests/e2e/scenarios/test_reborn_webui_v2_smoke.py48CODE
LOW…cenarios/test_reborn_webui_v2_legacy_tool_execution.py83CODE
LOWtests/e2e/scenarios/test_tool_execution.py24CODE
LOWtests/e2e/scenarios/test_message_persistence.py46CODE
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py82CODE
LOWtests/e2e/scenarios/test_v2_auth_oauth_matrix.py1143CODE
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py153CODE
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py195CODE
LOWtests/e2e/scenarios/test_v2_engine_error_handling.py175CODE
LOWtests/e2e/scenarios/test_v2_engine_oauth_google.py272CODE
LOWtests/e2e/scenarios/test_oauth_refresh.py120CODE
LOWtests/e2e/scenarios/test_auth_no_duplicate_response.py250CODE
LOWtests/e2e/scenarios/test_auth_no_duplicate_response.py262CODE
LOWtests/e2e/scenarios/test_v2_engine_approval_flow.py229CODE
LOWtests/e2e/scenarios/test_skill_oauth_flow.py111CODE
LOWscripts/check-type-duplicates.py27CODE
LOWscripts/check-type-duplicates.py41CODE
LOWscripts/check_gateway_boundaries.py130CODE
LOWscripts/check_gateway_boundaries.py301CODE
LOWscripts/check_gateway_boundaries.py334CODE
LOWscripts/check_no_panics.py52CODE
LOWscripts/check_no_panics.py169CODE
LOWscripts/reborn_webui_v2_live_qa/slack_helpers.py318CODE
LOWscripts/reborn_webui_v2_live_qa/google_auth_helpers.py531CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py354CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1334CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1714CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2125CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2554CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2661CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py2948CODE
29 more matches not shown…
Fake / Example Data63 hits · 58 pts
SeverityFileLineSnippetContext
LOWchannels-src/telegram/telegram.capabilities.json43 "location": { "type": "url_path", "placeholder": "{TELEGRAM_BOT_TOKEN}" },CODE
LOWchannels-src/whatsapp/src/lib.rs986 "name": "John Doe"CODE
LOW…s-src/portfolio/scenarios/hostile/fake-token-dust.yaml1id: hostile-fake-token-dustCODE
LOWtools-src/google-slides/src/api.rs85 let pt = el["shape"]["placeholder"]["type"]CODE
LOW…ty_extensions/assets/google-slides/wasm-src/src/api.rs94 let pt = el["shape"]["placeholder"]["type"]CODE
LOWcrates/ironclaw_gateway/static/index.html53 <input type="password" id="token-input" data-i18n="auth.tokenPlaceholder" data-i18n-attr="placeholder" placeholdCODE
LOWcrates/ironclaw_gateway/static/index.html72 <input type="text" id="provider-name" data-i18n="config.providerNamePlaceholder" data-i18n-attr="placeholderCODE
LOWcrates/ironclaw_gateway/static/index.html76 <input type="text" id="provider-id" data-i18n="config.providerIdPlaceholder" data-i18n-attr="placeholder" plCODE
LOWcrates/ironclaw_gateway/static/index.html262 <textarea id="chat-input" data-i18n="chat.inputPlaceholder" data-i18n-attr="placeholder" placeholder="MessagCODE
LOWcrates/ironclaw_gateway/static/index.html278 <input type="text" id="memory-search" data-i18n="memory.searchPlaceholder" data-i18n-attr="placeholder" placCODE
LOWcrates/ironclaw_gateway/static/admin/admin.js351 html += '<div class="form-group"><label>Display Name</label><input type="text" id="new-user-name" placeholder="Jane CODE
LOWcrates/ironclaw_turns/src/run_profile/prompt_text.rs238 "placeholder",CODE
LOWcrates/ironclaw_turns/src/run_profile/prompt_text.rs248 || candidate.contains("placeholder")CODE
LOWcrates/ironclaw_host_api/tests/host_api_contract.rs141 "placeholder": "__credential__"CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/pt-BR.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/de.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/zh-CN.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/ar.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/es.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/en.ts1195 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/fr.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/ko.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_webui_v2/frontend/src/i18n/ja.ts1106 "admin.users.displayNamePlaceholder": "Jane Doe",CODE
LOWcrates/ironclaw_runner/tests/driver_registry.rs114 let fake_key = registryCODE
LOWcrates/ironclaw_runner/tests/driver_registry.rs131 configured_profiles: vec![ConfiguredRunProfile::enabled("local_reference", fake_key)],CODE
LOWcrates/ironclaw_runner/tests/driver_registry.rs144 let fake_key = registryCODE
LOWcrates/ironclaw_runner/tests/driver_registry.rs161 configured_profiles: vec![ConfiguredRunProfile::enabled("local_reference", fake_key)],CODE
LOWtests/admin_system_prompt.rs64 prompt.contains("Acme Corp"),CODE
LOWtests/admin_system_prompt.rs97 !prompt.contains("Acme Corp"),CODE
LOWtests/wasm_channel_integration.rs427 .with_user_name("John Doe")CODE
LOWtests/wasm_channel_integration.rs434 assert_eq!(messages[0].user_name, Some("John Doe".to_string()));CODE
LOWtests/e2e/mock_llm.py517 "Acme Corp",CODE
LOWtests/e2e/scenarios/test_extensions.py839 placeholders = [await inputs.nth(i).get_attribute("placeholder") or "" for i in range(input_count)]CODE
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py1526 "placeholder": "team-slug",CODE
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py1618 "placeholder": "team-slug",CODE
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py1820 "placeholder", "••••••• (leave blank to keep)"CODE
LOWdocs/plans/2026-04-11-defi-portfolio-keeper.md667| `hostile/fake-token-dust` | M4 | spam tokens in wallet, must be ignored |CODE
LOWdocs/plans/2026-04-11-defi-portfolio-keeper.md813- Replay scenarios: `bridge-opportunity`, `hostile/fake-token-dust`, `hostile/malicious-protocol`, `hostile/solver-bad-qCODE
LOWdocs/extensions/google/slides.md73- _"Replace all occurrences of '[COMPANY]' with 'Acme Corp' across the deck"_CODE
LOWscripts/ci/test-reborn-coverage.sh603 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh626 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh646 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh676 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh684 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh695 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh713 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh733 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh757 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh782 GH_TOKEN="fake-token" \CODE
LOWscripts/ci/test-reborn-coverage.sh809 GH_TOKEN="fake-token" \CODE
LOWsrc/tools/wasm/capabilities_schema.rs901 "placeholder": "{TELEGRAM_BOT_TOKEN}"CODE
LOWsrc/tools/wasm/wrapper.rs3694 "description": "lorem ipsum dolor sit amet consectetur adipiscing elit"CODE
LOWsrc/tools/wasm/wrapper.rs3694 "description": "lorem ipsum dolor sit amet consectetur adipiscing elit"CODE
LOWsrc/tools/builtin/shell.rs1933 ("OPENAI_API_KEY", "sk-test-fake-key-123"),CODE
LOWsrc/tools/builtin/file.rs1231 std::fs::write(ssh_dir.join("id_rsa"), "fake-key").expect("write fake key");CODE
LOWsrc/workspace/mod.rs3216 std::iter::repeat_n("lorem ipsum dolor sit amet ", 500).collect::<String>();CODE
LOWsrc/workspace/mod.rs3216 std::iter::repeat_n("lorem ipsum dolor sit amet ", 500).collect::<String>();CODE
LOWsrc/channels/web/oauth/providers.rs595 SecretString::from("fake-key".to_string()),CODE
LOWsrc/channels/web/features/extensions/mod.rs1135 "BOT_TOKEN": "dummy-token"CODE
LOWsrc/channels/web/features/extensions/mod.rs1485 "BOT_TOKEN": "dummy-token"CODE
3 more matches not shown…
Self-Referential Comments15 hits · 50 pts
SeverityFileLineSnippetContext
MEDIUMtests/e2e/scenarios/test_v2_engine_auth_flow.py1763 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_auth_flow.py1844 # Create a fresh thread (credential stored from previous test)COMMENT
MEDIUMtests/e2e/scenarios/test_pending_user_messages.py326 # Create a new empty threadCOMMENT
MEDIUMtests/e2e/scenarios/test_tool_permissions.py159 # Create a fresh browser context (new session — no shared cookies/storage)COMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_error_handling.py243 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_error_handling.py301 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_oauth_google.py566 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_oauth_google.py617 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_oauth_google.py662 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_v2_engine_oauth_google.py793 # Create a fresh threadCOMMENT
MEDIUMtests/e2e/scenarios/test_skill_oauth_flow.py221 # Create a thread and ask for secretsCOMMENT
MEDIUMscripts/ci/test-check-include-str-paths.sh15# Create a minimal tree: $1=dir. Populated by the caller before running.COMMENT
MEDIUM.github/workflows/release.yml448 # Create a GitHub Release while uploading all files to itCOMMENT
MEDIUM.github/workflows/release-plz.yml46 # Create a PR with the new versions and changelog, preparing the next release.COMMENT
MEDIUMsrc/db/migration_fixup.rs485 # This file is the immutability guard for released migrations. The\n\COMMENT
Example Usage Blocks11 hits · 16 pts
SeverityFileLineSnippetContext
LOWinfra/runner/seed-runner-db.sh6# Usage:COMMENT
LOWscripts/run-reborn-webui.sh12# Usage:COMMENT
LOWscripts/replay-snap.sh10# Usage:COMMENT
LOWscripts/build-wasm-extensions.sh12# Usage:COMMENT
LOWscripts/check-i18n-parity.sh10# Usage:COMMENT
LOWscripts/reborn-e2e-rust.sh5# Usage:COMMENT
LOWscripts/dev-setup.sh7# Usage:COMMENT
LOWscripts/coverage.sh4# Usage:COMMENT
LOWscripts/ci/reborn-coverage-summary.sh13# Usage:COMMENT
LOWscripts/ci/reborn-coverage-ratchet.sh10# Usage:COMMENT
LOWscripts/ci/reborn-coverage-merge-lcov.sh23# Usage:COMMENT
Redundant / Tautological Comments5 hits · 7 pts
SeverityFileLineSnippetContext
LOWtests/e2e/scenarios/test_tool_permissions.py57 # Set echo to a known initial state via RESTCOMMENT
LOWtests/e2e/scenarios/test_tool_permissions.py149 # Set echo to always_allow via RESTCOMMENT
LOWtests/e2e/scenarios/test_v2_engine_oauth_google.py735 # Check if a google-related secret exists in the DB (from OAuth or paste flow)COMMENT
LOWtests/e2e/scenarios/test_skill_oauth_flow.py433 # Check if any auth-related events were emitted. The credential gateCOMMENT
LOWscripts/check-boundaries.sh163 # Check if the file actually connects to a database (imports DB typesCOMMENT
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHdocs/capabilities/mcp.md85 --env MINTLIFY_API_KEY=your_api_keyCODE
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMcrates/ironclaw_llm/src/smart_routing.rs875 "i'm unable to",CODE
MEDIUMcrates/ironclaw_llm/src/reasoning.rs3480 "Let me know if you need anything."CODE
AI Structural Patterns4 hits · 2 pts
SeverityFileLineSnippetContext
LOW…2e/scenarios/test_reborn_webui_v2_legacy_extensions.py153CODE
LOWscripts/reborn_webui_v2_live_qa/case_matrix.py19CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py1334CODE
LOWscripts/reborn_webui_v2_live_qa/run_live_qa.py4540CODE
Modern Structural Boilerplate1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtests/e2e/scenarios/test_channel_approval_gates.py58async def _set_tool_permission(base_url: str, tool_name: str, state: str) -> None:CODE