Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs.
This report presents the forensic synthetic code analysis of huangruiteng/loopx, a Python project with 3,618 GitHub stars. SynthScan v2.0 examined 835,988 lines of code across 2287 source files, recording 11182 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 12.6 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).
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.
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.
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.
The scanner identified 11182 distinct pattern matches across 14 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/help_surface.py | 280 | def manpage_top_level_commands() -> frozenset[str]: | CODE |
| LOW | loopx/help_surface.py | 372 | def build_command_reference_payload() -> dict[str, Any]: | CODE |
| LOW | loopx/help_surface.py | 386 | def render_command_reference_markdown(payload: dict[str, Any]) -> str: | CODE |
| LOW | loopx/bootstrap.py | 108 | def repair_missing_todo_source_sections(state_text: str) -> tuple[str, list[str]]: | CODE |
| LOW⚡ | loopx/bootstrap.py | 137 | def normalize_codex_app_heartbeat(value: str | None) -> str: | CODE |
| LOW⚡ | loopx/bootstrap.py | 144 | def heartbeat_opt_in_required( | CODE |
| LOW⚡ | loopx/bootstrap.py | 152 | def host_loop_activation_required( | CODE |
| LOW | loopx/bootstrap.py | 176 | def render_onboarding_state_markdown( | CODE |
| LOW | loopx/bootstrap.py | 240 | def onboarding_user_todo_text( | CODE |
| LOW | loopx/bootstrap.py | 263 | def onboarding_agent_review_todo_text( | CODE |
| LOW | loopx/bootstrap.py | 288 | def onboarding_connection_validation_action(adapter_kind: str) -> dict[str, str] | None: | CODE |
| LOW | loopx/bootstrap.py | 353 | def apply_onboarding_todos_to_state( | CODE |
| LOW | loopx/bootstrap.py | 972 | def render_bootstrap_markdown(payload: dict[str, Any]) -> str: | STRING |
| LOW | loopx/thread_agent_binding.py | 73 | def resolve_thread_agent_binding( | CODE |
| LOW | loopx/thread_agent_binding.py | 110 | def _merge_thread_binding_entries( | CODE |
| LOW | loopx/thread_agent_binding.py | 206 | def bind_thread_agent_in_registry( | CODE |
| LOW | loopx/todo_suggestion_prompt.py | 37 | def normalize_suggestion_sources(sources: list[str] | None) -> list[str]: | CODE |
| LOW | loopx/todo_suggestion_prompt.py | 49 | def effective_suggestion_limit(limit: int | None) -> int: | CODE |
| LOW | loopx/todo_suggestion_prompt.py | 63 | def build_todo_suggestion_prompt_packet( | CODE |
| LOW | loopx/todo_suggestion_prompt.py | 175 | def render_todo_suggestion_prompt_markdown(payload: dict[str, Any]) -> str: | CODE |
| LOW | loopx/claude_goal_baseline.py | 45 | def build_claude_code_goal_baseline_plan( | CODE |
| LOW | loopx/claude_goal_baseline.py | 91 | def build_claude_code_goal_baseline_proof( | CODE |
| LOW | loopx/domain_state.py | 30 | def default_domain_state_file_path( | CODE |
| LOW | loopx/domain_state.py | 52 | def upsert_domain_state_jsonl( | CODE |
| LOW | loopx/agent_registry.py | 9 | def normalize_registered_agents(values: Any) -> list[str]: | CODE |
| LOW | loopx/agent_registry.py | 24 | def registered_agent_ids_for_goal(goal: dict[str, Any] | None) -> list[str]: | CODE |
| LOW⚡ | loopx/agent_registry.py | 81 | def registered_agent_ids_from_registry(registry_path: Path, goal_id: str) -> list[str]: | CODE |
| LOW⚡ | loopx/agent_registry.py | 85 | def agent_profile_from_registry(registry_path: Path, goal_id: str, agent_id: str | None) -> dict[str, Any] | None: | CODE |
| LOW⚡ | loopx/agent_registry.py | 89 | def require_registered_agent_id( | CODE |
| LOW | loopx/release_candidate.py | 97 | def collect_release_candidate_checks( | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 102 | def build_heartbeat_prompt_error_payload(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 107 | def render_heartbeat_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 112 | def render_brief_heartbeat_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 117 | def render_compact_heartbeat_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 122 | def render_visible_goal_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 127 | def render_traex_visible_goal_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 137 | def render_ark_managed_agent_goal_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 142 | def render_thin_heartbeat_task_body(**kwargs): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 147 | def render_heartbeat_generator_inputs_markdown(payload: dict[str, Any]): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 152 | def render_heartbeat_prompt_error_markdown(payload: dict[str, Any]): | CODE |
| LOW⚡ | loopx/heartbeat_prompt.py | 157 | def render_heartbeat_prompt_markdown(payload: dict[str, Any]): | CODE |
| LOW | loopx/visible_multi_agent_tmux.py | 75 | def _wait_for_tmux_pane_input_ready( | CODE |
| LOW | loopx/visible_multi_agent_tmux.py | 174 | def _resolve_tmux_lane_targets( | CODE |
| LOW | loopx/visible_multi_agent_tmux.py | 205 | def _prompt_still_waiting_for_submit(capture: str, prompt: str) -> bool: | CODE |
| LOW | loopx/visible_multi_agent_tmux.py | 222 | def _paste_and_submit_tmux_prompt( | CODE |
| LOW | loopx/visible_multi_agent_tmux.py | 277 | def wake_visible_multi_agent_panes( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 130 | def classify_case_analysis_candidate( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 244 | def _normalize_acceptance_policy(acceptance_policy: str | None) -> str: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 255 | def evaluate_case_analysis_acceptance( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 309 | def _proposal_capability_signal(candidate: dict[str, Any]) -> str: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 345 | def _proposal_control_plane_signal(candidate: dict[str, Any]) -> str: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 354 | def proposed_case_analysis_record_from_candidate( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 414 | def build_case_analysis_upsert_proposals( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 435 | def case_analysis_record_from_accepted_upsert( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 491 | def apply_accepted_case_analysis_records( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 541 | def _case_analysis_class_label(case: dict[str, Any]) -> str: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 550 | def _case_analysis_score_triplet(case: dict[str, Any]) -> tuple[object, object, object]: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 584 | def _render_case_analysis_summary_table(analysis: dict[str, Any]) -> list[str]: | CODE |
| LOW | loopx/benchmark_case_analysis.py | 609 | def _render_terminal_bench_current_protocol_coverage( | CODE |
| LOW | loopx/benchmark_case_analysis.py | 648 | def _iter_public_trajectory_summaries( | CODE |
| 7297 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/help_surface.py | 1 | CODE | |
| LOW | loopx/bootstrap.py | 1 | CODE | |
| LOW | loopx/thread_agent_binding.py | 3 | CODE | |
| LOW | loopx/todo_suggestion_prompt.py | 1 | CODE | |
| LOW | loopx/claude_goal_baseline.py | 23 | CODE | |
| LOW | loopx/domain_state.py | 1 | CODE | |
| LOW | loopx/agent_registry.py | 1 | CODE | |
| LOW | loopx/release_candidate.py | 1 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 3 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 7 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 16 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 16 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 16 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 16 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 16 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 23 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 23 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 27 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/heartbeat_prompt.py | 40 | CODE | |
| LOW | loopx/visible_multi_agent_tmux.py | 1 | CODE | |
| LOW | loopx/benchmark_case_analysis.py | 1 | CODE | |
| LOW | loopx/benchmark.py | 1 | CODE | |
| LOW | loopx/benchmark.py | 3 | CODE | |
| LOW | loopx/benchmark.py | 4 | CODE | |
| LOW | loopx/benchmark.py | 5 | CODE | |
| LOW | loopx/benchmark.py | 6 | CODE | |
| LOW | loopx/benchmark.py | 7 | CODE | |
| LOW | loopx/benchmark.py | 8 | CODE | |
| LOW | loopx/benchmark.py | 9 | CODE | |
| LOW | loopx/benchmark.py | 10 | CODE | |
| LOW | loopx/benchmark.py | 11 | CODE | |
| LOW | loopx/benchmark.py | 12 | CODE | |
| LOW | loopx/benchmark.py | 13 | CODE | |
| LOW | loopx/benchmark.py | 13 | CODE | |
| LOW | loopx/benchmark.py | 14 | CODE | |
| LOW | loopx/benchmark.py | 17 | CODE | |
| LOW | loopx/benchmark.py | 17 | CODE | |
| LOW | loopx/benchmark.py | 17 | CODE | |
| LOW | loopx/benchmark.py | 17 | CODE | |
| 2631 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | loopx/benchmark_case_state.py | 940 | "chmod -R a+rwX /app/.codex /app/.loopx /app/.local 2>/dev/null || true\n" | CODE |
| HIGH | loopx/terminal_bench_agent.py | 1086 | ' BIN_PATH="$(command -v "$bin" 2>/dev/null || true)"; ' | CODE |
| HIGH | loopx/terminal_bench_agent.py | 1120 | "(command -v ldd >/dev/null 2>&1 && ldd --version 2>&1 | grep -qi musl); then" | CODE |
| HIGH | loopx/terminal_bench_agent.py | 1123 | " apt-get update && apt-get install -y " | CODE |
| HIGH | loopx/terminal_bench_agent.py | 1227 | command=nvm_prefix + "nvm install 22 && nvm alias default 22 && npm -v", | CODE |
| HIGH | loopx/terminal_bench_agent.py | 1254 | ' BIN_PATH="$(which "$bin" 2>/dev/null || true)";' | CODE |
| HIGH | loopx/worker_bridge.py | 196 | "apt-get update && apt-get install -y python3; " | CODE |
| HIGH | …x/control_plane/testing/doubao_model_behavior_actor.py | 237 | "concrete_user_question": null, | CODE |
| HIGH | …x/control_plane/testing/doubao_model_behavior_actor.py | 253 | canonical_selected_todo_id exactly into selected_todo_id, including null; it | CODE |
| HIGH⚡ | loopx/benchmark_adapters/skillsbench_uv_cache.py | 42 | " if command -v uv >/dev/null 2>&1 && command -v uvx >/dev/null 2>&1 && uv --version >/dev/null 2>&1 && uvx - | CODE |
| HIGH | loopx/benchmark_adapters/skillsbench_acp_relay.py | 2869 | "command": "pwd && ls -la", | CODE |
| HIGH | loopx/benchmark_adapters/skillsbench.py | 937 | "RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip ca-certificates cu | CODE |
| HIGH | loopx/benchmark_adapters/agentissue.py | 1760 | "$DOCKER_BIN" rm -f "$TMP_CONTAINER" >/dev/null 2>&1 || true | CODE |
| HIGH⚡ | loopx/benchmark_adapters/agentissue.py | 1781 | command -v "$CODEX_BIN" >/dev/null 2>&1 || fail "Codex binary is not on PATH" | CODE |
| HIGH⚡ | loopx/benchmark_adapters/agentissue.py | 1782 | command -v "$DOCKER_BIN" >/dev/null 2>&1 || fail "Docker binary is not on PATH" | CODE |
| HIGH⚡ | loopx/benchmark_adapters/agentissue.py | 1790 | '[ -d "$CONTAINER_BUGGY_SOURCE" ] && grep -q "apply_patch)" /usr/local/bin/run_test_entrypoint.sh && grep -q "test_p | CODE |
| HIGH | loopx/benchmark_adapters/agentissue.py | 1815 | git -C "$BUGGY_SOURCE" rev-parse --is-inside-work-tree >/dev/null 2>&1 && return 0 | CODE |
| HIGH | …x/benchmark_adapters/skillsbench_verifier_bootstrap.py | 146 | "if ! command -v uvx >/dev/null 2>&1 && command -v python3 >/dev/null 2>&1; then\n" | CODE |
| HIGH⚡ | loopx/presentation/renderers/periodic_report_html.py | 541 | const query = (search && search.value || '').trim().toLocaleLowerCase(); | CODE |
| HIGH⚡ | loopx/presentation/renderers/periodic_report_html.py | 547 | item.hidden = !(sectionMatch && itemMatch); | CODE |
| HIGH⚡ | loopx/presentation/renderers/periodic_report_html.py | 550 | section.hidden = !sectionMatch || visible === 0; | CODE |
| HIGH | loopx/presentation/renderers/periodic_report_html.py | 568 | if (!location.hash || location.hash === '#report-top') activate(filters[0]); | CODE |
| HIGH | loopx/presentation/renderers/periodic_report_html.py | 591 | if (toast && toast.textContent) { | CODE |
| HIGH | tests/test_skillsbench_setup_preflight.py | 616 | "FROM ubuntu:24.04\n\nRUN apt-get update && apt-get install -y curl\n", | CODE |
| HIGH | tests/test_skillsbench_setup_preflight.py | 670 | "RUN apt-get update && apt-get install -y curl\n", | CODE |
| HIGH | tests/test_skillsbench_setup_preflight.py | 718 | "RUN apt-get update && apt-get install -y curl\n", | CODE |
| HIGH | tests/test_skillsbench_setup_preflight.py | 1260 | "failed to solve: process /bin/sh -c apt-get update && wget " | CODE |
| HIGH | tests/test_skillsbench_setup_preflight.py | 1422 | "apt-get update && pip3 install numpy did not complete successfully: " | CODE |
| HIGH | tests/test_skillsbench_dockerfile_runtime.py | 18 | "RUN apt-get update && apt-get install -y curl\n", | CODE |
| HIGH | tests/test_skillsbench_dockerfile_runtime.py | 60 | "RUN pip3 install numpy && python3 -m pip install cython\n" | CODE |
| HIGH | …_plane/test_onboarding_model_behavior_qualification.py | 25 | "goal_start_connect_if_needed": "cd $PROJECT && loopx bootstrap --project .", | CODE |
| HIGH | examples/showcase-frontstage-prototype.py | 384 | const visible = matchesStatus && matchesQuery; | CODE |
| HIGH | examples/skillsbench-host-local-launch-plan-smoke.py | 127 | assert "pwd && ls -la" in first_action_block | CODE |
| HIGH | examples/skillsbench-host-local-launch-plan-smoke.py | 135 | assert request == {"operation": "exec", "cwd": "/app", "command": "pwd && ls -la", "timeout_sec": 10}, request | CODE |
| HIGH | examples/skillsbench-host-local-launch-plan-smoke.py | 1002 | if "pwd && ls -la" not in copyable_packet: | CODE |
| HIGH | examples/skillsbench-reverse-tunnel-supervisor-smoke.py | 273 | opaque_command = "cd /opaque/workdir && run-skillsbench --task bike-rebalance" | STRING |
| HIGH | examples/skillsbench-reverse-tunnel-supervisor-smoke.py | 1127 | "cd /opaque/workdir && fail-skillsbench --run-group " | STRING |
| HIGH | examples/terminal-bench-host-codex-goal-agent-smoke.py | 49 | assert "docker exec example-container bash -lc 'cd /app && pwd'" in prompt | CODE |
| HIGH | examples/skillsbench-reverse-channel-bridge-smoke.py | 453 | '"command":"pwd && ls -la","timeout_sec":10}' | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 1460 | assert "`pwd && ls -la`" in prompt | CODE |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5651 | "RUN apt-get update && apt-get install -y --no-install-recommends curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5687 | "RUN apt-get update && apt-get install -y --no-install-recommends curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5730 | "RUN apt-get update && apt-get install -y --no-install-recommends curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5783 | "RUN apt-get update && apt-get install -y curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5858 | "RUN apt-get update && apt-get install -y curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 5916 | "RUN apt-get update && apt-get install -y curl\n" | STRING |
| HIGH | examples/skillsbench-benchmark-run-smoke.py | 6662 | "FROM ubuntu:20.04\n\nRUN apt-get update && apt-get install -y curl\n", | STRING |
| HIGH | examples/skillsbench-task-source-preflight-smoke.py | 366 | "FROM ubuntu:22.04\nRUN apt-get update && apt-get install -y curl\n", | CODE |
| HIGH | examples/dashboard-demo-readiness-smoke.py | 76 | "`cd apps/presentation/dashboard && npm ci` before " | CODE |
| HIGH | examples/control_plane/review-packet-smoke.py | 264 | assert "blocksGate={Boolean(item.operatorQuestion && firstOpenTodo(item.userTodos))}" in user_action_summary | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 506 | " apt-get clean >/dev/null 2>&1 || true; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 514 | " apt-get clean >/dev/null 2>&1 || true; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 522 | " microdnf install -y curl-minimal || microdnf install -y curl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 528 | " dnf -y install curl-minimal || dnf -y install curl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 534 | " yum install -y curl-minimal || yum install -y curl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 576 | " apt-get clean >/dev/null 2>&1 || true; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 579 | " apk add --no-cache libssl3 || apk add --no-cache openssl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 581 | " microdnf install -y openssl-libs || microdnf install -y openssl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 583 | " dnf install -y openssl-libs || dnf install -y openssl; " | CODE |
| HIGH⚡ | scripts/skillsbench_automation_loop.py | 585 | " yum install -y openssl-libs || yum install -y openssl; " | CODE |
| 18 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/bootstrap.py | 635 | CODE | |
| LOW | loopx/bootstrap.py | 972 | CODE | |
| LOW | loopx/domain_state.py | 52 | CODE | |
| LOW | loopx/agent_registry.py | 43 | CODE | |
| LOW | loopx/visible_multi_agent_tmux.py | 277 | CODE | |
| LOW | loopx/benchmark_case_analysis.py | 255 | CODE | |
| LOW | loopx/benchmark_case_analysis.py | 680 | CODE | |
| LOW | loopx/benchmark.py | 623 | CODE | |
| LOW | loopx/benchmark.py | 891 | CODE | |
| LOW | loopx/benchmark.py | 1267 | CODE | |
| LOW | loopx/benchmark.py | 1307 | CODE | |
| LOW | loopx/benchmark.py | 1533 | CODE | |
| LOW | loopx/benchmark.py | 1701 | CODE | |
| LOW | loopx/benchmark.py | 2006 | CODE | |
| LOW | loopx/benchmark.py | 2277 | CODE | |
| LOW | loopx/benchmark.py | 2691 | CODE | |
| LOW | loopx/todos.py | 877 | CODE | |
| LOW | loopx/todos.py | 1161 | CODE | |
| LOW | loopx/todos.py | 1528 | CODE | |
| LOW | loopx/self_update.py | 177 | CODE | |
| LOW | loopx/self_update.py | 327 | CODE | |
| LOW | loopx/self_update.py | 396 | CODE | |
| LOW | loopx/self_update.py | 579 | CODE | |
| LOW | loopx/state_refresh.py | 272 | CODE | |
| LOW | loopx/state_refresh.py | 923 | CODE | |
| LOW | loopx/quota.py | 310 | CODE | |
| LOW | loopx/quota.py | 366 | CODE | |
| LOW | loopx/quota.py | 579 | CODE | |
| LOW | loopx/project_skill_delivery.py | 162 | CODE | |
| LOW | loopx/project_skill_delivery.py | 259 | CODE | |
| LOW | loopx/pr_review.py | 680 | CODE | |
| LOW | loopx/pr_review.py | 1011 | CODE | |
| LOW | loopx/terminal_bench_agent.py | 352 | CODE | |
| LOW | loopx/upgrade.py | 178 | CODE | |
| LOW | loopx/upgrade.py | 470 | CODE | |
| LOW | loopx/upgrade.py | 560 | CODE | |
| LOW | loopx/upgrade.py | 653 | CODE | |
| LOW | loopx/rollout_event_log.py | 367 | CODE | |
| LOW | loopx/rollout_event_log.py | 396 | CODE | |
| LOW | loopx/state_backup.py | 121 | CODE | |
| LOW | loopx/file_lock.py | 277 | CODE | |
| LOW | loopx/skill_install_readback.py | 211 | CODE | |
| LOW | loopx/benchmark_ledger_countability.py | 56 | CODE | |
| LOW | loopx/codex_cli_probe.py | 58 | CODE | |
| LOW | loopx/codex_cli_probe.py | 890 | CODE | |
| LOW | loopx/global_registry.py | 259 | CODE | |
| LOW | loopx/configure_goal.py | 393 | CODE | |
| LOW | loopx/registry_writability.py | 18 | CODE | |
| LOW | loopx/authority.py | 650 | CODE | |
| LOW | loopx/state_migration.py | 123 | CODE | |
| LOW | loopx/state_migration.py | 160 | CODE | |
| LOW | loopx/benchmark_ledger.py | 2461 | CODE | |
| LOW | loopx/benchmark_ledger.py | 2578 | CODE | |
| LOW | loopx/benchmark_ledger.py | 2798 | CODE | |
| LOW | loopx/benchmark_ledger.py | 2879 | CODE | |
| LOW | loopx/benchmark_ledger.py | 3280 | CODE | |
| LOW | loopx/benchmark_ledger.py | 3485 | CODE | |
| LOW | loopx/benchmark_ledger.py | 2607 | CODE | |
| LOW | loopx/benchmark_ledger.py | 3338 | CODE | |
| LOW | loopx/host_loop_activation.py | 1006 | CODE | |
| 377 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/release_candidate.py | 40 | except Exception as exc: # pragma: no cover - partial-package errors vary | CODE |
| LOW | loopx/cli_rollout.py | 89 | except Exception as exc: | CODE |
| LOW | loopx/self_update.py | 148 | except Exception as exc: # Remote comparison is advisory and must degrade offline. | CODE |
| LOW | loopx/self_update.py | 628 | except Exception as exc: | CODE |
| LOW | loopx/self_update.py | 639 | except Exception as restore_exc: | CODE |
| LOW | loopx/codex_goal_baseline.py | 452 | except Exception as exc: # pragma: no cover - defensive optional path | CODE |
| LOW | loopx/project_skill_delivery.py | 347 | except Exception: | CODE |
| LOW | loopx/project_skill_delivery.py | 352 | except Exception: | CODE |
| LOW | loopx/project_skill_delivery.py | 373 | except Exception: | CODE |
| LOW | loopx/project_skill_delivery.py | 443 | except Exception: | CODE |
| LOW | loopx/project_skill_delivery.py | 457 | except Exception: | CODE |
| LOW | loopx/pr_review.py | 118 | except Exception: | CODE |
| LOW⚡ | loopx/terminal_bench_agent.py | 769 | except Exception: | CODE |
| LOW⚡ | loopx/terminal_bench_agent.py | 780 | except Exception: | CODE |
| LOW⚡ | loopx/terminal_bench_agent.py | 792 | except Exception: | CODE |
| LOW⚡ | loopx/terminal_bench_agent.py | 1332 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 748 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 995 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1024 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1051 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1276 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1509 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1823 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1888 | except Exception: | CODE |
| LOW | loopx/terminal_bench_agent.py | 1964 | except Exception: | CODE |
| LOW | loopx/status_server.py | 263 | except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI. | CODE |
| LOW | loopx/status_server.py | 334 | except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI. | CODE |
| LOW | loopx/status_server.py | 523 | except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI. | CODE |
| LOW | loopx/status_server.py | 582 | except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI. | CODE |
| LOW | loopx/status_server.py | 625 | except Exception as exc: # noqa: BLE001 - local UI should see the exact read failure. | CODE |
| LOW | loopx/status_server.py | 687 | except Exception as exc: # noqa: BLE001 - local UI needs the read failure. | CODE |
| LOW | loopx/status_server.py | 735 | except Exception as exc: # noqa: BLE001 - local UI needs the read failure. | CODE |
| LOW | loopx/status_server.py | 808 | except Exception as exc: # noqa: BLE001 - the HTTP layer should preserve diagnostics. | CODE |
| MEDIUM | loopx/status_server.py | 259 | def _handle_reward_dry_run(self) -> None: | CODE |
| MEDIUM | loopx/status_server.py | 520 | def _handle_configure_goal_dry_run(self) -> None: | CODE |
| LOW | loopx/heartbeat_prequota.py | 35 | except Exception as exc: | CODE |
| LOW | loopx/diagnose.py | 131 | except Exception as exc: # noqa: BLE001 - diagnosis packets should preserve compact failure context. | CODE |
| LOW | loopx/summary_all.py | 123 | except Exception as exc: | CODE |
| LOW | loopx/domain_packs/issue_fix.py | 57 | except Exception: | CODE |
| LOW | loopx/capabilities/periodic_report/cli.py | 269 | except Exception as exc: | CODE |
| LOW | loopx/capabilities/value_connectors/cli.py | 360 | except Exception as exc: | CODE |
| LOW | loopx/capabilities/content_ops/cli.py | 500 | except Exception as exc: | CODE |
| LOW | loopx/capabilities/issue_fix/pr_description.py | 380 | except Exception: # noqa: BLE001 - configured application is a fail-open boundary | CODE |
| LOW | loopx/capabilities/issue_fix/cli.py | 1791 | except Exception as exc: | CODE |
| LOW | loopx/capabilities/explore/harness_runtime.py | 299 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 849 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 863 | except Exception as caught: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 869 | except Exception as caught: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1029 | except Exception: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1069 | except Exception: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1106 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1122 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1161 | except Exception: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1235 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1243 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/replay_runtime.py | 1264 | except Exception: | CODE |
| LOW | loopx/capabilities/explore/child_replay_runtime.py | 120 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/child_replay_runtime.py | 126 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/child_replay_runtime.py | 346 | except Exception as error: | CODE |
| LOW | loopx/capabilities/explore/child_replay_runtime.py | 416 | except Exception as error: | CODE |
| 250 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ntrol_plane/test_codex_cli_scheduler_effect_program.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-visible-attach-acceptance-smoke.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-local-scheduler-tick-smoke.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-session-probe-smoke.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-visible-driver-run-smoke.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-local-driver-plan-smoke.py | 0 | usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversation | STRING |
| HIGH | examples/codex-cli-local-scheduler-exec-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-visible-attach-acceptance-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-local-scheduler-tick-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-session-probe-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-visible-local-driver-pilot-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-one-message-loop-pilot-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-visible-driver-run-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-local-driver-plan-smoke.py | 0 | usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled r | STRING |
| HIGH | examples/codex-cli-local-scheduler-exec-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-local-scheduler-tick-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-session-probe-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-visible-local-driver-pilot-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-one-message-loop-pilot-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-visible-driver-run-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-local-driver-plan-smoke.py | 0 | usage: codex resume [options] [session_id] [prompt] resume a previous interactive session. | STRING |
| HIGH | examples/codex-cli-visible-attach-acceptance-smoke.py | 0 | usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tui | STRING |
| HIGH | examples/codex-cli-session-probe-smoke.py | 0 | usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tui | STRING |
| HIGH | examples/codex-cli-local-driver-plan-smoke.py | 0 | usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tui | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/bootstrap.py | 635 | CODE | |
| LOW | loopx/benchmark.py | 2691 | CODE | |
| LOW | loopx/benchmark_case_state.py | 322 | CODE | |
| LOW | loopx/benchmark_case_state.py | 735 | CODE | |
| LOW | loopx/todos.py | 625 | CODE | |
| LOW | loopx/todos.py | 877 | CODE | |
| LOW | loopx/todos.py | 1161 | CODE | |
| LOW | loopx/todos.py | 1528 | CODE | |
| LOW | loopx/todos.py | 1874 | CODE | |
| LOW | loopx/cli_rollout.py | 15 | CODE | |
| LOW | loopx/benchmark_ledger_current.py | 460 | CODE | |
| LOW | loopx/codex_goal_baseline.py | 48 | CODE | |
| LOW | loopx/codex_goal_baseline.py | 144 | CODE | |
| LOW | loopx/codex_goal_baseline.py | 284 | CODE | |
| LOW | loopx/codex_goal_baseline.py | 363 | CODE | |
| LOW | loopx/state_refresh.py | 565 | CODE | |
| LOW | loopx/state_refresh.py | 923 | CODE | |
| LOW | loopx/quota.py | 847 | CODE | |
| LOW | loopx/quota.py | 904 | CODE | |
| LOW | loopx/quota.py | 1023 | CODE | |
| LOW | loopx/terminal_bench_agent.py | 184 | CODE | |
| LOW | loopx/terminal_bench_agent.py | 571 | CODE | |
| LOW | loopx/rollout_event_log.py | 199 | CODE | |
| LOW | loopx/project_prompt.py | 190 | CODE | |
| LOW | loopx/project_prompt.py | 221 | CODE | |
| LOW | loopx/codex_cli_probe.py | 674 | CODE | |
| LOW | loopx/configure_goal.py | 393 | CODE | |
| LOW | loopx/todo_followups.py | 54 | CODE | |
| LOW | loopx/benchmark_ledger.py | 1760 | CODE | |
| LOW | loopx/benchmark_ledger.py | 3214 | CODE | |
| LOW | loopx/benchmark_ledger.py | 3501 | CODE | |
| LOW | loopx/worker_bridge.py | 305 | CODE | |
| LOW | loopx/worker_bridge.py | 451 | CODE | |
| LOW | loopx/worker_bridge.py | 896 | CODE | |
| LOW | loopx/worker_bridge.py | 1045 | CODE | |
| LOW | loopx/worker_bridge.py | 1184 | CODE | |
| LOW | loopx/worker_bridge.py | 1374 | CODE | |
| LOW | loopx/codex_cli_scheduler.py | 525 | CODE | |
| LOW | loopx/slash_command_install.py | 723 | CODE | |
| LOW | loopx/status.py | 774 | CODE | |
| LOW | loopx/status.py | 834 | CODE | |
| LOW | loopx/review_packet.py | 695 | CODE | |
| LOW | loopx/domain_packs/ml_experiment.py | 171 | CODE | |
| LOW | loopx/domain_packs/ml_experiment.py | 319 | CODE | |
| LOW | loopx/capabilities/content_ops/surface.py | 1783 | CODE | |
| LOW | loopx/capabilities/issue_fix/reviewer_recommendation.py | 685 | CODE | |
| LOW | loopx/capabilities/issue_fix/acceptance_loop.py | 622 | CODE | |
| LOW | loopx/capabilities/issue_fix/pr_description.py | 201 | CODE | |
| LOW | loopx/capabilities/issue_fix/pr_description.py | 268 | CODE | |
| LOW | loopx/capabilities/issue_fix/pr_lifecycle.py | 923 | CODE | |
| LOW | …x/capabilities/issue_fix/discovered_issue_promotion.py | 659 | CODE | |
| LOW | loopx/capabilities/issue_fix/feasibility.py | 263 | CODE | |
| LOW | loopx/capabilities/issue_fix/reviewer_notification.py | 583 | CODE | |
| LOW | loopx/capabilities/issue_fix/workflow_plan.py | 315 | CODE | |
| LOW | loopx/capabilities/issue_fix/reviewer_request.py | 511 | CODE | |
| LOW | loopx/capabilities/explore/harness_runtime.py | 654 | CODE | |
| LOW | loopx/capabilities/explore/worker_branch_plan.py | 830 | CODE | |
| LOW | loopx/capabilities/explore/result_log.py | 218 | CODE | |
| LOW | loopx/capabilities/explore/result_log.py | 311 | CODE | |
| LOW | loopx/capabilities/explore/todo_branch_plan.py | 319 | CODE | |
| 81 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/codex_cli_probe.py | 462 | "placeholder": "future driver must prove no active human typing and no running turn before visible resume or | CODE |
| LOW | loopx/codex_cli_probe_markdown.py | 127 | - placeholder: {idle_guard.get("placeholder")} | CODE |
| LOW | …product/surfaces/nontechnical-operator-status-model.md | 373 | Generate the fake-data storyboard and validate that it contains no private | CODE |
| LOW | docs/showcases/README.md | 96 | [creator-ops-fake-data-storyboard.md](creator-ops-fake-data-storyboard.md). | CODE |
| LOW | docs/showcases/README.md | 206 | | [0620 creator-operator long-running agent case](cases/0620-creator-operator-case-spec.md) | Creator-operator workflow, | CODE |
| LOW | docs/showcases/showcase-catalog.json | 1170 | "storyboard_path": "docs/showcases/creator-ops-fake-data-storyboard.md", | CODE |
| LOW | docs/showcases/showcase-catalog.json | 1202 | "docs/showcases/creator-ops-fake-data-storyboard.md", | CODE |
| LOW⚡ | …s/showcases/cases/0620-creator-operator-case-spec.html | 136 | <div class="evidence-grid"><div class="evidence-card"><div class="evidence-label">storyboard</div><p>`creator-ops-fa | CODE |
| LOW⚡ | …s/showcases/cases/0620-creator-operator-case-spec.html | 146 | <div class="source-list"><a class="source-ref" href="0620-creator-operator-case-spec.md"><span>case narrative</span> | CODE |
| LOW⚡ | …s/showcases/cases/0620-creator-operator-case-spec.html | 148 | <div class="chips"><a class="case-link" href="0620-creator-operator-case-spec.md">案例说明</a><a class="case-link" href= | CODE |
| LOW⚡ | …howcases/cases/0620-creator-operator-case-spec.en.html | 136 | <div class="evidence-grid"><div class="evidence-card"><div class="evidence-label">Storyboard</div><p>`creator-ops-fa | CODE |
| LOW⚡ | …howcases/cases/0620-creator-operator-case-spec.en.html | 146 | <div class="source-list"><a class="source-ref" href="0620-creator-operator-case-spec.md"><span>case narrative</span> | CODE |
| LOW⚡ | …howcases/cases/0620-creator-operator-case-spec.en.html | 148 | <div class="chips"><a class="case-link" href="0620-creator-operator-case-spec.md">Case note</a><a class="case-link" | CODE |
| LOW | docs/showcases/cases/0620-creator-operator-case-spec.md | 195 | [creator-ops-fake-data-storyboard.md](../creator-ops-fake-data-storyboard.md). | CODE |
| LOW | docs/concepts/interaction-pattern-catalog.md | 430 | - a fake-data dashboard walkthrough for the first three patterns; | CODE |
| LOW | examples/showcase-html-pages.py | 545 | ("storyboard", "`creator-ops-fake-data-storyboard.md` 给出完整 fake fixture,不需要 live platform access,适合公开展示用 | CODE |
| LOW | examples/showcase-html-pages.py | 562 | ("fake-data storyboard", "docs/showcases/creator-ops-fake-data-storyboard.md"), | CODE |
| LOW | examples/showcase-html-pages.py | 572 | ("Storyboard", "`creator-ops-fake-data-storyboard.md` provides a complete fake fixture with no live plat | CODE |
| LOW | examples/showcase-html-pages.py | 589 | ("fake-data storyboard", "docs/showcases/creator-ops-fake-data-storyboard.md"), | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1425 | fake_user.BaseUser = FakeBaseUser | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1426 | fake_user.RoundResult = FakeRoundResultBase | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1429 | sys.modules["benchflow.sandbox.user"] = fake_user | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1529 | fake_user = types.ModuleType("benchflow.sandbox.user") | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1537 | fake_user.BaseUser = FakeBaseUser | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1538 | fake_user.RoundResult = FakeRoundResultBase | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 1541 | sys.modules["benchflow.sandbox.user"] = fake_user | CODE |
| LOW | examples/skillsbench-benchmark-run-smoke.py | 1412 | fake_user = types.ModuleType("benchflow.sandbox.user") | CODE |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 2912 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 2920 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 2921 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 2924 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3059 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3067 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3068 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3071 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3217 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3225 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3226 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3229 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3398 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3406 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3407 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3410 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3540 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3548 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3549 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3552 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3667 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3675 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3676 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3679 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3799 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3807 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3808 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3811 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3913 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3921 | fake_user.BaseUser = FakeBaseUser | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3922 | fake_user.RoundResult = FakeRoundResultBase | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 3925 | sys.modules["benchflow.sandbox.user"] = fake_user | STRING |
| LOW⚡ | examples/skillsbench-benchmark-run-smoke.py | 4041 | fake_user = types.ModuleType("benchflow.sandbox.user") | STRING |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/heartbeat_prompt.py | 49 | __all__ = [ | CODE |
| LOW | loopx/__init__.py | 3 | __all__ = ["__version__"] | CODE |
| LOW | loopx/event_sourced_state.py | 706 | def _update_todo_from_event(todo: dict[str, Any], event: dict[str, Any]) -> None: | CODE |
| LOW | loopx/capabilities/pr_review_queue/__init__.py | 11 | __all__ = [ | CODE |
| LOW | loopx/capabilities/pr_review_queue/core.py | 500 | __all__ = [ | CODE |
| LOW | loopx/capabilities/periodic_report/__init__.py | 44 | __all__ = [ | CODE |
| LOW | loopx/capabilities/integration_branch/__init__.py | 9 | __all__ = [ | CODE |
| LOW | loopx/capabilities/change_quality/__init__.py | 12 | __all__ = [ | CODE |
| LOW | loopx/capabilities/agent_turn_recall/__init__.py | 10 | __all__ = [ | CODE |
| LOW | loopx/capabilities/context_providers/__init__.py | 24 | __all__ = [ | CODE |
| LOW | loopx/capabilities/issue_fix/pr_gate_reconcile_cli.py | 454 | __all__ = [ | CODE |
| LOW | loopx/capabilities/issue_fix/__init__.py | 13 | __all__ = [ | CODE |
| LOW | loopx/capabilities/issue_fix/pr_review_ack.py | 427 | __all__ = [ | CODE |
| LOW | loopx/capabilities/semantic_preference/__init__.py | 6 | __all__ = [ | CODE |
| LOW | loopx/capabilities/decision_context/__init__.py | 65 | __all__ = [ | CODE |
| LOW | loopx/capabilities/auto_research/__init__.py | 10 | __all__ = [ | CODE |
| LOW | loopx/capabilities/reward_memory/__init__.py | 47 | __all__ = [ | CODE |
| LOW | loopx/capabilities/material_lifecycle/__init__.py | 95 | __all__ = [ | CODE |
| LOW | loopx/experiments/planner_worker/traex.py | 451 | __all__ = [ | CODE |
| LOW | loopx/cli_commands/__init__.py | 186 | __all__ = [ | CODE |
| LOW | loopx/extensions/scaffold.py | 141 | __all__ = ["__version__"] | CODE |
| LOW | loopx/extensions/openviking_periodic_report/__init__.py | 11 | __all__ = [ | CODE |
| LOW | loopx/extensions/lark/goal_channel.py | 27 | __all__ = [ | CODE |
| LOW | loopx/extensions/lark/presentation/__init__.py | 8 | __all__ = [ | CODE |
| LOW | …/extensions/openviking_semantic_preference/__init__.py | 5 | __all__ = ["main", "run"] | CODE |
| LOW | loopx/control_plane/quota/slot_accounting.py | 106 | def _set_quota_for_goal(status_payload: dict[str, Any], *, goal_id: str, quota: dict[str, Any]) -> None: | CODE |
| LOW | loopx/control_plane/turn_driver/__init__.py | 38 | __all__ = [ | CODE |
| LOW | loopx/benchmark_core/__init__.py | 137 | __all__ = [ | CODE |
| LOW | loopx/presentation/renderers/__init__.py | 12 | __all__ = [ | CODE |
| LOW | loopx/presentation/sinks/openviking_periodic_report.py | 7 | __all__ = ["periodic_report_openviking_sink_adapter"] | CODE |
| LOW | loopx/presentation/sinks/__init__.py | 5 | __all__ = ["periodic_report_openviking_sink_adapter"] | CODE |
| LOW | …ples/control_plane/peer-agent-workspace-guard-smoke.py | 161 | def set_task_repository(project: Path, runtime: Path, registry_path: Path) -> None: | CODE |
| LOW | examples/control_plane/task-lease-runtime-smoke.py | 76 | def set_claimed_by(state_file: Path, *, todo_id: str, owner: str | None) -> None: | CODE |
| LOW | examples/control_plane/status_markdown_run_fixtures.py | 265 | def set_registry_attention_override(registry_path: Path) -> None: | CODE |
| LOW | scripts/harbor_host_bridge.py | 56 | __all__ = ["BRIDGE_SCRIPT_TEMPLATE"] | STRING |
| LOW | …iscovery/src/loopx_finance_value_discovery/__init__.py | 43 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | loopx/capabilities/explore/harness_gate.py | 11 | # pipeline projects into goal_boundary.orchestration -- explicitly sets | COMMENT |
| MEDIUM | docs/capabilities/integration-branch/README.md | 119 | ## Periodic or event-driven reconcile | COMMENT |
| MEDIUM | …ol-plane-course/08-evidence-refresh-and-self-repair.md | 724 | ### 3. Refresh 对 multi-agent attribution fail closed | COMMENT |
| MEDIUM | docs/product/release-readiness.md | 270 | surfaces (#1892, #1962, #1965-#1966, #1971). Visible multi-agent runs now | CODE |
| MEDIUM | docs/book/chapters/09-extension-scaffold.md | 18 | ## 1. 生成官方 scaffold | COMMENT |
| MEDIUM | docs/book/chapters/09-extension-scaffold.md | 210 | ### 手写一个比 scaffold 更小的目录 | COMMENT |
| MEDIUM | docs/book/en/chapters/09-extension-scaffold.md | 19 | ## 1. Generate the official scaffold | COMMENT |
| MEDIUM | docs/book/en/chapters/09-extension-scaffold.md | 208 | ### Hand-writing a smaller scaffold | COMMENT |
| MEDIUM | examples/explore-result-layer-smoke.py | 46 | # goal_boundary.orchestration.explore_harness gate; every library-level plan | COMMENT |
| MEDIUM | examples/explore-worker-plan-gate-smoke.py | 259 | # project_asset.orchestration key never reaches the live quota | COMMENT |
| MEDIUM | …control_plane/quota-spend-workspace-causality-smoke.py | 363 | # A multi-agent goal may deliberately allow a canonical CI checkout; its | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | loopx/capabilities/reward_memory/evaluation.py | 39 | except Exception as exc: # noqa: BLE001 - compact harness boundary | CODE |
| MEDIUM | loopx/claude_goal_mode/scripts/install.py | 38 | """Interpreter to bake into hook / statusline / command strings — robust where | STRING |
| MEDIUM | …wcases/cases/0619-dynamic-workflow-hardware-agent.html | 320 | {"pages":{"Goal Harness.dc":"<!DOCTYPE html>\n<html><head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\" | CODE |
| MEDIUM | examples/claude-install-no-system-mutation-smoke.py | 87 | calls, _, run = recorder(get_goal_harness_rc=0) # legacy goal-harness "exists" | CODE |
| MEDIUM | examples/status.example.json | 223 | "text": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harness path | CODE |
| MEDIUM | examples/status.example.json | 229 | "title": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harness pat | CODE |
| MEDIUM | examples/status.example.json | 726 | "text": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harnes | CODE |
| MEDIUM | examples/status.example.json | 732 | "title": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harne | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 58 | ## Step 1: Freeze the semantics | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 95 | ## Step 2: Draw the protocol chain and owners | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 128 | ## Step 3: Write the decision table | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 150 | ## Step 4: Make precedence explicit | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 188 | ## Step 5: Decide whether the protocol changes | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 218 | ## Step 6: Choose implementation ownership | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 245 | ## Step 7: Design the smallest complete validation | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 303 | ## Step 8: Define failure and recovery | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 318 | ## Step 9: Handle compatibility and migration | COMMENT |
| LOW | …s/book/en/chapters/source-change-control-plane-rule.md | 340 | ## Step 10: Update the authoritative documents | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 166 | # ------------------------------------------------------------------ | STRING |
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 168 | # ------------------------------------------------------------------ | STRING |
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 189 | # ------------------------------------------------------------------ | STRING |
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 191 | # ------------------------------------------------------------------ | STRING |
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 221 | # ------------------------------------------------------------------ | STRING |
| MEDIUM | …ples/auto-research-knn-evidence-normalization-smoke.py | 223 | # ------------------------------------------------------------------ | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | loopx/pi_goal_mode/loopx-goal.ts | 1 | // <!-- loopx-managed-slash-command:v1 command=/loopx surface=pi-extension --> | COMMENT |