Repository Analysis

opensquilla/opensquilla

OpenSquilla — Token-Efficient AI Agent with same budget, higher intelligence density

20.7 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of opensquilla/opensquilla, a Python project with 6,751 GitHub stars. SynthScan v2.0 examined 1,803,509 lines of code across 4100 source files, recording 34625 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 20.7 places this repository in the Moderate 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).

20.7
Adjusted Score
20.7
Raw Score
100%
Time Factor
2026-08-28
Last Push
6.8K
Stars
Python
Language
1.8M
Lines of Code
4.1K
Files
34.6K
Pattern Hits
2026-08-29
Scan Date
0.10
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 15HIGH 411MEDIUM 1997LOW 32202

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

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

Hyper-Verbose Identifiers25015 hits · 21772 pts
SeverityFileLineSnippetContext
LOWtests/test_memory_vector_normalization.py147async def test_normalization_meta_still_rebuilds_missing_vec_table(tmp_path: Path) -> None:CODE
LOWtests/test_provider_request_proof.py25def _rollback_default_safety_levers(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/test_provider_request_proof.py42def test_provider_request_proof_allows_payload_within_budget() -> None:CODE
LOWtests/test_provider_request_proof.py62def test_provider_request_proof_blocks_oversized_payload() -> None:CODE
LOWtests/test_provider_request_proof.py75def test_provider_request_projection_reports_overflow_without_raising() -> None:CODE
LOWtests/test_provider_request_proof.py88def test_final_request_projection_includes_media_and_message_admission() -> None:CODE
LOWtests/test_provider_request_proof.py126def test_final_request_projection_marks_known_message_limit_overflow() -> None:CODE
LOWtests/test_provider_request_proof.py146def test_duck_typed_final_request_projection_missing_or_invalid_is_none() -> None:CODE
LOWtests/test_provider_request_proof.py167def test_provider_request_proof_checks_serialized_tokens_as_well_as_chars(CODE
LOWtests/test_provider_request_proof.py197def test_provider_request_proof_adds_media_reserve_to_serialized_text_tokens() -> None:CODE
LOWtests/test_provider_request_proof.py225def test_provider_request_proof_uses_effective_budget_headroom() -> None:CODE
LOWtests/test_provider_request_proof.py245def test_provider_request_proof_excludes_native_image_payload_from_text_budget() -> None:CODE
LOWtests/test_provider_request_proof.py314def test_provider_request_proof_reserves_nonzero_budget_for_small_image() -> None:CODE
LOWtests/test_provider_request_proof.py342def test_provider_request_proof_blocks_media_only_request_when_reserve_exceeds_budget() -> None:CODE
LOWtests/test_provider_request_proof.py372def test_provider_request_proof_uses_larger_reserve_for_pdf_than_image() -> None:CODE
LOWtests/test_provider_request_proof.py424def test_provider_request_proof_still_blocks_large_text_next_to_native_media() -> None:CODE
LOWtests/test_provider_request_proof.py456def test_provider_request_proof_compacts_tool_payload_once() -> None:CODE
LOWtests/test_provider_request_proof.py477def test_logical_unresolved_tool_result_stays_raw_after_wire_projection(CODE
LOWtests/test_provider_request_proof.py540def test_adapter_projection_keeps_unresolved_protection_out_of_band(CODE
LOWtests/test_provider_request_proof.py584def test_provider_request_proof_blocks_after_all_reduction_tiers_fail() -> None:CODE
LOWtests/test_provider_request_proof.py599def test_provider_request_proof_compacts_large_tool_args_preserving_protocol() -> None:CODE
LOWtests/test_provider_request_proof.py657def test_provider_request_proof_preserves_aggregate_tool_call_protocol() -> None:CODE
LOWtests/test_provider_request_proof.py726def test_provider_request_proof_compacts_leaked_tool_argument_projections() -> None:CODE
LOWtests/test_provider_request_proof.py790def test_provider_request_proof_compacts_leaked_provider_compacted_tool_arguments() -> None:CODE
LOWtests/test_provider_request_proof.py836def test_provider_request_proof_compacts_string_provider_context_markers() -> None:CODE
LOWtests/test_provider_request_proof.py884def test_provider_request_proof_compacts_leaked_tool_input_projections() -> None:CODE
LOWtests/test_provider_request_proof.py939def test_provider_request_proof_compacts_assistant_reasoning_content() -> None:CODE
LOWtests/test_provider_request_proof.py966def test_provider_request_proof_compacts_segmented_assistant_text_tail() -> None:CODE
LOWtests/test_provider_request_proof.py996def test_provider_request_proof_reports_recent_tail_after_tail_compaction_fails() -> None:CODE
LOWtests/test_provider_request_proof.py1020def test_provider_request_proof_emergency_compacts_many_current_turn_tool_results() -> None:CODE
LOWtests/test_provider_request_proof.py1047def test_provider_request_proof_hard_caps_many_tool_results_after_emergency_compaction() -> None:CODE
LOWtests/test_provider_request_proof.py1100def test_provider_request_proof_hard_cap_compacts_leaked_tool_arguments() -> None:CODE
LOWtests/test_provider_request_proof.py1195def test_provider_request_proof_emergency_compacts_oversized_request_context() -> None:CODE
LOWtests/test_provider_request_proof.py1225def test_provider_request_proof_emergency_compacts_old_user_tail_but_keeps_latest_user() -> None:CODE
LOWtests/test_provider_request_proof.py1250def test_active_user_anchor_wins_over_later_synthetic_user_message() -> None:CODE
LOWtests/test_provider_request_proof.py1275def test_active_user_inference_ignores_ensemble_aggregator_bundle() -> None:CODE
LOWtests/test_provider_request_proof.py1294def test_provider_proof_reports_explicit_active_user_anchor() -> None:CODE
LOWtests/test_provider_request_proof.py1306def test_provider_request_proof_rejects_instead_of_rewriting_oversized_latest_user() -> None:CODE
LOWtests/test_provider_request_proof.py1330def test_provider_request_proof_does_not_exclude_nested_tool_argument_images() -> None:CODE
LOWtests/test_provider_request_proof.py1364def test_provider_request_proof_final_hard_cap_preserves_critical_tool_result() -> None:CODE
LOWtests/test_memory_checkpoint.py44def test_checkpoint_event_serializes_required_fields() -> None:CODE
LOWtests/test_memory_checkpoint.py75def test_checkpoint_hash_is_stable_for_normalized_content() -> None:CODE
LOWtests/test_memory_checkpoint.py83def test_build_checkpoint_events_preserves_content_and_reasoning_content() -> None:CODE
LOWtests/test_memory_checkpoint.py107def test_build_checkpoint_events_serializes_provider_content_blocks_as_json() -> None:CODE
LOWtests/test_memory_checkpoint.py126async def test_append_checkpoint_events_writes_jsonl_once(tmp_path):CODE
LOWtests/test_memory_checkpoint.py146def test_append_checkpoint_events_rejects_mixed_turn_batches(tmp_path, event):CODE
LOWtests/test_memory_checkpoint.py151def test_append_checkpoint_events_cleans_temp_file_when_write_fails(CODE
LOWtests/test_memory_checkpoint.py178def test_checkpoint_relative_path_is_sidecar_only() -> None:CODE
LOWtests/test_memory_checkpoint.py201def test_checkpoint_relative_path_sanitizes_unsafe_session_components(CODE
LOWtests/test_memory_dream_paths.py64async def test_dream_uses_workspace_root_memory_md_for_curated_memory(tmp_path):CODE
LOWtests/test_memory_dream_paths.py87async def test_dream_reports_apply_error_when_cursor_cleanup_fails(tmp_path, monkeypatch):CODE
LOWtests/test_skills_hub_installer_security.py38def test_legacy_quarantine_argument_does_not_fork_transaction_journal(CODE
LOWtests/test_skills_hub_installer_security.py54async def test_install_blocks_path_traversal(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py79async def test_install_preserves_binary_files(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py101async def test_binary_sidecar_marks_scan_warning(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py133async def test_dangerous_text_sidecar_blocks_install(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py157async def test_uninstall_does_not_delete_lockfile_path_outside_managed(CODE
LOWtests/test_skills_hub_installer_security.py185async def test_lockfile_records_scan_and_provenance(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py218async def test_lockfile_records_source_trust_and_scan_strategy(tmp_path: Path) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py67def test_provider_strips_trailing_paste_punctuation_from_api_key(monkeypatch) -> None:CODE
24955 more matches not shown…
Decorative Section Separators1738 hits · 6269 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_provider_openai_codex.py37# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py39# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py228# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py230# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py287# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py289# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py858# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py860# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_compat_payloads.py6108# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_compat_payloads.py6110# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py121# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py123# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py390# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py392# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py438# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py440# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py539# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py541# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py38# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py76# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py80# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py114# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py135# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py141# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py176# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_attachments.py179# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py92# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py94# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py320# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py322# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py354# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py356# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py525# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py527# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py24# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_legacy.py26# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_selector.py878# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_selector.py880# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py172# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py174# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py225# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py227# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_thinking_level_propagation.py415# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_thinking_level_propagation.py417# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_thinking_level_propagation.py221# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_thinking_level_propagation.py223# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_thinking_level_propagation.py21# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py23# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py189# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py191# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py62# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py64# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py120# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_thinking_level_propagation.py122# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_provider_models_dev.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_models_dev.py71# ---------------------------------------------------------------------------COMMENT
1678 more matches not shown…
Unused Imports3497 hits · 3096 pts
SeverityFileLineSnippetContext
LOWhatch_build.py3CODE
LOWtests/test_memory_vector_normalization.py1CODE
LOWtests/test_provider_request_proof.py1CODE
LOWtests/test_memory_dream_paths.py1CODE
LOWtests/test_skills_hub_installer_security.py1CODE
LOWtests/test_provider_openai_prompt_cache.py1CODE
LOWtests/test_skills_hub_github.py1CODE
LOWtests/test_skills_hub_router.py1CODE
LOWtests/test_provider_reasoning_stream.py11CODE
LOWtests/test_provider_metadata.py1CODE
LOWtests/test_paths_media_root.py1CODE
LOWtests/test_skills_provenance_contract.py1CODE
LOWtests/test_router_self_learning.py8CODE
LOWtests/conftest.py1CODE
LOWtests/test_skills_loader_namespaces.py3CODE
LOWtests/test_execution_status_contract.py1CODE
LOWtests/test_release_oss_mirror_workflow.py1CODE
LOWtests/test_provider_compat_policy.py9CODE
LOWtests/test_memory_retention.py1CODE
LOWtests/test_provider_openai_codex.py3CODE
LOWtests/test_provider_tool_stream_accumulator.py7CODE
LOWtests/test_provider_openai_compat_payloads.py1CODE
LOWtests/test_skills_bundled_baseline.py1CODE
LOWtests/test_root_start_scripts.py1CODE
LOWtests/test_skills_tree.py3CODE
LOWtests/test_live_provider_profile_gateway_e2e.py1CODE
LOWtests/test_compose_yaml_shape.py1CODE
LOWtests/test_router_self_learning_training.py3CODE
LOWtests/test_memory_sync_manager_architecture.py1CODE
LOWtests/test_provider_text_tool_normalization.py9CODE
LOWtests/test_bundled_voice_skills.py3CODE
LOWtests/test_model_strategy_settings_contract.py1CODE
LOWtests/test_router_self_learning_feedback_align.py7CODE
LOWtests/test_skills_community_copy_contract.py1CODE
LOWtests/test_long_task_fault_proxy.py1CODE
LOWtests/test_skill_docx.py3CODE
LOWtests/test_memory_flush.py1CODE
LOWtests/test_github_issue_link_sync.py1CODE
LOWtests/test_live_tokenrhythm_billing_audit.py1CODE
LOWtests/test_skills_hub_doctor.py1CODE
LOWtests/test_skills_hub_source.py1CODE
LOWtests/test_live_artifact_prompt_annotations_e2e.py1CODE
LOWtests/test_live_provider_profile_smoke.py1CODE
LOWtests/test_subprocess_encoding.py8CODE
LOWtests/test_memory_dream_factory.py1CODE
LOWtests/test_provider_stream_contract.py19CODE
LOWtests/test_provider_attachments.py21CODE
LOWtests/test_agent_cmd_no_key.py3CODE
LOWtests/test_toolcomp_matcher_levers.py1CODE
LOWtests/test_provider_auxiliary_budget.py1CODE
LOWtests/test_skills_manifest.py1CODE
LOWtests/test_memory_search_defaults.py1CODE
LOWtests/test_memory_embedding_ollama.py1CODE
LOWtests/test_provider_ollama_trace.py1CODE
LOWtests/test_provider_anthropic_sse_nospace.py13CODE
LOWtests/test_memory_manager_embedding_config.py1CODE
LOWtests/test_live_mixed_provider_gateway.py3CODE
LOWtests/test_provider_native_response_guards.py1CODE
LOWtests/test_toolcomp_reducer_semantics.py1CODE
LOWtests/test_skills_third_party_notices.py1CODE
3437 more matches not shown…
Cross-Language Confusion336 hits · 1945 pts
SeverityFileLineSnippetContext
HIGHhatch_build.py56 "`cd opensquilla-webui && npm ci && npm run build`, then retry. "CODE
HIGHtests/test_release_oss_mirror_workflow.py310 "if (( promote_latest_aliases && backed_up_latest_html )); then",CODE
HIGHtests/test_provider_openai_compat_payloads.py3429 command = "cd /workspace/project && cargo test -p mypkg case1"CODE
HIGHtests/test_provider_text_tool_normalization.py3557 emitted = normalizer.push(char)CODE
HIGHtests/test_provider_text_tool_normalization.py3744 emitted = normalizer.push(literal)CODE
HIGHtests/test_provider_text_tool_normalization.py3745 emitted.extend(normalizer.push(_QWEN_CALL))CODE
HIGHtests/test_provider_text_tool_normalization.py288 visible = "".join(normalizer.push(text[:split]))CODE
HIGHtests/test_provider_text_tool_normalization.py289 visible += "".join(normalizer.push(text[split:]))CODE
HIGHtests/test_provider_text_tool_normalization.py308 for emitted in normalizer.push(chunk)CODE
HIGHtests/test_toolcomp_matcher_levers.py40 "cd /tmp/x && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py41 "cd /a && cd b && cargo build": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py42 "cd /a && cd b && git ls-files": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py45 "pushd /tmp/x && git ls-files": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py46 "cd /tmp/x > /dev/null && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py47 "cd /tmp/x | tee log && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py49 "cd && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py50 "cd\n/tmp/build.sh && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py51 "cd\xa0/a && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py52 "cd /tmp\nmake && make install": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py71 "cd /tmp/x && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py72 "cd /a && cd b && cargo build": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py73 "cd /a && cd b && git ls-files": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py76 "pushd /tmp/x && git ls-files": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py77 "cd /tmp/x > /dev/null && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py78 "cd /tmp/x | tee log && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py80 "cd && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py81 "cd\n/tmp/build.sh && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py82 "cd\xa0/a && git status": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py83 "cd /tmp\nmake && make install": "generic/fallback",CODE
HIGHtests/test_toolcomp_matcher_levers.py288 "git status && pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py289 "git status || pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py309 'git status "left && right"',CODE
HIGHtests/test_toolcomp_matcher_levers.py321 'cmd /c "cd /d C:\\repo && git status"',CODE
HIGHtests/test_toolcomp_matcher_levers.py322 r"cd /d C:\repo && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py323 r"cd C:\repo && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py325 r"pushd C:\repo && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py341 ("cd /tmp/x && git status", "git status"),CODE
HIGHtests/test_toolcomp_matcher_levers.py342 ("cd /a && cd b && cargo build", "cargo build"),CODE
HIGHtests/test_toolcomp_matcher_levers.py343 ("cd /a && cd b && git ls-files", "git ls-files"),CODE
HIGHtests/test_toolcomp_matcher_levers.py346 ("pushd /tmp/x && git ls-files", "git ls-files"),CODE
HIGHtests/test_toolcomp_matcher_levers.py355 "cd /tmp/x > /dev/null && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py356 "cd /tmp/x | tee log && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py358 "cd && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py369 "cd /tmp/x && git status | tee status.log",CODE
HIGHtests/test_toolcomp_matcher_levers.py370 "cd /tmp/x && git status > status.txt",CODE
HIGHtests/test_toolcomp_matcher_levers.py371 "cd /tmp/x && git status; pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py372 "cd /tmp/x && git status\npytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py373 "cd /tmp/x && git status && pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py374 "cd /tmp/x && git status || pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py374 "cd /tmp/x && git status || pytest -q",CODE
HIGHtests/test_toolcomp_matcher_levers.py375 "cd /tmp/x && git status '",CODE
HIGHtests/test_toolcomp_matcher_levers.py391 "cd\n/tmp/build.sh && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py392 "cd\xa0/a && git status",CODE
HIGHtests/test_toolcomp_matcher_levers.py393 "cd /tmp\nmake && make install",CODE
HIGHtests/test_toolcomp_matcher_levers.py405 assert _select("cd /tmp/x && git status") == "generic/fallback"CODE
HIGHtests/test_toolcomp_matcher_levers.py412 assert _select("cd /tmp/x && git status") == "git/status"CODE
HIGHtests/test_toolcomp_matcher_levers.py414 assert _select("pushd /tmp/x && git ls-files") == "filesystem/git-ls-files"CODE
HIGHtests/test_toolcomp_matcher_levers.py415 assert _select("cd /tmp/x && git worktree list") == "git/worktree-list"CODE
HIGHtests/test_toolcomp_matcher_levers.py419 assert strip_leading_cd_prefix("cd /tmp/x && git status") == "git status"CODE
HIGHtests/test_toolcomp_matcher_levers.py420 assert strip_leading_cd_prefix("pushd /tmp/x && git status") == "git status"CODE
276 more matches not shown…
Excessive Try-Catch Wrapping1607 hits · 1495 pts
SeverityFileLineSnippetContext
LOWtests/test_memory_manager_embedding_config.py96 except Exception:CODE
MEDIUMtests/test_model_router_behavior.py123def require_runtime_router() -> None:CODE
LOWtests/test_model_router_behavior.py126 except Exception as exc:CODE
LOWtests/test_tools/test_sessions_spawn_regressions.py416 except Exception as exc:CODE
LOWtests/test_tools/test_apply_patch_gates.py45 except Exception as exc: # pragma: no cover - exercised by awaiting callersCODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py134 except Exception:CODE
LOWtests/integration/cli/tui_real_terminal/scenarios.py547 except Exception as exc:CODE
LOW…ion/cli/tui_real_terminal/test_packaged_gateway_e2e.py74 except Exception as exc: # noqa: BLE001 - retained for timeout evidenceCODE
LOW…nnels/test_contract_invariants_survive_optimization.py157except Exception as exc:CODE
LOWtests/test_skills/test_meta_router_live.py168 except Exception as exc: # noqa: BLE001CODE
LOWtests/test_skills/test_meta_plan_serde.py205 except Exception as exc:CODE
LOWtests/test_skills/test_meta_plan_serde.py212 except Exception as exc:CODE
LOWtests/test_skills/test_meta_invoke_recursion_guard.py996 except Exception:CODE
LOWtests/test_ci/test_meta_skill_lint.py133 except Exception: # noqa: BLE001CODE
LOWtests/test_engine/test_routing_policy_parity.py756 except Exception as exc: # noqa: BLE001 - the raised error is part of the contractCODE
LOWtests/test_artifact_session/test_candidate_loop.py1344 except Exception:CODE
LOWtests/test_mcp_server/test_protocol_smoke.py55 except Exception as exc: # noqa: BLE001 - surfaced on timeout.CODE
LOWtests/test_session/test_media_atomic_write.py77 except Exception:CODE
LOWtests/test_session/test_media_atomic_write.py114 except Exception as exc:CODE
MEDIUMtests/test_session/test_media_atomic_write.py74def __exit__(self, *args):CODE
LOWtests/test_provider/test_preset_registry.py339 except Exception:CODE
LOWtests/functional/test_gateway_session_routing_e2e.py143 except Exception as exc: # noqa: BLE001 - included in timeout evidence.CODE
LOWtests/functional/test_gateway_llm_e2e.py51 except Exception as exc: # noqa: BLE001 - surfaced on timeout.CODE
LOWtests/functional/test_gateway_stop_process_tree_e2e.py317 except Exception as exc: # noqa: BLE001CODE
LOW…ts/functional/test_gateway_silent_reply_process_e2e.py207 except Exception as exc: # noqa: BLE001 - included in timeout evidenceCODE
LOWtests/functional/test_gateway_compaction_e2e.py50 except Exception as exc: # noqa: BLE001 - surfaced on timeout.CODE
LOWtests/functional/test_webui_browser_e2e.py75 except Exception as exc: # noqa: BLE001 - included in timeout assertion.CODE
LOWdesktop/electron/scripts/gateway-entry.py38 except Exception:CODE
MEDIUMdesktop/electron/scripts/gateway-entry.py34def _run_desktop_ca_probe() -> int:CODE
LOW…n/scripts/pyinstaller_runtime_hooks/ensure_ca_trust.py36 except Exception:CODE
LOW…n/scripts/pyinstaller_runtime_hooks/ensure_ca_trust.py53 except Exception:CODE
LOW…n/scripts/pyinstaller_runtime_hooks/ensure_ca_trust.py61 except Exception:CODE
MEDIUM…n/scripts/pyinstaller_runtime_hooks/ensure_ca_trust.py30def _certifi_bundle_path() -> Path:CODE
LOWscripts/live_provider_profile_smoke.py343 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_profile_smoke.py393 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_profile_smoke.py436 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_profile_smoke.py492 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_thinking_smoke.py218 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticsCODE
LOWscripts/live_provider_thinking_smoke.py305 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticsCODE
LOWscripts/live_long_task_case_driver.py1031 except Exception:CODE
LOWscripts/live_long_task_case_driver.py2039 except Exception:CODE
LOWscripts/live_long_task_case_driver.py2056 except Exception as exc:CODE
LOWscripts/live_long_task_case_driver.py2120 except Exception:CODE
LOWscripts/bench_tui_replay.py296 except Exception as exc: # pragma: no cover - summarized for CLI evidence.CODE
LOWscripts/live_mixed_provider_gateway.py1082 except Exception as exc: # noqa: BLE001 - live harness must keep matrix runningCODE
LOWscripts/live_mixed_provider_gateway.py1094 except Exception: # Router decision absence is reported by validation.CODE
LOWscripts/live_mixed_provider_gateway.py1657 except Exception as exc: # noqa: BLE001 - preserve a safe partial verdictCODE
LOWscripts/live_router_provider_output_recovery.py208 except Exception as exc: # noqa: BLE001 - preflight reportCODE
MEDIUMscripts/live_router_provider_output_recovery.py202def _runtime_router_available() -> dict[str, Any]:CODE
LOWscripts/live_provider_profile_gateway_e2e.py1385 except Exception as exc: # noqa: BLE001 - compact E2E diagnosticCODE
LOWscripts/live_provider_profile_gateway_e2e.py1730 except Exception as exc: # noqa: BLE001 - compact, sanitized live diagnosticCODE
LOWscripts/live_provider_profile_gateway_e2e.py2304 except Exception as exc: # noqa: BLE001 - live harness must fail closedCODE
LOWscripts/live_provider_profile_gateway_e2e.py2332 except Exception as exc: # noqa: BLE001 - no traceback or stale report on failureCODE
LOWscripts/compare_meta_skill_openclaw.py1213 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw.py1395 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw.py1696 except Exception:CODE
LOWscripts/compare_meta_skill_openclaw.py1718 except Exception:CODE
LOWscripts/compare_meta_skill_openclaw.py1988 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw.py2028 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw.py2100 except Exception as exc:CODE
1547 more matches not shown…
Deep Nesting878 hits · 664 pts
SeverityFileLineSnippetContext
LOWtests/test_skills_provenance_contract.py14CODE
LOWtests/test_live_provider_profile_gateway_e2e.py1370CODE
LOWtests/test_provider_text_tool_normalization.py385CODE
LOWtests/test_provider_text_tool_normalization.py402CODE
LOWtests/test_live_artifact_prompt_annotations_e2e.py47CODE
LOWtests/test_skills_third_party_notices.py81CODE
LOWtests/test_request_proof_levers.py698CODE
LOWtests/test_process_tree.py468CODE
LOWtests/test_artifact_validation.py85CODE
LOWtests/test_git_runtime.py118CODE
LOWtests/test_tools/test_registry_visibility_boundary.py83CODE
LOWtests/test_tools/test_policy_runtime_boundary.py50CODE
LOWtests/test_tools/test_filesystem_mutation_receipts.py155CODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py96CODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py111CODE
LOWtests/test_tools/test_policy_config_boundary.py48CODE
LOWtests/integration/cli/tui_real_terminal/scenarios.py473CODE
LOW…/integration/cli/tui_real_terminal/fake_opentui_app.py65CODE
LOW…ion/cli/tui_real_terminal/test_packaged_gateway_e2e.py99CODE
LOWtests/integration/cli/tui_real_terminal/replay.py17CODE
LOWtests/integration/cli/tui_real_terminal/framebuffer.py138CODE
LOWtests/integration/cli/tui_real_terminal/framebuffer.py654CODE
LOWtests/test_skills/test_managed_toolchains.py71CODE
LOWtests/test_skills/test_managed_toolchains.py3072CODE
LOWtests/test_skills/test_meta_paper_skills.py62CODE
LOWtests/test_skills/test_meta_pre_commit_quality_gate.py89CODE
LOWtests/test_skills/test_meta_pre_commit_quality_gate.py102CODE
LOWtests/test_skills/test_meta_stack_trace_investigator.py218CODE
LOWtests/test_skills/test_meta_stack_trace_investigator.py320CODE
LOWtests/test_skills/test_meta_stack_trace_investigator.py232CODE
LOWtests/test_skills/test_meta_stack_trace_investigator.py330CODE
LOWtests/test_skills/test_meta_codereview_current_diff.py94CODE
LOWtests/test_skills/test_meta_codereview_current_diff.py107CODE
LOWtests/test_skills/test_meta_mvp.py903CODE
LOWtests/test_skills/test_meta_mvp.py4093CODE
LOW…ts/test_skills/test_high_value_meta_skill_contracts.py548CODE
LOW…ts/test_skills/test_high_value_meta_skill_contracts.py562CODE
LOWtests/test_skills/test_meta_diagram_triangulation.py86CODE
LOWtests/test_skills/test_meta_diagram_triangulation.py133CODE
LOWtests/test_skills/test_meta_diagram_triangulation.py92CODE
LOWtests/test_skills/test_meta_diagram_triangulation.py143CODE
LOWtests/test_scripts/test_router_live_script_defaults.py45CODE
LOWtests/test_ci/test_migration_v019.py60CODE
LOWtests/test_ci/test_meta_skill_lint.py58CODE
LOWtests/test_ci/test_ci_attestation.py615CODE
LOWtests/test_ci/test_architecture_import_contracts.py313CODE
LOWtests/test_ci/test_rpc_architecture_contracts.py233CODE
LOWtests/test_ci/test_rpc_architecture_contracts.py327CODE
LOWtests/test_ci/test_rpc_architecture_contracts.py414CODE
LOWtests/test_ci/test_rpc_architecture_contracts.py469CODE
LOWtests/test_engine/test_router_calibration.py282CODE
LOWtests/test_engine/test_tool_result_store_offloop.py117CODE
LOWtests/test_engine/test_tool_result_store_offloop.py137CODE
LOWtests/test_engine/test_provider_history_dedup.py173CODE
LOWtests/test_engine/test_runtime_diagnostics.py88CODE
LOWtests/test_engine/test_runtime_web_chat_timeout.py107CODE
LOWtests/test_engine/test_meta_launch_marker.py444CODE
LOWtests/test_engine/test_meta_launch_marker.py905CODE
LOW…_engine/test_agent_usage_tracker_billed_propagation.py84CODE
LOWtests/live/test_web_search_agent_e2e.py54CODE
818 more matches not shown…
Modern Structural Boilerplate438 hits · 431 pts
SeverityFileLineSnippetContext
LOWtests/test_private_paths.py25 def set_protected_dacl(self, handle: object, sddl: str) -> None:CODE
LOWtests/test_private_paths.py61 def set_protected_dacl(self, _handle: object, _sddl: str) -> None:CODE
LOWtests/unit/cli/tui/test_native_chat_runtime.py51 def set_cancel_callback(self, cb: Callable[[], None] | None) -> None:CODE
LOWtests/unit/cli/tui/test_native_chat_runtime.py54 def set_shutdown_callback(self, cb: Callable[[], None] | None) -> None:CODE
LOWtests/unit/cli/tui/test_runtime.py54 def set_cancel_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py57 def set_shutdown_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py1103 def set_cancel_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py1106 def set_shutdown_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_router_hud_plugin.py224 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/tui/test_router_hud_plugin.py256 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/tui/test_router_hud_plugin.py276 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/tui/test_backend_hardening.py56 def set_cancel_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_backend_hardening.py59 def set_shutdown_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_opentui_renderer.py45 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/repl/test_opentui_chat_adapter.py42 def set_cancel_callback(self, cb: Callable[[], None] | None) -> None:CODE
LOWtests/unit/cli/repl/test_opentui_chat_adapter.py45 def set_shutdown_callback(self, cb: Callable[[], None] | None) -> None:CODE
LOWtests/unit/cli/repl/test_runtime_bridge.py54 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/repl/test_runtime_bridge.py67 def set_cancel_callback(self, cb) -> None:CODE
LOWtests/unit/cli/repl/test_runtime_bridge.py70 def set_shutdown_callback(self, cb) -> None:CODE
LOW…/integration/cli/tui_real_terminal/fake_opentui_app.py299def _set_toolbar(output: Any, key: str, value: object | None) -> None:CODE
LOWtests/integration/cli/tui_real_terminal/replay.py104def _set_toolbar(output: Any, key: str, value: object | None) -> None:CODE
LOW…tion/cli/tui_real_terminal/test_architecture_prompt.py66 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/integration/cli/tui_real_terminal/driver.py514 def _set_pty_size(self) -> None:CODE
LOWtests/test_desktop/test_gateway_tls_runtime.py59def _set_frozen(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/test_memory/test_profile_import.py311 def set_protected_dacl(self, handle: object, sddl: str) -> None:CODE
LOWtests/test_channels/test_stream_terminal_routing.py174 async def update_activity(self, activity: Any) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py114 def set_toolbar(self, key: str, value) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py129 def set_cancel_callback(self, cb) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py132 def set_shutdown_callback(self, cb) -> None:CODE
LOWtests/test_cli/test_migrate_cmd.py60def _set_fake_home(monkeypatch, home: Path) -> None:CODE
LOW…est_skills/router_fixtures/knowledge_base_bootstrap.py84__all__ = ["CASES", "OUTPUT_CHOICES", "SKILL_NAME"]CODE
LOWtests/test_skills/router_fixtures/__init__.py67__all__ = ["ALL_CASES", "RouterCase", "migration_assistant"]CODE
LOW…sts/test_skills/router_fixtures/migration_assistant.py108__all__ = ["CASES", "OUTPUT_CHOICES", "SKILL_NAME"]CODE
LOWtests/test_engine/test_artifact_execution_policy.py507 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py686 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py1179 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py1338 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py1394 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_runtime_artifacts.py1207 def set_history(self, history) -> None:CODE
LOWtests/test_engine/test_t3_upgrade_compaction.py854 def set_history(self, history: list[Any]) -> None:CODE
LOW…t_engine/turn_runner/test_attachment_stage_snapshot.py86 def set_history(self, _history: Any) -> None:CODE
LOW…ine/turn_runner/test_stream_consumer_stage_snapshot.py73 def set_history(self, _history: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1385 def set_session_lock_provider(self, provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1460 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1540 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1643 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py487 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1750 def set_session_lock_provider(self, _provider: Any) -> None: ...CODE
LOWtests/test_gateway/test_router_boot.py1886 def set_session_lock_provider(self, _provider: Any) -> None: ...CODE
LOWtests/test_gateway/test_goal_rpc.py264async def _settle_set_task(stack: _GoalRpcStack, response: dict[str, Any]) -> None:CODE
LOW…sts/test_gateway/test_task_runtime_terminal_cleanup.py2205 async def set_session_mode() -> None:CODE
LOWtests/test_gateway/test_task_runtime_turn_committed.py58 async def update_agent_task(self, task_id: str, **updates: Any) -> None:CODE
LOWtests/test_gateway/test_rpc_session_services.py22 def set_cached_epoch(self, session_key: str, epoch: int) -> None:CODE
LOWtests/test_gateway/test_task_runtime_reservations.py43 async def update_agent_task(self, task_id: str, **fields: Any) -> None:CODE
LOWtests/test_gateway/test_usage_upgrade.py310 async def update_usage_backfill_progress(self, **_kwargs: Any) -> None:CODE
LOWtests/test_gateway/test_rpc_sessions.py3134 async def update_agent_task(self, task_id: str, **kwargs: Any) -> None:CODE
LOWtests/test_gateway/test_task_runtime_shutdown_fence.py24 async def update_agent_task(self, task_id: str, **fields: Any) -> None:CODE
LOWtests/test_gateway/test_rpc_capability_reset.py455def _set_capability_environment(monkeypatch: pytest.MonkeyPatch) -> None:STRING
LOWtests/test_gateway/test_rpc_model_routing.py391 def set_user_overrides(self, _overrides: Any) -> None:CODE
LOWtests/test_gateway/test_rpc_model_routing.py912 def set_user_overrides(self, _overrides: Any) -> None:CODE
378 more matches not shown…
Over-Commented Block545 hits · 327 pts
SeverityFileLineSnippetContext
LOWcompose.yaml1services:COMMENT
LOWcompose.yaml21 volumes:COMMENT
LOWtests/test_tools/test_dispatch_properties.py401COMMENT
LOWtests/test_skills/test_meta_invoke_tool.py1061 # overridden to return "A" (see fake_llm_chat). On success that textCOMMENT
LOWtests/test_ci/test_architecture_import_contracts.py181 # lower-level packages must not import the recovery package directly.COMMENT
LOWtests/test_ci/test_rpc_architecture_contracts.py81)COMMENT
LOWtests/test_gateway/test_ws_writer_queue.py781# server-emitted text_delta payloads areCOMMENT
LOWtests/test_persistence/test_schema_convergence.py41)COMMENT
LOWtests/test_provider/test_spec_substrate.py41 # (deepseek, zhipuai, ...) here would vendor entire foreign tablesCOMMENT
LOWtests/test_provider/test_reasoning_dialects.py21 ReasoningEnableArgs,COMMENT
LOWtests/test_provider/golden/_harness.py61# sets — never invented. "none" normally freezes omission; an exactCOMMENT
LOWtests/test_provider/golden/_harness.py101 # seed-1-6 ladder (model_catalog byteplus branch) -> shared "volcengine"COMMENT
LOWdesktop/electron/src/main.ts501// clears the current slot so a replacement cannot accidentally reuse it. Quit,COMMENT
LOWdesktop/electron/src/main.ts921 }COMMENT
LOWdesktop/electron/src/main.ts9581}COMMENT
LOWdesktop/electron/src/main.ts9781 // Windows-on-quit: SIGTERM maps to a synchronous TerminateProcess, killing theCOMMENT
LOWdesktop/electron/src/desktop-renderer-log.ts1// Pure helpers for persisting renderer-side observability to desktop.log.COMMENT
LOWdesktop/electron/src/native-workbench-surface.ts2241 // canonical/full-network mode, even when the process-level overrideCOMMENT
LOW…nsquilla-webui/e2e/share-export-image-artifact.spec.ts1import { test, expect, type Page, type Route } from '@playwright/test'COMMENT
LOWopensquilla-webui/e2e/fold-live-turn.spec.ts1import { test, expect, type Page } from '@playwright/test'COMMENT
LOWopensquilla-webui/e2e/theme.spec.ts1import { test, expect, type Page } from '@playwright/test'COMMENT
LOWopensquilla-webui/src/App.vue1761COMMENT
LOW…posables/chat/useChatRpcEventHandlers.issue344.test.ts1// Issue #344: a stale task's late stream events bled into the current turn.COMMENT
LOW…illa-webui/src/composables/chat/useChatAnswerReveal.ts1import { ref, watch, onScopeDispose, type Ref } from 'vue'COMMENT
LOW…lla-webui/src/composables/chat/useChatStallWatchdog.ts1import { computed, onScopeDispose, ref, watch, type Ref } from 'vue'COMMENT
LOWopensquilla-webui/src/composables/chat/useChatSend.ts621 // without carrying the annotation ids. Do not burn the one-shot localCOMMENT
LOW…quilla-webui/src/composables/setup/settingsSections.ts1// Canonical list of Settings rail sections, kept in a standalone module so bothCOMMENT
LOW…ensquilla-webui/src/utils/workbench/artifactPreview.ts541 // Keep the policy ahead of every byte of untrusted markup. Parsing first canCOMMENT
LOWopensquilla-webui/src/components/ControlSwitch.vue1<script setup lang="ts">COMMENT
LOWopensquilla-webui/src/components/chat/ChatComposer.vue581 // vModelText skips model updates while the element's internal IMECOMMENT
LOW…a-webui/src/components/chat/ChatComposer.paste.test.ts1// @vitest-environment happy-domCOMMENT
LOWopensquilla-webui/src/themes/tokens.ts1// Eagerly bundle every value theme's L1 token block ([data-theme="<id>"]) intoCOMMENT
LOWopensquilla-webui/src/router/lastRoute.ts1// Persist + restore the last-viewed view so the app reopens where you left offCOMMENT
LOWopensquilla-webui/src/router/desktopRoutes.ts1import type { RouteRecordRaw } from 'vue-router'COMMENT
LOWopensquilla-webui/src/router/sharedRoutes.ts41 // kept-alive diagnostic deep link rather than a peer navigation tab.COMMENT
LOWscripts/install_source.sh1#!/usr/bin/env bashCOMMENT
LOW.github/workflows/docker-image.yml1name: Container ImagesCOMMENT
LOWsrc/opensquilla/tools/types.py141 # lines, nothing removed) is allowed through — cleaning up diagnosticCOMMENT
LOWsrc/opensquilla/tools/types.py181 # storage for compare-and-set transitions.COMMENT
LOWsrc/opensquilla/tools/types.py201 ) = field(default=None, repr=False)COMMENT
LOWsrc/opensquilla/tools/types.py241 # Process-local candidate-loop authority for PromptAnnotation turns. ItCOMMENT
LOWsrc/opensquilla/tools/types.py441 # Control tools may end the current model tool loop after their result isCOMMENT
LOWsrc/opensquilla/tools/envelope.py101_USER_MESSAGE_MAX_CHARS: Final[int] = 500COMMENT
LOWsrc/opensquilla/identity/types.py61 agents_doc: AgentsDocument | None = NoneCOMMENT
LOWsrc/opensquilla/recovery/consolidate.py3621 if payload.get("phase") not in {"prepared", "external_roots_merged"}:COMMENT
LOWsrc/opensquilla/recovery/session_merge.py1021 f"{_remapped_session_key(source_key, source_id)}:"COMMENT
LOWsrc/opensquilla/contracts/attachments.py101IMAGE_ATTACHMENT_BYTES = 5 * 1024 * 1024COMMENT
LOWsrc/opensquilla/provider/compat_policy.py241 # fallback is safe only when the tool's wire semantics are textual.COMMENT
LOWsrc/opensquilla/provider/compat_policy.py281 # is an exact semantic no-op (index 0, no text/reasoning/tools, and noCOMMENT
LOWsrc/opensquilla/provider/compat_policy.py301 # Response headers that report which deployment actually served theCOMMENT
LOWsrc/opensquilla/provider/compat_policy.py321 official_reasoning_api_root: str = ""COMMENT
LOWsrc/opensquilla/provider/compat_policy.py361 # Models that are reasoning-only upstream even when the endpoint does notCOMMENT
LOWsrc/opensquilla/provider/registry.py21COMMENT
LOWsrc/opensquilla/provider/registry.py81 runtime_supported: bool = TrueCOMMENT
LOWsrc/opensquilla/provider/openai.py3021 self._base_url = base_url.rstrip("/")COMMENT
LOWsrc/opensquilla/provider/model_catalog.py61COMMENT
LOWsrc/opensquilla/provider/model_catalog.py101 return float(value) * 1000.0 # type: ignore[arg-type]COMMENT
LOWsrc/opensquilla/provider/model_catalog.py441 # Provider-scoped live layer: boot-time ingest of a provider's ownCOMMENT
LOWsrc/opensquilla/provider/ensemble.py5181# together so they stay apples-to-apples with the formulas below when models areCOMMENT
LOWsrc/opensquilla/provider/catalog_overrides.toml1# catalog_overrides.toml — packaged metadata corrections for the layeredCOMMENT
485 more matches not shown…
Cross-File Repetition38 hits · 190 pts
SeverityFileLineSnippetContext
HIGHtests/test_memory_vector_normalization.py0insert or replace into chunks (id, path, source, start_line, end_line, hash, model, text, embedding, updated_at) values STRING
HIGHtests/test_memory_store_keyword_fallback.py0insert or replace into chunks (id, path, source, start_line, end_line, hash, model, text, embedding, updated_at) values STRING
HIGHsrc/opensquilla/memory/store.py0insert or replace into chunks (id, path, source, start_line, end_line, hash, model, text, embedding, updated_at) values STRING
HIGH…st_migrations/test_v038_artifact_prompt_annotations.py0insert into artifact_revisions ( revision_id, document_id, generation, artifact_id, artifact_sha256, filename, media_typSTRING
HIGHtests/test_migrations/test_v040_document_resources.py0insert into artifact_revisions ( revision_id, document_id, generation, artifact_id, artifact_sha256, filename, media_typSTRING
HIGHtests/test_migrations/test_v037_artifact_sessions.py0insert into artifact_revisions ( revision_id, document_id, generation, artifact_id, artifact_sha256, filename, media_typSTRING
HIGH…est_migrations/test_v039_artifact_mutation_attempts.py0insert into artifact_revisions ( revision_id, document_id, generation, artifact_id, artifact_sha256, filename, media_typSTRING
HIGHtests/test_migration/test_opensquilla_home_migration.py0create table scheduler_jobs ( id text primary key, name text not null default '', cron_expr text not null, handler_key tSTRING
HIGHsrc/opensquilla/scheduler/persistence.py0create table scheduler_jobs ( id text primary key, name text not null default '', cron_expr text not null, handler_key tSTRING
HIGHtests/test_scheduler/test_persistence.py0create table scheduler_jobs ( id text primary key, name text not null default '', cron_expr text not null, handler_key tSTRING
HIGHtests/test_skills/test_meta_skill_proposals.py0--- name: synth-test-pipeline description: "sample synthetic pipeline for runtime e2e tests" kind: meta meta_priority: 5STRING
HIGHtests/test_skills/test_proposals_lib.py0--- name: synth-test-pipeline description: "sample synthetic pipeline for runtime e2e tests" kind: meta meta_priority: 5STRING
HIGHtests/test_skills/test_runtime_e2e_gate.py0--- name: synth-test-pipeline description: "sample synthetic pipeline for runtime e2e tests" kind: meta meta_priority: 5STRING
HIGHtests/test_ci/test_migration_v016.py0insert into meta_skill_runs ( run_id, meta_skill_name, meta_skill_digest, plan_snapshot_json, triggered_by, status, starSTRING
HIGHtests/test_ci/test_migration_v014.py0insert into meta_skill_runs ( run_id, meta_skill_name, meta_skill_digest, plan_snapshot_json, triggered_by, status, starSTRING
HIGHtests/test_ci/test_migration_v011.py0insert into meta_skill_runs ( run_id, meta_skill_name, meta_skill_digest, plan_snapshot_json, triggered_by, status, starSTRING
HIGHtests/test_ci/test_migration_v014.py0insert into meta_skill_run_steps ( run_id, step_id, step_kind, declared_skill, effective_skill, status, started_at_ms, rSTRING
HIGHtests/test_ci/test_migration_v011.py0insert into meta_skill_run_steps ( run_id, step_id, step_kind, declared_skill, effective_skill, status, started_at_ms, rSTRING
HIGHsrc/opensquilla/persistence/meta_run_writer.py0insert into meta_skill_run_steps ( run_id, step_id, step_kind, declared_skill, effective_skill, status, started_at_ms, rSTRING
HIGH…s/test_sandbox/test_filesystem_side_effect_executor.py0*** begin patch *** add file: created.txt +hello *** end patchSTRING
HIGHtests/test_sandbox/test_seatbelt_backend.py0*** begin patch *** add file: created.txt +hello *** end patchSTRING
HIGH…test_sandbox/test_windows_default_filesystem_policy.py0*** begin patch *** add file: created.txt +hello *** end patchSTRING
HIGHtests/test_gateway/test_turn_ingress_rpc.py0insert into pending_chat_inputs ( pending_input_id, session_key, source_scope, client_request_id, client_message_id, reqSTRING
HIGHtests/test_session/test_pending_chat_inputs.py0insert into pending_chat_inputs ( pending_input_id, session_key, source_scope, client_request_id, client_message_id, reqSTRING
HIGHsrc/opensquilla/session/storage.py0insert into pending_chat_inputs ( pending_input_id, session_key, source_scope, client_request_id, client_message_id, reqSTRING
HIGHscripts/live_provider_profile_smoke.py0require an array of exact public result rows before and after sanitizing.STRING
HIGHscripts/live_mixed_provider_gateway.py0require an array of exact public result rows before and after sanitizing.STRING
HIGHscripts/live_provider_profile_gateway_e2e.py0require an array of exact public result rows before and after sanitizing.STRING
HIGHscripts/live_multi_provider_matrix.py0require an array of exact public result rows before and after sanitizing.STRING
HIGHsrc/opensquilla/provider/openai_responses.py0list available models. by default any auth/transport failure degrades to an empty list (the historical contract every ruSTRING
HIGHsrc/opensquilla/provider/openai.py0list available models. by default any auth/transport failure degrades to an empty list (the historical contract every ruSTRING
HIGHsrc/opensquilla/provider/ollama.py0list available models. by default any auth/transport failure degrades to an empty list (the historical contract every ruSTRING
HIGHsrc/opensquilla/provider/openai.py0model id this provider was configured with. public so callers (e.g. derived-cache key construction) can identify the undSTRING
HIGHsrc/opensquilla/provider/anthropic.py0model id this provider was configured with. public so callers (e.g. derived-cache key construction) can identify the undSTRING
HIGHsrc/opensquilla/provider/ollama.py0model id this provider was configured with. public so callers (e.g. derived-cache key construction) can identify the undSTRING
HIGH…openrouter-video-generator/scripts/openrouter_video.py0resolve a metaskill lease or the direct-cli compatibility inputs.STRING
HIGH…a/skills/bundled/audio-cog/scripts/openrouter_audio.py0resolve a metaskill lease or the direct-cli compatibility inputs.STRING
HIGH…nano-banana-pro-openrouter/scripts/openrouter_image.py0resolve a metaskill lease or the direct-cli compatibility inputs.STRING
AI Slop Vocabulary55 hits · 173 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_live_artifact_prompt_annotations_e2e.py1206 # Keep this below the live harness default while allowing that one-timeCOMMENT
MEDIUMtests/test_tools/test_dispatch_equivalence.py170# Async harness runnerCOMMENT
MEDIUM…/integration/cli/tui_real_terminal/fake_opentui_app.py188 # harness releases this barrier only after it records styled cells.COMMENT
MEDIUM…/integration/cli/tui_real_terminal/fake_opentui_app.py214 # Mirror the real turn shape so the harness exercises the liveCOMMENT
MEDIUM…/integration/cli/tui_real_terminal/fake_opentui_app.py279 # Echo the submitted input back so the harness can prove a multi-lineCOMMENT
MEDIUMtests/integration/cli/tui_real_terminal/targets.py19# harness budget identical to the packaged gate so machine load cannot turn aCOMMENT
MEDIUM…ion/cli/tui_real_terminal/test_visual_layout_matrix.py93 # A wait-for-text-only harness can accidentally capture the same finalCOMMENT
MEDIUMtests/test_skills/test_meta_router_live.py49# Conservative cross-vendor lineup. Cheap-per-token to keep the harnessCOMMENT
MEDIUMtests/test_ci/test_architecture_import_contracts.py103 # The measurement-only eval harness observes providers (and pricing) throughCOMMENT
MEDIUMtests/test_engine/test_finalize_evidence_gate.py593# Non-verification executions (denied / harness errors / form errors)COMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py28# harness -- this stage sits one step after the stream consumer, so theCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py56# harness can pin bit-identical behavior across modes.COMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py96 # them into a separate bucket so the harness can pin eachCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py453 # recording session manager so the harness can pin the system-roleCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py470 # Record memory-capture invocations so the harness can pin callCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py480 # session.keys source (imported lazily by the harness adapter).COMMENT
MEDIUM…n_runner/test_compaction_and_history_stage_snapshot.py39# Reuse upstream patch helpers from's equivalence harness — thisCOMMENT
MEDIUM…t_engine/turn_runner/test_attachment_stage_snapshot.py27# Reuse upstream patch helpers from's equivalence harness — thisCOMMENT
MEDIUM…t_engine/turn_runner/test_attachment_stage_snapshot.py110# Local budget / thinking / compaction patches — match's harness shape.COMMENT
MEDIUM…ine/turn_runner/test_stream_consumer_stage_snapshot.py30# Reuse upstream patch helpers from's equivalence harness -- thisCOMMENT
MEDIUM…ine/turn_runner/test_stream_consumer_stage_snapshot.py94# equivalence harness shape.COMMENT
MEDIUM…ine/turn_runner/test_stream_consumer_stage_snapshot.py461 # the session.keys source (imported lazily by the harness adapter).COMMENT
MEDIUM…ine/turn_runner/test_stream_consumer_stage_snapshot.py536 # The harness may append an ErrorEvent at the tail when a pendingCOMMENT
MEDIUM…/turn_runner/test_compaction_and_history_stage_unit.py493 # Agent.config.request_context_prompt unchanged by the stage; harnessCOMMENT
MEDIUMscripts/refresh_models_dev_snapshot.py91 # worse than "unknown", and nuanced pricing is corrections-owned.COMMENT
MEDIUMscripts/live_mixed_provider_gateway.py530 # by an unrelated stale reference. No live image is sent by this harness.COMMENT
MEDIUMscripts/live_mixed_provider_gateway.py883 # harness (for example deepseek-chat -> deepseek-v4-flash).COMMENT
MEDIUMscripts/live_mixed_provider_gateway.py1082 except Exception as exc: # noqa: BLE001 - live harness must keep matrix runningCODE
MEDIUMscripts/live_provider_profile_gateway_e2e.py2317 # This can only clear the harness process. The caller must alsoCOMMENT
MEDIUMscripts/live_provider_profile_gateway_e2e.py2304 except Exception as exc: # noqa: BLE001 - live harness must fail closedCODE
MEDIUMscripts/live_multi_provider_matrix.py66# These entries are intentionally represented as skips. The harness must notCOMMENT
MEDIUM.github/scripts/desktop_fault_injection.py264 # A distinct key per source avoids conflating this harness's coverageCOMMENT
MEDIUM.github/scripts/plan_ci.py1665 # owns a Desktop harness contract.COMMENT
MEDIUMsrc/opensquilla/cli/ensemble_cmd.py149 # Config loading is a CLI concern; the eval harness owns provider coupling.COMMENT
MEDIUMsrc/opensquilla/cli/tui/opentui/surface.py689 # The readiness sentinel is harness scaffolding (tmux drivers wait forCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/types.py25 # Dependency install / build / test harness could not be brought up, soCOMMENT
MEDIUMsrc/opensquilla/skills/meta/orchestrator.py1579 # For other kinds, the test harness's outer dispatch handles them.COMMENT
MEDIUM…la/skills/bundled/skill-creator-linter/scripts/lint.py29# subprocess until we add it here; the in-process test harness avoids thisCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py5808 # Same precedence as the harness catalog adapter: aCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py6386 # this preserves the harness's read-after-streamCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py6408 # Post-stage edge owned by the harness: flush remainingCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py10949 # Total savings is the comprehensive per-turn estimate used byCOMMENT
MEDIUMsrc/opensquilla/engine/finalize_evidence_gate.py214# approval denials, harness-internal tool errors, cancellations, harnessCOMMENT
MEDIUMsrc/opensquilla/engine/finalize_evidence_gate.py1076 # Policy/approval denials, harness-internal tool errors, andCOMMENT
MEDIUM…pensquilla/engine/turn_runner/stream_consumer_stage.py304 # PASSED IN by the harness -- references, not copies.COMMENT
MEDIUM…pensquilla/engine/turn_runner/stream_consumer_stage.py944 # comprehensive score rejects for ensemble turns: the input-priceCOMMENT
MEDIUM…ensquilla/engine/turn_runner/prompt_assembler_stage.py125# TurnRunner. The runtime adapters in ``harness.py`` bind these to theCOMMENT
MEDIUMsrc/opensquilla/engine/turn_runner/context.py153 # Populated by StreamConsumerStage. Written by the harnessCOMMENT
MEDIUMsrc/opensquilla/engine/turn_runner/context.py163 # Populated by TurnFinalizerStage. Written by the harnessCOMMENT
MEDIUM…opensquilla/engine/turn_runner/turn_finalizer_stage.py597 # Heartbeat-normalized final text (the harness writes this ontoCOMMENT
MEDIUM…squilla/engine/turn_runner/provider_and_tools_stage.py39# TurnRunner. The runtime adapters in ``harness.py`` bind these to theCOMMENT
MEDIUM…squilla/engine/turn_runner/provider_and_tools_stage.py99# the harness accumulates onto TurnContext)COMMENT
MEDIUM…squilla/engine/turn_runner/provider_and_tools_stage.py201 # produces. The harness emits the turn_error trace + persistsCOMMENT
MEDIUM…pensquilla/engine/turn_runner/agent_bootstrap_stage.py478# full TurnRunner. The runtime adapters in ``harness.py`` bind these to theCOMMENT
MEDIUMsrc/opensquilla/gateway/boot.py5411 # setattr (not direct assignment) so this is robust to uvicorn type stubsCOMMENT
Hallucination Indicators15 hits · 165 pts
SeverityFileLineSnippetContext
CRITICAL…/src/composables/setup/useSetupCatalog.privacy.test.ts566 expect(api.capabilitiesPanel.value.options.imageModels.map(model => model.id)).toEqual([CODE
CRITICAL…/src/composables/setup/useSetupCatalog.privacy.test.ts3760 expect(reopened.api.providerPanel.value.configuredProviders.map(row => row.providerId))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts143 expect(registry.installActivities.value.github.items.map(item => item.displayName)).toEqual([CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts217 expect(registry.installActivities.value.github.items.map(item => item.status))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts225 expect(registry.installActivities.value.github.items.map(item => item.status))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts259 expect(registry.installActivities.value.github.items.map(item => item.status))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts335 expect(registry.installActivities.value.github.items.map(item => item.status)).toEqual([CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts341 expect(registry.installActivities.value.github.items.slice(2).every(item =>CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts372 expect(registry.installActivities.value.github.items.map(item => item.status)).toEqual([CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts460 expect(registry.installActivities.value.clawhub.items.some(item =>CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts713 expect(registry.installActivities.value.clawhub.items.map(item => item.identifier))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts720 expect(registry.installActivities.value.clawhub.items.map(item => item.identifier))CODE
CRITICAL…-webui/src/composables/skills/useSkillRegistry.test.ts723 expect(registry.installActivities.value.github.items.map(item => item.identifier))CODE
CRITICAL…-webui/src/components/channels/ChannelConfigEditor.vue159 const row = props.editor.panel.value.channelFields.find(r => r.field.name === 'app_id')CODE
CRITICAL…-webui/src/components/channels/ChannelConfigEditor.vue163 const row = props.editor.panel.value.channelFields.find(r => r.field.name === 'domain')CODE
Modern AI Meta-Vocabulary40 hits · 125 pts
SeverityFileLineSnippetContext
MEDIUMCONTRIBUTORS.md155| [@HuaXiawithMoon](https://github.com/HuaXiawithMoon) | Kept `code-task` build scaffolding non-interactive by switchingCODE
MEDIUMtests/test_provider_model_catalog.py493 # max_tokens cannot exceed the (smaller) local context window.COMMENT
MEDIUMtests/test_skills_default_prompt_contract.py367 # The meta-orchestration guidance is part of the prompt only when metaCOMMENT
MEDIUM…sts/test_contrib/test_codetask/test_codetask_status.py102 # stuck/opaque scaffold (issue #470) names its likely cause.COMMENT
MEDIUM…/test_contrib/test_codetask/test_codetask_workspace.py138# --- empty/unborn source repo: build mode scaffolding from scratch ---COMMENT
MEDIUMtests/test_engine/test_routing_policy_stages.py394 # 40% of the context window kicks in below the absolute c3 floor.COMMENT
MEDIUMtests/test_engine/test_runtime_submit_surfacing.py67 # The tool surface is the 10 scaffold tools + submit == 11.COMMENT
MEDIUMtests/test_onboarding/test_flow_provider_verify.py108 # The context window rides the label; a zero window keeps a bare id row;COMMENT
MEDIUMscripts/live_artifact_prompt_annotations_e2e.py2477 # artifact data is ever emitted by this scaffold.COMMENT
MEDIUMsrc/opensquilla/provider/types.py592 # context window, but it must never enlarge an explicit caller limit.COMMENT
MEDIUMsrc/opensquilla/provider/openai.py2416 # Keep the initial user task pinned. In long agentic coding loops, spending all remainingCOMMENT
MEDIUMsrc/opensquilla/provider/model_catalog.py254 # context window. They are provider-scoped policy inputs and mustCOMMENT
MEDIUMsrc/opensquilla/provider/model_catalog.py1533 # Clamp to context window. Some provider catalogs report a model'sCOMMENT
MEDIUMsrc/opensquilla/provider/model_catalog.py1534 # max_completion_tokens as almost the entire context window; using thatCOMMENT
MEDIUMsrc/opensquilla/provider/ollama.py51# Default to a context window large enough for real agent turns; callers canCOMMENT
MEDIUMsrc/opensquilla/cli/tui/opentui/surface.py689 # The readiness sentinel is harness scaffolding (tmux drivers wait forCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py52# Appended to any scaffold-stage failure so a stuck/opaque bootstrap (issueCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py53# #470) names its likely cause and the fix. The built-in scaffold shells out toCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py218 # From-scratch app build: no repo needed; we scaffold a workspace repo.COMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py285 # From-scratch app build: scaffold into a DURABLE workspace repo so theCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py339 # 3. Build-from-scratch gets a runner-owned scaffold before the agent.COMMENT
MEDIUM…squilla/contrib/codetask/data/agent_config/config.toml31 # Inter-session / multi-agent orchestration — single isolated run.COMMENT
MEDIUM…squilla/contrib/codetask/data/agent_config/config.toml31 # Inter-session / multi-agent orchestration — single isolated run.COMMENT
MEDIUM…ensquilla/squilla_router/self_learning/orchestrator.py347 except Exception as exc: # pragma: no cover — orchestration must not raiseCODE
MEDIUMsrc/opensquilla/skills/manifest.py539 # All OpenSquilla-native execution and meta-orchestration fields areCOMMENT
MEDIUMsrc/opensquilla/skills/types.py113 # Optional meta-skill pre-flight request scaffold. Surfaces use thisCOMMENT
MEDIUMsrc/opensquilla/skills/creator/proposer.py285 # reasoning models (deepseek-v4-flash) the chain-of-thought is countedCOMMENT
MEDIUMsrc/opensquilla/skills/creator/proposer.py481 # LLM cannot hallucinate field names such as ``execution_sequence`` orCOMMENT
MEDIUMsrc/opensquilla/skills/meta/types.py223 # Optional request scaffold used by the P0-2 pre-flight previewCOMMENT
MEDIUMsrc/opensquilla/skills/meta/orchestrator.py1580 # Production orchestration uses its existing inline builders.COMMENT
MEDIUM…uilla/skills/bundled/meta-kid-project-planner/SKILL.md952## Composition philosophy — multi-skill bundled orchestrationCOMMENT
MEDIUMsrc/opensquilla/engine/steps/meta_resolution.py62# forced tool call. Then T2 carries follow-up details ("我想写 RAG…")COMMENT
MEDIUMsrc/opensquilla/engine/turn_runner/harness.py529 # Explicit config override for the model context window. Zero (theCOMMENT
MEDIUMsrc/opensquilla/gateway/boot.py4319 # ── TurnRunner (shared agent orchestration layer) ────────────────COMMENT
MEDIUMsrc/opensquilla/session/models.py201 # Agent id for multi-agent supportCOMMENT
MEDIUMsrc/opensquilla/session/storage.py8481 # Terminal classification and guardrails apply only while the GoalCOMMENT
MEDIUMsrc/opensquilla/session/storage.py8495 # applying old-objective guardrails to it.COMMENT
MEDIUMsrc/opensquilla/session/storage.py8508 # bookkeeping checkpoint is resumable orchestrationCOMMENT
MEDIUMsrc/opensquilla/session/compaction.py835 # still fits the context window. The default token-budget path retains itsCOMMENT
MEDIUMsrc/opensquilla/session/manager.py3259 # retry scaffolding. Those are finalized through the normal turnCOMMENT
Magic Placeholder Names23 hits · 122 pts
SeverityFileLineSnippetContext
HIGHtests/test_health/test_model.py69 command="opensquilla providers configure openrouter --api-key YOUR_API_KEY",CODE
HIGHtests/test_health/test_evaluator.py216 assert "opensquilla providers configure zhipu --api-key YOUR_API_KEY" in commandsCODE
HIGHtests/test_health/test_evaluator.py217 assert "opensquilla providers configure zai --api-key YOUR_API_KEY" not in commandsCODE
HIGHtests/test_health/test_evaluator.py183 "opensquilla providers configure zhipu --api-key YOUR_API_KEY"CODE
HIGHtests/test_health/test_evaluator.py325 "opensquilla providers configure openrouter --api-key YOUR_API_KEY"CODE
HIGHtests/test_health/test_evaluator.py415 "opensquilla providers configure openrouter --api-key YOUR_API_KEY",CODE
HIGHtests/test_health/test_evaluator.py995 "opensquilla configure image-generation --image-provider openai --api-key YOUR_API_KEY",CODE
HIGHtests/test_health/test_evaluator.py1068 "opensquilla configure image-generation --image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_health/test_recovery_commands.py26 "YOUR_API_KEY": "dummy-key",CODE
HIGHtests/test_cli/test_doctor_cmd.py507 assert commands == ["opensquilla providers configure openrouter --api-key YOUR_API_KEY"]CODE
HIGHtests/test_cli/test_doctor_cmd.py45 "--api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py214 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py243 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py358 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py656 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py701 "--search-provider brave --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py784 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py800 "opensquilla providers configure openrouter --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py881 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py933 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_gateway/test_rpc_doctor.py164 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHsrc/opensquilla/health/evaluator.py29_API_KEY_PLACEHOLDER = "YOUR_API_KEY"CODE
HIGHsrc/opensquilla/cli/doctor_cmd.py33_API_KEY_PLACEHOLDER = "YOUR_API_KEY"CODE
Fake / Example Data113 hits · 120 pts
SeverityFileLineSnippetContext
LOWtests/test_health/test_recovery_commands.py26 "YOUR_API_KEY": "dummy-key",CODE
LOWtests/unit/cli/tui/test_opentui_surface.py615 "placeholder": "send a message",CODE
LOWtests/test_cli/test_models_probe.py42 api_key = "sk-test-dummy-key"STRING
LOWtests/test_cli/test_models_probe.py377 api_key = "sk-test-dummy-key"STRING
LOWtests/test_cli/test_models_probe.py425 api_key = "sk-test-dummy-key"STRING
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py1331 assert receipt["status"] == "placeholder"CODE
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py1333 assert receipt["placeholder"] is TrueCODE
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py1337 assert '"status": "placeholder"' in stdoutCODE
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py627 assert receipt["placeholder"] is FalseCODE
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py713 "placeholder": True,CODE
LOW…ts/test_skills/test_openrouter_skill_key_resolution.py774 "placeholder": False,CODE
LOWtests/test_skills/test_history_explorer.py53 assert "no history" in out["placeholder"].lower()CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py307 ({"status": "placeholder", "placeholder": True, "provider": "local"}, "IMAGE_PLACEHOLDER"),CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py311 "placeholder": False,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py320 "placeholder": False,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py349 "status": "placeholder",CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py350 "placeholder": True,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py87 "placeholder": False,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py377 "placeholder": True,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py399 "placeholder": True,CODE
LOW…ts/test_skills/test_meta_short_drama_delivery_audit.py429 "placeholder": True,CODE
LOWtests/test_engine/test_agent_llm_budget.py5492 big_output = ("synthetic log line: lorem ipsum dolor sit amet 0123456789\n" * 700)[:40_000]CODE
LOWtests/test_engine/test_agent_llm_budget.py5492 big_output = ("synthetic log line: lorem ipsum dolor sit amet 0123456789\n" * 700)[:40_000]CODE
LOWtests/test_sandbox/test_filesystem_worker.py257 loop.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_sandbox/test_filesystem_worker.py322 logical.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_gateway/test_rpc_sessions.py7695 "api_key": "dummy-key",CODE
LOWtests/test_gateway/test_rpc_sessions.py7706 api_key="dummy-key",CODE
LOWtests/test_gateway/test_model_catalog_refresh.py525 active = _config(tmp_path, key="shared-dummy-key")CODE
LOWtests/test_gateway/test_model_catalog_refresh.py528 api_key="shared-dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py136 "api_key": "dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py146 api_key="dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py176 "api_key": "dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py189 api_key="dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py207 "api_key": "dummy-key",CODE
LOWtests/test_gateway/test_compaction_target.py219 api_key="dummy-key",CODE
LOWtests/test_onboarding/test_channel_specs.py345 assert fields["app_secret"]["placeholder"]CODE
LOWtests/test_onboarding/test_channel_specs.py464 "text": "dummy-value",CODE
LOW…p/electron/src/native-workbench-annotation-contract.ts122 'placeholder',CODE
LOWopensquilla-webui/e2e/toasts.spec.ts62 await expect(textarea).toHaveAttribute('placeholder', 'Assign a task or ask anything')CODE
LOWopensquilla-webui/e2e/toasts.spec.ts63 const placeholder = await textarea.getAttribute('placeholder')CODE
LOWopensquilla-webui/e2e/channels-workspace-edit.spec.ts30 await surface.locator('input[name="setup_channel_token"]').fill('0000:e2e-dummy-token')CODE
LOWopensquilla-webui/src/locales/ja.json173 "placeholder": "この領域の変更内容を入力…", "newlineHint": "{shortcut} で改行", "keepDraft": "注釈を保持", "submit": "注釈を追加", "contextCODE
LOWopensquilla-webui/src/locales/ja.json1991 "placeholder": "セッションを検索…",CODE
LOWopensquilla-webui/src/locales/ja.json2034 "placeholder": "新しいタスクを開始…",CODE
LOWopensquilla-webui/src/locales/ja.json3367 "placeholder": "メッセージを送信...",CODE
LOWopensquilla-webui/src/locales/ja.json3772 "placeholder": "エージェントに調査・計画してほしい内容を入力",CODE
LOWopensquilla-webui/src/locales/ja.json3811 "placeholder": "目標を説明して送信すると、取り組みを開始します",CODE
LOWopensquilla-webui/src/locales/ja.json4204 "placeholder": "タスクを検索",CODE
LOWopensquilla-webui/src/locales/de.json173 "placeholder": "Beschreiben Sie die Änderung für diesen Bereich…", "newlineHint": "{shortcut} für eine neue Zeile"CODE
LOWopensquilla-webui/src/locales/de.json1991 "placeholder": "Sitzungen durchsuchen…",CODE
LOWopensquilla-webui/src/locales/de.json2034 "placeholder": "Eine neue Aufgabe starten…",CODE
LOWopensquilla-webui/src/locales/de.json3367 "placeholder": "Eine Nachricht senden...",CODE
LOWopensquilla-webui/src/locales/de.json3772 "placeholder": "Beschreiben Sie, was der Agent untersuchen und planen soll",CODE
LOWopensquilla-webui/src/locales/de.json3811 "placeholder": "Beschreibe das Ziel und sende, um daran zu arbeiten",CODE
LOWopensquilla-webui/src/locales/de.json4204 "placeholder": "Aufgaben suchen",CODE
LOWopensquilla-webui/src/locales/en.json173 "placeholder": "Describe the change for this area…", "newlineHint": "{shortcut} for a new line", "keepDraft": "KeeCODE
LOWopensquilla-webui/src/locales/en.json2079 "placeholder": "Search sessions…",CODE
LOWopensquilla-webui/src/locales/en.json2122 "placeholder": "Start a new task…",CODE
LOWopensquilla-webui/src/locales/en.json3457 "placeholder": "Send a message...",CODE
LOWopensquilla-webui/src/locales/en.json3862 "placeholder": "Describe what you want the agent to investigate and plan",CODE
53 more matches not shown…
Dead Code65 hits · 114 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_meta_skill_run_announce.py64CODE
MEDIUMtests/test_provider_ensemble.py4175CODE
MEDIUMtests/test_meta_skill_step_events.py58CODE
MEDIUMtests/test_meta_skill_step_events.py427CODE
MEDIUMtests/unit/cli/tui/test_opentui_notice_capture.py162CODE
MEDIUMtests/unit/cli/repl/test_slash_adapter.py86CODE
MEDIUMtests/test_migration/test_sandbox_direct_update.py202CODE
MEDIUMtests/test_channels/test_feishu_send_file.py312CODE
MEDIUMtests/test_channels/test_channel_attachment_metadata.py266CODE
MEDIUMtests/test_cli/test_chat_cmd.py2087CODE
MEDIUMtests/test_cli/test_chat_cmd.py2118CODE
MEDIUMtests/test_cli/test_gateway_cmd.py404CODE
MEDIUM…sts/test_skills/test_meta_travel_planner_direct_e2e.py37CODE
MEDIUMtests/test_skills/test_meta_router_live.py118CODE
MEDIUMtests/test_skills/test_meta_router_accuracy.py122CODE
MEDIUMtests/test_skills/test_meta_router_accuracy.py170CODE
MEDIUMtests/test_skills/test_meta_resume.py125CODE
MEDIUMtests/test_skills/test_meta_resume.py484CODE
MEDIUMtests/test_skills/test_meta_resume.py897CODE
MEDIUMtests/test_skills/test_meta_resume.py962CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py72CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py133CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py187CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py226CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py277CODE
MEDIUMtests/test_skills/test_meta_dsl_extensions.py334CODE
MEDIUMtests/test_skills/test_meta_paused_scheduler.py46CODE
MEDIUMtests/test_skills/test_meta_paused_scheduler.py155CODE
MEDIUMtests/test_skills/test_meta_paused_scheduler.py220CODE
MEDIUMtests/test_skills/test_meta_mvp.py1431CODE
MEDIUMtests/test_skills/test_meta_mvp.py2112CODE
MEDIUMtests/test_skills/test_meta_mvp.py2158CODE
MEDIUMtests/test_skills/test_meta_mvp.py2331CODE
MEDIUMtests/test_skills/test_meta_mvp.py2377CODE
MEDIUMtests/test_skills/test_meta_mvp.py2411CODE
MEDIUMtests/test_skills/test_meta_mvp.py2460CODE
MEDIUMtests/test_skills/test_meta_mvp.py2506CODE
MEDIUMtests/test_skills/test_meta_mvp.py2561CODE
MEDIUMtests/test_skills/test_meta_mvp.py2607CODE
MEDIUMtests/test_skills/test_meta_mvp.py2705CODE
MEDIUMtests/test_skills/test_meta_mvp.py3207CODE
MEDIUMtests/test_skills/test_meta_mvp.py3257CODE
MEDIUMtests/test_skills/test_meta_mvp.py3294CODE
MEDIUMtests/test_skills/test_meta_mvp.py3493CODE
MEDIUMtests/test_skills/test_meta_mvp.py3533CODE
MEDIUMtests/test_skills/test_meta_mvp.py3613CODE
MEDIUMtests/test_skills/test_meta_mvp.py3671CODE
MEDIUMtests/test_skills/test_meta_mvp.py3996CODE
MEDIUMtests/test_skills/test_meta_mvp.py4058CODE
MEDIUMtests/test_skills/test_meta_mvp.py4183CODE
MEDIUMtests/test_skills/test_meta_mvp.py4228CODE
MEDIUMtests/test_skills/test_meta_paper_write_e2e.py817CODE
MEDIUMtests/test_engine/test_vision_followup_gate.py79CODE
MEDIUMtests/test_engine/test_provider_history_dedup.py39CODE
MEDIUMtests/test_engine/test_agent_llm_budget.py4853CODE
MEDIUMtests/test_engine/test_stream_wrappers.py341CODE
MEDIUMtests/test_engine/test_stream_wrappers.py355CODE
MEDIUMtests/test_engine/test_meta_launch_marker.py40CODE
MEDIUM…ts/test_engine/test_provider_context_block_feedback.py47CODE
MEDIUM…n_runner/test_compaction_and_history_stage_snapshot.py210CODE
5 more matches not shown…
AI Structural Patterns149 hits · 111 pts
SeverityFileLineSnippetContext
LOWtests/test_provider_text_tool_normalization.py322CODE
LOWtests/test_provider_text_tool_normalization.py385CODE
LOWtests/test_process_tree.py24CODE
LOWtests/test_skills/test_meta_mvp.py47CODE
LOWtests/test_engine/test_document_mutation_agent_loop.py510CODE
LOWtests/test_engine/test_subagent_usage_rollup.py79CODE
LOWtests/test_engine/test_t3_upgrade_compaction.py236CODE
LOW…ne/turn_runner/test_prompt_assembler_stage_snapshot.py195CODE
LOW…ine/turn_runner/test_agent_bootstrap_stage_snapshot.py243CODE
LOW…_engine/turn_runner/test_stream_consumer_stage_unit.py280CODE
LOW…_engine/turn_runner/test_stream_consumer_stage_unit.py150CODE
LOW…t_engine/turn_runner/test_turn_finalizer_stage_unit.py184CODE
LOW…_engine/turn_runner/test_agent_bootstrap_stage_unit.py252CODE
LOW…engine/turn_runner/test_prompt_assembler_stage_unit.py217CODE
LOW…/turn_runner/test_compaction_and_history_stage_unit.py123CODE
LOWtests/test_gateway/test_goal_rpc.py118CODE
LOWtests/test_gateway/test_rpc_sessions.py418CODE
LOWtests/test_gateway/test_rpc_sessions.py492CODE
LOWtests/test_gateway/test_usage_query.py120CODE
LOWscripts/live_meta_skill_creator_e2e.py47CODE
LOWscripts/live_provider_profile_gateway_e2e.py375CODE
LOWscripts/long_task_fault_proxy.py344CODE
LOWscripts/experiments/analyze_tool_compression.py953CODE
LOWsrc/opensquilla/result_budget.py164CODE
LOWsrc/opensquilla/tools/registry.py541CODE
LOWsrc/opensquilla/tools/registry.py570CODE
LOWsrc/opensquilla/tools/registry.py599CODE
LOWsrc/opensquilla/tools/rpc_payload.py49CODE
LOWsrc/opensquilla/tools/rpc_payload.py86CODE
LOWsrc/opensquilla/tools/policy_runtime.py93CODE
LOWsrc/opensquilla/tools/builtin/media.py2052CODE
LOWsrc/opensquilla/tools/builtin/media.py2161CODE
LOWsrc/opensquilla/tools/builtin/web.py860CODE
LOWsrc/opensquilla/tools/builtin/web.py1166CODE
LOWsrc/opensquilla/tools/builtin/shell.py6565CODE
LOWsrc/opensquilla/tools/builtin/admin.py340CODE
LOWsrc/opensquilla/tools/builtin/admin.py58CODE
LOWsrc/opensquilla/tools/builtin/tool_results.py477CODE
LOWsrc/opensquilla/memory/session_flush.py2022CODE
LOWsrc/opensquilla/memory/session_flush.py2280CODE
LOWsrc/opensquilla/memory/session_flush.py2315CODE
LOWsrc/opensquilla/memory/retrieval.py160CODE
LOWsrc/opensquilla/identity/prompt.py22CODE
LOWsrc/opensquilla/provider/registry.py136CODE
LOWsrc/opensquilla/provider/trace_recorder.py177CODE
LOWsrc/opensquilla/provider/openai.py3006CODE
LOWsrc/opensquilla/provider/ensemble.py6869CODE
LOWsrc/opensquilla/provider/ensemble.py1376CODE
LOWsrc/opensquilla/provider/ensemble.py4387CODE
LOWsrc/opensquilla/provider/anthropic.py294CODE
LOWsrc/opensquilla/scheduler/handlers.py591CODE
LOWsrc/opensquilla/scheduler/ops.py156CODE
LOWsrc/opensquilla/scheduler/engine.py117CODE
LOWsrc/opensquilla/agents/registry.py52CODE
LOWsrc/opensquilla/cli/codetask_cmd.py152CODE
LOWsrc/opensquilla/cli/agent_cmd.py121CODE
LOWsrc/opensquilla/cli/agent_cmd.py806CODE
LOWsrc/opensquilla/cli/migrate_cmd.py279CODE
LOWsrc/opensquilla/cli/migrate_cmd.py847CODE
LOWsrc/opensquilla/cli/migrate_cmd.py1001CODE
89 more matches not shown…
Synthetic Comment Markers13 hits · 70 pts
SeverityFileLineSnippetContext
HIGHopensquilla-webui/e2e/share-export.spec.ts219 expect(metrics.disclaimer).toBe('Content generated by AI, for reference only.')CODE
HIGH…bui/src/composables/chat/useChatMessageActions.test.ts746 () => 'Content generated by AI, for reference only.',CODE
HIGH…bui/src/composables/chat/useChatMessageActions.test.ts757 `${text}\n\nContent generated by AI, for reference only.`,CODE
HIGH…-webui/src/composables/chat/useChatShareExport.test.ts47 'Content generated by AI, for reference only.',CODE
HIGH…-webui/src/composables/chat/useChatShareExport.test.ts51 expect(metrics.disclaimer).toBe('Content generated by AI, for reference only.')CODE
HIGH…bui/src/composables/chat/useChatMarkdownExport.test.ts22 aiGeneratedLabel: 'Content generated by AI, for reference only.',CODE
HIGH…bui/src/composables/chat/useChatMarkdownExport.test.ts52 aiGeneratedLabel: 'Content generated by AI, for reference only.',CODE
HIGH…bui/src/composables/chat/useChatMarkdownExport.test.ts63 expect(markdown).toContain('> Content generated by AI, for reference only.')CODE
HIGH…bui/src/composables/chat/useChatMarkdownExport.test.ts70 aiGeneratedLabel: 'Content generated by AI, for reference only.',CODE
HIGH…bui/src/composables/chat/useChatMarkdownExport.test.ts89 aiGeneratedLabel: 'Content generated by AI, for reference only.',CODE
HIGHopensquilla-webui/src/locales/en.json3460 "aiDisclaimer": "Content generated by AI may be inaccurate. For reference only; verify important information.",CODE
HIGHopensquilla-webui/src/locales/en.json3461 "aiGeneratedLabel": "Content generated by AI, for reference only.",CODE
HIGH…ui/src/components/chat/ChatComposer.disclaimer.test.ts46 'Content generated by AI may be inaccurate. For reference only; verify important information.',CODE
Structural Annotation Overuse27 hits · 37 pts
SeverityFileLineSnippetContext
LOWtests/test_skills/test_meta_skill_accept.py43 # Step 1: write proposal (eligible)STRING
LOWtests/test_skills/test_meta_skill_accept.py54 # Step 2: acceptSTRING
LOWtests/test_skills/test_meta_skill_accept.py66 # Step 3: loader picks it up via MANAGED layerSTRING
LOWsrc/opensquilla/scheduler/timer.py82 # Step 1: recover reservations left by a previous process. ActiveCOMMENT
LOWsrc/opensquilla/scheduler/timer.py103 # Step 2: collect missed jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py114 # Step 3: first max_catchup jobs — run with staggerCOMMENT
LOWsrc/opensquilla/scheduler/timer.py146 # Step 4: fast-forward remaining (except AT one-shots). Delegates toCOMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py2093 # Step 1: schema-declared defaults form the baseline.COMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py2102 # Step 2: user-supplied values win over defaults (and unknown keysCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md228### Step 1: Understanding the Skill with Concrete ExamplesCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md245### Step 2: Planning the Reusable Skill ContentsCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md269### Step 3: Initializing the SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md307### Step 4: Edit the SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md348### Step 5: Packaging a SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md376### Step 6: IterateCOMMENT
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh92# Step 1: pptx -> pdfCOMMENT
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh105# Step 2: pdf -> per-page jpgCOMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1239 # Step 2: carry forward boot-generated secrets the disk cannot restore.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1250 # Step 3: selector sync on the candidate BEFORE the in-place swap.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1261 # Step 4: swap values + runtime-secret markers into the live config.COMMENT
LOWsrc/opensquilla/gateway/websocket.py964 # Step 1: Send connect.challengeCOMMENT
LOWsrc/opensquilla/gateway/websocket.py971 # Step 2: Pre-auth timeout — client must send connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py982 # Step 3: Parse the connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1031 # Step 4: Resolve auth via server-side ScopeResolverCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1065 # Step 5: Negotiate protocol versionCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1099 # Step 6: Send HelloOkCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1150 # Step 7: Main message loopCOMMENT
Verbosity Indicators21 hits · 28 pts
SeverityFileLineSnippetContext
LOWtests/test_skills/test_meta_skill_accept.py43 # Step 1: write proposal (eligible)STRING
LOWtests/test_skills/test_meta_skill_accept.py54 # Step 2: acceptSTRING
LOWtests/test_skills/test_meta_skill_accept.py66 # Step 3: loader picks it up via MANAGED layerSTRING
LOWsrc/opensquilla/scheduler/timer.py82 # Step 1: recover reservations left by a previous process. ActiveCOMMENT
LOWsrc/opensquilla/scheduler/timer.py103 # Step 2: collect missed jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py114 # Step 3: first max_catchup jobs — run with staggerCOMMENT
LOWsrc/opensquilla/scheduler/timer.py146 # Step 4: fast-forward remaining (except AT one-shots). Delegates toCOMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py2093 # Step 1: schema-declared defaults form the baseline.COMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py2102 # Step 2: user-supplied values win over defaults (and unknown keysCOMMENT
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh92# Step 1: pptx -> pdfCOMMENT
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh105# Step 2: pdf -> per-page jpgCOMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1239 # Step 2: carry forward boot-generated secrets the disk cannot restore.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1250 # Step 3: selector sync on the candidate BEFORE the in-place swap.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1261 # Step 4: swap values + runtime-secret markers into the live config.COMMENT
LOWsrc/opensquilla/gateway/websocket.py964 # Step 1: Send connect.challengeCOMMENT
LOWsrc/opensquilla/gateway/websocket.py971 # Step 2: Pre-auth timeout — client must send connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py982 # Step 3: Parse the connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1031 # Step 4: Resolve auth via server-side ScopeResolverCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1065 # Step 5: Negotiate protocol versionCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1099 # Step 6: Send HelloOkCOMMENT
LOWsrc/opensquilla/gateway/websocket.py1150 # Step 7: Main message loopCOMMENT
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_agents/test_registry_write_open_nofollow.py46 # Create the file first so lstat() returns a regular file (not ENOENT).COMMENT
MEDIUMsrc/opensquilla/recovery/cleanup.py938 # Creating the persistent compatibility lock changes only itsCOMMENT
MEDIUMsrc/opensquilla/engine/subagent.py558 # Create a dummy completed task as placeholderCOMMENT
MEDIUMsrc/opensquilla/gateway/model_catalog_refresh.py1446 # Create the child only after the closed check and register it inCOMMENT
Redundant / Tautological Comments4 hits · 5 pts
SeverityFileLineSnippetContext
LOWtests/test_readme_links.py56 # Check if file exists at repo rootCOMMENT
LOWsrc/opensquilla/memory/store.py684 # Check if file changedCOMMENT
LOW…lla/skills/bundled/skill-creator/scripts/init_skill.py271 # Check if directory already existsCOMMENT
LOW…pensquilla/skills/bundled/web-search/scripts/search.py564 # Output resultsSTRING
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…lla/skills/bundled/skill-creator/scripts/init_skill.py256 Initialize a new skill directory with template SKILL.md. Args: skill_name: Name of the skill pSTRING
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/test_tools/test_source_edit_tools.py377 "def helper(value):\n"CODE
LOWtests/test_tools/test_source_edit_tools.py392 "preview": "def helper(value):",CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh7# Usage:COMMENT