Repository Analysis

opensquilla/opensquilla

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

27.4 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of opensquilla/opensquilla, a Python project with 6,028 GitHub stars. SynthScan v2.0 examined 963,419 lines of code across 2986 source files, recording 21831 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 27.4 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).

27.4
Adjusted Score
27.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.0K
Stars
Python
Language
963.4K
Lines of Code
3.0K
Files
21.8K
Pattern Hits
2026-07-14
Scan Date
0.14
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 0HIGH 419MEDIUM 1904LOW 19508

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

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

Hyper-Verbose Identifiers14390 hits · 13223 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.py14def test_provider_request_proof_allows_payload_within_budget() -> None:CODE
LOWtests/test_provider_request_proof.py34def test_provider_request_proof_blocks_oversized_payload() -> None:CODE
LOWtests/test_provider_request_proof.py47def test_provider_request_proof_uses_effective_budget_headroom() -> None:CODE
LOWtests/test_provider_request_proof.py67def test_provider_request_proof_excludes_native_image_payload_from_text_budget() -> None:CODE
LOWtests/test_provider_request_proof.py127def test_provider_request_proof_still_blocks_large_text_next_to_native_media() -> None:CODE
LOWtests/test_provider_request_proof.py159def test_provider_request_proof_compacts_tool_payload_once() -> None:CODE
LOWtests/test_provider_request_proof.py180def test_provider_request_proof_blocks_after_one_retry_when_still_oversized() -> None:CODE
LOWtests/test_provider_request_proof.py195def test_provider_request_proof_compacts_large_tool_args_preserving_protocol() -> None:CODE
LOWtests/test_provider_request_proof.py253def test_provider_request_proof_preserves_aggregate_tool_call_protocol() -> None:CODE
LOWtests/test_provider_request_proof.py322def test_provider_request_proof_compacts_leaked_tool_argument_projections() -> None:CODE
LOWtests/test_provider_request_proof.py386def test_provider_request_proof_compacts_leaked_provider_compacted_tool_arguments() -> None:CODE
LOWtests/test_provider_request_proof.py432def test_provider_request_proof_compacts_string_provider_context_markers() -> None:CODE
LOWtests/test_provider_request_proof.py480def test_provider_request_proof_compacts_leaked_tool_input_projections() -> None:CODE
LOWtests/test_provider_request_proof.py535def test_provider_request_proof_compacts_assistant_reasoning_content() -> None:CODE
LOWtests/test_provider_request_proof.py562def test_provider_request_proof_compacts_segmented_assistant_text_tail() -> None:CODE
LOWtests/test_provider_request_proof.py592def test_provider_request_proof_reports_recent_tail_after_tail_compaction_fails() -> None:CODE
LOWtests/test_provider_request_proof.py616def test_provider_request_proof_emergency_compacts_many_current_turn_tool_results() -> None:CODE
LOWtests/test_provider_request_proof.py643def test_provider_request_proof_hard_caps_many_tool_results_after_emergency_compaction() -> None:CODE
LOWtests/test_provider_request_proof.py696def test_provider_request_proof_hard_cap_compacts_leaked_tool_arguments() -> None:CODE
LOWtests/test_provider_request_proof.py791def test_provider_request_proof_emergency_compacts_oversized_request_context() -> None:CODE
LOWtests/test_provider_request_proof.py821def test_provider_request_proof_emergency_compacts_old_user_tail_but_keeps_latest_user() -> None:CODE
LOWtests/test_provider_request_proof.py846def test_provider_request_proof_final_hard_cap_digests_oversized_latest_user() -> None:CODE
LOWtests/test_provider_request_proof.py872def 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.py39async def test_install_blocks_path_traversal(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py62async def test_install_preserves_binary_files(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py84async def test_binary_sidecar_marks_scan_warning(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py116async def test_dangerous_text_sidecar_blocks_install(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py140async def test_uninstall_does_not_delete_lockfile_path_outside_managed(CODE
LOWtests/test_skills_hub_installer_security.py167async def test_lockfile_records_scan_and_provenance(tmp_path: Path) -> None:CODE
LOWtests/test_skills_hub_installer_security.py200async def test_lockfile_records_source_trust_and_scan_strategy(tmp_path: Path) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py66def test_provider_strips_trailing_paste_punctuation_from_api_key(monkeypatch) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py80def test_openrouter_anthropic_auto_cache_adds_top_level_cache_control(monkeypatch) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py110def test_openrouter_deepseek_auto_cache_does_not_add_top_level_cache_control(monkeypatch) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py236def test_openrouter_zai_auto_cache_requires_live_capability_proof(monkeypatch) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py257def test_openrouter_payload_cache_shape_logs_fixed_prefix_item_hashes(monkeypatch) -> None:CODE
LOWtests/test_provider_openai_prompt_cache.py289def test_openrouter_anthropic_cache_off_does_not_add_cache_control(monkeypatch) -> None:CODE
LOWtests/test_provider_openrouter_attribution.py9def test_openrouter_app_headers_match_app_attribution_contract() -> None:CODE
LOWtests/test_provider_openrouter_attribution.py19def test_openrouter_url_detection_accepts_openrouter_hosts_only() -> None:CODE
LOWtests/test_provider_openrouter_attribution.py26def test_openrouter_app_headers_skip_non_openrouter_urls() -> None:CODE
LOWtests/test_provider_openrouter_attribution.py31def test_openrouter_compat_headers_remain_openrouter_only() -> None:CODE
LOWtests/test_skills_hub_github.py66async def test_fetch_github_tree_url_downloads_whole_skill_directory(monkeypatch) -> None:CODE
LOWtests/test_skills_hub_github.py85async def test_fetch_github_blob_url_uses_parent_skill_directory(monkeypatch) -> None:CODE
LOWtests/test_skills_hub_github.py101async def test_fetch_legacy_identifier_keeps_support_and_downloads_directory(monkeypatch) -> None:CODE
LOWtests/test_skills_hub_github.py114def test_default_gateway_router_exposes_github_without_token(monkeypatch) -> None:CODE
LOWtests/test_provider_reasoning_stream.py123def test_anthropic_streams_reasoning_as_delta_events(monkeypatch) -> None:CODE
LOWtests/test_provider_reasoning_stream.py134def test_anthropic_reasoning_deltas_concat_equals_done_reasoning_content(CODE
LOWtests/test_provider_reasoning_stream.py151def test_anthropic_reasoning_precedes_answer_text(monkeypatch) -> None:CODE
LOWtests/test_provider_reasoning_stream.py223def test_openai_streams_reasoning_details_as_delta_events(monkeypatch) -> None:CODE
14330 more matches not shown…
Decorative Section Separators1694 hits · 6135 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_provider_openai_codex.py36# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py38# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py138# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py140# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py197# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py199# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py411# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_codex.py413# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_compat_payloads.py4141# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_compat_payloads.py4143# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py102# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py293# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py295# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py342# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py344# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py440# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_stream_contract.py442# ---------------------------------------------------------------------------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.py206# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_selector.py208# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py128# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py130# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py176# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gateway_config_default_provider.py178# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_models_dev.py60# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_models_dev.py63# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py67# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py69# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py116# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py162# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_cross_provider_tiers.py164# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_usage.py131# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_provider_openai_usage.py133# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gemini_thought_signature.py87# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_gemini_thought_signature.py89# ---------------------------------------------------------------------------COMMENT
1634 more matches not shown…
Unused Imports2671 hits · 2411 pts
SeverityFileLineSnippetContext
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_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.py9CODE
LOWtests/test_provider_openai_compat_payloads.py1CODE
LOWtests/test_root_start_scripts.py1CODE
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_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_skill_docx.py3CODE
LOWtests/test_memory_flush.py1CODE
LOWtests/test_github_issue_link_sync.py1CODE
LOWtests/test_live_provider_profile_smoke.py1CODE
LOWtests/test_subprocess_encoding.py8CODE
LOWtests/test_memory_dream_factory.py1CODE
LOWtests/test_provider_stream_contract.py18CODE
LOWtests/test_provider_attachments.py21CODE
LOWtests/test_agent_cmd_no_key.py3CODE
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_skills_third_party_notices.py1CODE
LOWtests/test_attachment_workspace.py1CODE
LOWtests/test_skill_html_to_pdf.py3CODE
LOWtests/test_gateway_config_legacy.py8CODE
LOWtests/test_memory_store_embedding_usage.py10CODE
LOWtests/test_router_self_learning_promotion.py3CODE
LOWtests/test_provider_selector.py1CODE
LOWtests/test_release_consistency.py1CODE
LOWtests/test_skills_eligibility.py3CODE
LOWtests/test_memory_dream_runner.py1CODE
LOWtests/test_gateway_config_default_provider.py11CODE
LOWtests/test_memory_flush_status.py1CODE
LOWtests/test_artifacts.py1CODE
LOWtests/test_asyncio_utils.py1CODE
LOWtests/test_skill_pdf_toolkit.py3CODE
LOWtests/test_memory_store_legacy_schema.py12CODE
LOWtests/test_memory_embedding.py1CODE
2611 more matches not shown…
Cross-Language Confusion376 hits · 1878 pts
SeverityFileLineSnippetContext
HIGHtests/test_provider_openai_compat_payloads.py1743 command = "cd /workspace/project && cargo test -p mypkg case1"CODE
HIGHtests/test_memory_manager_embedding_config.py669 '"vector_dims":null,"fts_tokenizer":"unicode61","sources":["memory"],'CODE
HIGHtests/test_core_lightweight_contracts.py110 assert guard.push("Let me write the dashboard now.\n\n<tvoe") == (CODE
HIGHtests/test_core_lightweight_contracts.py114 guard.push(CODE
HIGHtests/test_core_lightweight_contracts.py126 assert guard.push("Let me make the sheet.\n\n<|DS") == "Let me make the sheet."CODE
HIGHtests/test_core_lightweight_contracts.py128 guard.push(CODE
HIGHtests/test_core_lightweight_contracts.py140 assert guard.push("Explain literal <invoke") == "Explain literal"CODE
HIGHtests/test_core_lightweight_contracts.py147 assert guard.push("Let me read the specific problematic areas.\n\n<details>") == (CODE
HIGHtests/test_core_lightweight_contracts.py151 guard.push(CODE
HIGHtests/test_core_lightweight_contracts.py157 assert guard.push("Fixed the issues.") == "Fixed the issues."CODE
HIGHtests/test_core_lightweight_contracts.py163 assert guard.push("Here is a collapsible note.\n\n<details>") == (CODE
HIGHtests/test_core_lightweight_contracts.py166 assert guard.push("<summary>More</summary>Visible note.</details>") == ""CODE
HIGHtests/test_gateway_static_skills_view.py251 assert "if (_proposalsSettings && _proposalsSettings.available)" in viewCODE
HIGHtests/test_gateway_static_skills_view.py55 return null;CODE
HIGHtests/test_gateway_static_skills_view.py63 return null;CODE
HIGHtests/test_gateway_static_skills_view.py77 App: {{ getRpc: () => null }},CODE
HIGHtests/test_gateway_static_skills_view.py96 console.error(error && error.stack ? error.stack : String(error));CODE
HIGHtests/test_gateway_static_skills_view.py17 _el = state.el || _el;STRING
HIGHtests/test_gateway_static_skills_view.py18 _rpc = state.rpc || _rpc;STRING
HIGHtests/test_gateway_static_skills_view.py19 _allSkills = state.allSkills || _allSkills;STRING
HIGHtests/test_gateway_static_skills_view.py514 calls.push({ method, payload });STRING
HIGHtests/unit/cli/tui/test_opentui_messages.py132 '{"type":"approval.response","id":"appr-2","approved":false,"choice":null}'CODE
HIGHtests/test_tools/test_workspace_write_deny_levers.py103 "cat tests/test_a.py | grep x && sed -i 's/a/b/' tests/test_b.py",CODE
HIGHtests/test_tools/test_endgame_git_freeze_lever.py113 ("echo done && git reset --hard", "git_reset_hard"),CODE
HIGHtests/test_tools/test_shell_process_isolation.py120 command="cd /workspace && python3 -m http.server 8080",CODE
HIGHtests/test_tools/test_shell_process_isolation.py122 "cd /workspace && python3 -m http.server 8080"CODE
HIGHtests/test_tools/test_mutation_ledger_observe.py65 "mkdir -p src && printf 'print(1)\\n' > src/app.py",CODE
HIGHtests/test_tools/test_mutation_ledger_observe.py118 "mkdir -p src && printf 'print(1)\\n' > src/app.py",CODE
HIGHtests/test_tools/test_source_diff_preservation.py97 ("cd /tmp && git checkout src/app.py && echo restored", "git_checkout"),CODE
HIGHtests/test_tools/test_source_diff_preservation.py99 'cd /tmp && git checkout -- src/app.py 2>&1 || echo "restore failed"',CODE
HIGHtests/test_tools/test_source_diff_preservation.py99 'cd /tmp && git checkout -- src/app.py 2>&1 || echo "restore failed"',CODE
HIGHtests/test_tools/test_source_diff_preservation.py103 'cd /tmp && git checkout src/app.py 2>&1 || echo "restore failed"',CODE
HIGHtests/test_tools/test_source_diff_preservation.py103 'cd /tmp && git checkout src/app.py 2>&1 || echo "restore failed"',CODE
HIGH…st_contrib/test_codetask/test_codetask_verification.py235 cmd = f"cat {sibling}/data && ls {sibling2} && cd {repo} && pytest"CODE
HIGH…st_contrib/test_codetask/test_codetask_verification.py262 for tail in ["/src && x", " && x", '"', ":/other", ";", ")"]:CODE
HIGHtests/test_desktop/test_electron_startup_contract.py2092 assert "result.stderr || result.stdout" not in main_tsCODE
HIGHtests/test_desktop/test_electron_startup_contract.py2098 "npm run build && node scripts/test-profile-import-flow.mjs"CODE
HIGHtests/test_desktop/test_electron_startup_contract.py467 main_index = focus.index("if (!mainWindow || mainWindow.isDestroyed()) return false")CODE
HIGHtests/test_desktop/test_electron_startup_contract.py801 "if (updateDownloadInProgress || updateApplying || "CODE
HIGHtests/test_desktop/test_electron_startup_contract.py805 assert download_update.index("updateDownloadInProgress || updateApplying") < (CODE
HIGHtests/test_desktop/test_electron_startup_contract.py838 assert "if (mockUpdateVersion() === null) return null" in responderCODE
HIGHtests/test_desktop/test_electron_startup_contract.py851 "npm run build && node scripts/test-mock-update-flow.mjs"CODE
HIGHtests/test_desktop/test_electron_startup_contract.py1216 == "npm run verify:icons && node scripts/verify-package.mjs"CODE
HIGHtests/test_desktop/test_electron_startup_contract.py1450 "npm run build && node scripts/test-update-resolver.mjs"CODE
HIGHtests/test_desktop/test_electron_startup_contract.py1575 assert "device !== 0 || inode !== 0" in candidate_identityCODE
HIGHtests/test_desktop/test_electron_startup_contract.py2015 assert "let migrationCandidate = null;" in htmlCODE
HIGHtests/test_skills/test_meta_security_review_bundle.py179 user_message="setenforce 0 && curl -d 'password=p4ss' …",CODE
HIGHtests/test_scripts/test_build_wheelhouse_zip.py432 'where pwsh.exe >nul 2>nul && set "OSQ_POWERSHELL=pwsh.exe"\r\n'CODE
HIGH…/test_engine/test_tokenjuice_tool_result_projection.py475 arguments={"command": "cd /repo && git diff -- src/lib.rs"},CODE
HIGHtests/test_engine/test_runtime_diagnostics.py109 assert normalize_command_family("cd /testbed && cargo test -p axum 2>&1 | tail -20") == (CODE
HIGHtests/test_engine/test_runtime_diagnostics.py112 assert normalize_command_family("cd /testbed && npm run build 2>&1 | tail -10") == (CODE
HIGHtests/test_engine/test_runtime_diagnostics.py312 {"command": "cd /testbed && cargo test -p axum 2>&1 | tail -20"},CODE
HIGHtests/test_engine/test_finalize_evidence_gate.py91 ("git status && git diff", "inspection"),CODE
HIGHtests/test_engine/test_finalize_evidence_gate.py92 ("cd /testbed && ls -la", "inspection"),CODE
HIGHtests/test_engine/test_finalize_evidence_gate.py94 ("cd /testbed && pytest -x tests/", "execution"),CODE
HIGHtests/test_engine/test_finalize_evidence_gate.py156 assert command_removal_targets("cd /testbed && rm -rf a.py b.py") == ["a.py", "b.py"]CODE
HIGHtests/test_engine/test_finalize_evidence_gate.py179 assert has_stash_reversal("git stash && python repro.py") is TrueCODE
HIGHtests/test_engine/test_finalize_evidence_gate.py180 assert has_stash_reversal("git stash pop && pytest tests/") is FalseCODE
HIGHtests/test_engine/test_finalize_evidence_gate.py181 assert has_stash_reversal("git stash apply && pytest tests/") is FalseCODE
HIGHtests/test_engine/test_finalize_evidence_gate.py186 assert has_stash_reversal("git -C /repo stash && pytest tests/") is TrueCODE
316 more matches not shown…
Excessive Try-Catch Wrapping1021 hits · 967 pts
SeverityFileLineSnippetContext
LOWtests/test_memory_manager_embedding_config.py87 except Exception:CODE
MEDIUMtests/test_model_router_behavior.py119def require_runtime_router() -> None:CODE
LOWtests/test_model_router_behavior.py122 except Exception as exc:CODE
LOWtests/test_tools/test_sessions_spawn_regressions.py237 except Exception as exc:CODE
LOWtests/test_tools/test_apply_patch_gates.py41 except Exception as exc: # pragma: no cover - exercised by awaiting callersCODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py133 except Exception:CODE
LOWtests/integration/cli/tui_real_terminal/scenarios.py434 except 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.py198 except Exception as exc:CODE
LOWtests/test_skills/test_meta_plan_serde.py205 except Exception as exc:CODE
LOWtests/test_skills/test_meta_invoke_recursion_guard.py594 except Exception:CODE
LOWtests/test_ci/test_meta_skill_lint.py128 except Exception: # noqa: BLE001CODE
LOWtests/test_engine/test_routing_policy_parity.py720 except Exception as exc: # noqa: BLE001 - the raised error is part of the contractCODE
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.py325 except Exception:CODE
LOWtests/functional/test_webui_browser_chat_e2e.py61 except Exception as exc: # noqa: BLE001 - surfaced on timeout.CODE
LOW…/functional/test_live_channel_feishu_platform_smoke.py291 except Exception as exc:CODE
LOW…/functional/test_live_channel_feishu_platform_smoke.py459 except Exception as exc:CODE
LOWtests/functional/test_gateway_llm_e2e.py51 except Exception as exc: # noqa: BLE001 - surfaced on timeout.CODE
LOWtests/functional/test_gateway_compaction_e2e.py43 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
LOWscripts/live_provider_profile_smoke.py231 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_profile_smoke.py270 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_profile_smoke.py317 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticCODE
LOWscripts/live_provider_thinking_smoke.py195 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticsCODE
LOWscripts/live_provider_thinking_smoke.py282 except Exception as exc: # noqa: BLE001 - smoke reports compact diagnosticsCODE
LOWscripts/bench_tui_replay.py296 except Exception as exc: # pragma: no cover - summarized for CLI evidence.CODE
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.py508 except Exception as exc: # noqa: BLE001 - compact E2E diagnosticSTRING
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
LOWscripts/live_openrouter_prompt_cache_smoke.py154 except Exception as exc: # pragma: no cover - live diagnostic pathCODE
LOWscripts/compare_meta_skill_openclaw_lifestyle.py429 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw_lifestyle.py485 except Exception as exc:CODE
LOWscripts/compare_meta_skill_openclaw_lifestyle.py686 except Exception as exc:CODE
LOWscripts/experiments/exp_run.py84 except Exception as exc: # pragma: no cover - defensive ledger cleanup pathCODE
LOWscripts/experiments/check_docker_image_lock.py90 except Exception as exc:CODE
LOWsrc/opensquilla/gateway_client.py119 except Exception:CODE
LOWsrc/opensquilla/gateway_client.py142 except Exception as exc:CODE
LOWsrc/opensquilla/gateway_client.py222 except Exception as exc:CODE
LOWsrc/opensquilla/gateway_client.py234 except Exception as exc:CODE
MEDIUMsrc/opensquilla/gateway_client.py205def _listen(self) -> None:CODE
LOWsrc/opensquilla/subprocess_encoding.py46 except Exception:CODE
LOWsrc/opensquilla/asyncio_utils.py14 except Exception:CODE
LOWsrc/opensquilla/context_budget.py90 except Exception: # noqa: BLE001 - tests may pass lightweight config doublesCODE
LOWsrc/opensquilla/attachment_workspace.py152 except Exception as exc: # noqa: BLE001 - materialization is best-effortCODE
LOWsrc/opensquilla/attachment_workspace.py196 except Exception as exc: # noqa: BLE001 - materialization is best-effortCODE
LOWsrc/opensquilla/artifacts.py634 except Exception:CODE
LOWsrc/opensquilla/tools/source_diff_candidates.py207 except Exception:CODE
LOWsrc/opensquilla/tools/source_diff_candidates.py235 except Exception:CODE
LOWsrc/opensquilla/tools/source_diff_preservation.py116 except Exception:CODE
961 more matches not shown…
Deep Nesting494 hits · 388 pts
SeverityFileLineSnippetContext
LOWtests/test_skills_provenance_contract.py14CODE
LOWtests/test_skills_third_party_notices.py72CODE
LOWtests/test_tools/test_registry_visibility_boundary.py83CODE
LOWtests/test_tools/test_policy_runtime_boundary.py48CODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py95CODE
LOWtests/test_tools/test_dispatch_legacy_coverage.py110CODE
LOWtests/test_tools/test_policy_config_boundary.py48CODE
LOW…/integration/cli/tui_real_terminal/fake_opentui_app.py36CODE
LOWtests/integration/cli/tui_real_terminal/replay.py17CODE
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.py671CODE
LOWtests/test_skills/test_meta_mvp.py3609CODE
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.py57CODE
LOWtests/test_ci/test_architecture_import_contracts.py229CODE
LOWtests/test_engine/test_router_calibration.py282CODE
LOWtests/test_engine/test_tool_result_store_offloop.py96CODE
LOWtests/test_engine/test_tool_result_store_offloop.py116CODE
LOWtests/test_engine/test_provider_history_dedup.py173CODE
LOWtests/test_engine/test_runtime_diagnostics.py82CODE
LOW…_engine/test_agent_usage_tracker_billed_propagation.py77CODE
LOWtests/live/test_web_search_agent_e2e.py54CODE
LOWtests/live/test_web_search_agent_e2e.py61CODE
LOWtests/test_sandbox/test_path_access.py35CODE
LOWtests/test_sandbox/test_web_chat_run_mode_default.py20CODE
LOWtests/test_gateway/test_update_endpoint.py96CODE
LOWtests/test_gateway/test_boot_dream_cron.py64CODE
LOWtests/test_gateway/test_chat_view_static.py566CODE
LOWtests/test_recovery/test_historical_upgrades.py76CODE
LOWtests/test_mcp_server/test_protocol_smoke.py38CODE
LOWtests/test_mcp_server/test_bridge.py212CODE
LOWtests/test_provider/test_stream_goldens.py287CODE
LOWtests/functional/test_webui_browser_chat_e2e.py4520CODE
LOW…st_gateway_non_image_attachment_materialization_e2e.py268CODE
LOW…/functional/test_live_channel_feishu_platform_smoke.py258CODE
LOWtests/functional/test_gateway_attachment_history_e2e.py225CODE
LOWscripts/refresh_models_dev_snapshot.py97CODE
LOWscripts/live_provider_profile_smoke.py275CODE
LOWscripts/live_provider_thinking_smoke.py200CODE
LOWscripts/bench_tui_replay.py199CODE
LOWscripts/bench_tui_replay.py251CODE
LOWscripts/smoke_v4_phase3_router.py1047CODE
LOWscripts/smoke_v4_phase3_router.py1207CODE
LOWscripts/smoke_v4_phase3_router.py1298CODE
LOWscripts/smoke_v4_phase3_router.py1484CODE
LOWscripts/live_long_context_chat_smoke.py85CODE
LOWscripts/live_provider_profile_gateway_e2e.py402CODE
LOWscripts/live_codex_smoke.py34CODE
434 more matches not shown…
Over-Commented Block515 hits · 303 pts
SeverityFileLineSnippetContext
LOWcompose.yaml1services:COMMENT
LOWcompose.yaml21 volumes:COMMENT
LOWtests/test_tools/test_dispatch_properties.py401COMMENT
LOWtests/test_ci/test_architecture_import_contracts.py41 ("cli", "skills"),COMMENT
LOWtests/test_contracts/test_onboarding_status.py61 "warnings",COMMENT
LOWtests/test_persistence/test_schema_convergence.py21COMMENT
LOWtests/test_provider/test_spec_substrate.py21 "ovms",COMMENT
LOWtests/test_provider/test_reasoning_dialects.py21 ReasoningEnableArgs,COMMENT
LOWtests/test_provider/golden/_harness.py61COMPAT_THINKING_MODELS: dict[str, tuple[str, str]] = {COMMENT
LOWdesktop/electron/src/main.ts441 OPENSQUILLA_DESKTOP: '1',COMMENT
LOWdesktop/electron/src/main.ts7021 })COMMENT
LOWdesktop/electron/src/main.ts7181 }COMMENT
LOWdesktop/electron/src/desktop-locale.ts21 // compatibility with legacy locale strings, but let Intl.Locale rejectCOMMENT
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.vue501const themeMenuOpen = ref(false)COMMENT
LOWopensquilla-webui/src/App.vue1041function handleKeydown(e: KeyboardEvent) {COMMENT
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
LOW…uilla-webui/src/composables/chat/useChatShareExport.ts401 #${SHARE_STAGE_ID} .msg-ai-text h3,COMMENT
LOW…quilla-webui/src/composables/setup/settingsSections.ts1// Canonical list of Settings rail sections, kept in a standalone module so bothCOMMENT
LOW…la-webui/src/composables/setup/useSetupEnsembleForm.ts1import { computed, ref, type ComputedRef } from 'vue'COMMENT
LOWopensquilla-webui/src/components/UpdateBanner.vue1<script setup lang="ts">COMMENT
LOWopensquilla-webui/src/components/ControlSwitch.vue1<script setup lang="ts">COMMENT
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
LOWscripts/install_source.sh1#!/usr/bin/env bashCOMMENT
LOW.github/workflows/docker-image.yml1name: Container ImagesCOMMENT
LOWsrc/opensquilla/identity/types.py61 agents_doc: AgentsDocument | None = NoneCOMMENT
LOWsrc/opensquilla/contracts/attachments.py101IMAGE_ATTACHMENT_BYTES = 5 * 1024 * 1024COMMENT
LOWsrc/opensquilla/provider/registry.py21# env_key is declared — local runtimes plus the generic self-hostedCOMMENT
LOWsrc/opensquilla/provider/registry.py81 compat: OpenAICompatPolicy = field(default_factory=OpenAICompatPolicy)COMMENT
LOWsrc/opensquilla/provider/openai.py2141 self._provider_kind = provider_kindCOMMENT
LOWsrc/opensquilla/provider/model_catalog.py41# and the packaged corrections, so the 200k cloud default would make the turnCOMMENT
LOWsrc/opensquilla/provider/ensemble.py1681COMMENT
LOWsrc/opensquilla/provider/catalog_overrides.toml1# catalog_overrides.toml — packaged metadata corrections for the layeredCOMMENT
LOWsrc/opensquilla/provider/catalog_overrides.toml21# quality_prior = 0.7COMMENT
LOWsrc/opensquilla/provider/catalog_overrides.toml41# _STATIC_FALLBACK in src/opensquilla/provider/model_catalog.py (tuples ofCOMMENT
LOWsrc/opensquilla/provider/catalog_overrides.toml121# code branches in ModelCatalog.get_capabilities (model_catalog.py). EachCOMMENT
LOWsrc/opensquilla/cli/onboard_cmd.py581 # idempotent gate did not short-circuit.COMMENT
LOWsrc/opensquilla/cli/tui/opentui/renderer.py121 self._pill_phase = "output"COMMENT
LOWsrc/opensquilla/cli/tui/opentui/bridge.py201 # errors="replace" so a corrupted byte from the host never raises a hardCOMMENT
LOWsrc/opensquilla/cli/tui/adapters/slash_policy.py61)COMMENT
LOWsrc/opensquilla/observability/redact.py21# so it is only attempted at word-run starts: without the anchor the engineCOMMENT
LOWsrc/opensquilla/contrib/codetask/adapter.py201 # of the shared global media root. The tool-result store rescans everyCOMMENT
LOW…squilla/contrib/codetask/data/agent_config/config.toml1# OpenSquilla agent RUN-POLICY template for the code-task host real-repo solver.COMMENT
LOW…squilla/contrib/codetask/data/agent_config/config.toml41 "image*", "tts", "music*", "song*", "voice*", "dubbing*", "audio*",COMMENT
LOW…squilla/contrib/codetask/data/agent_config/config.toml61# Disable model-visible meta-skill resolution for the code-task subprocess.COMMENT
LOW…lla/contrib/swebench/data/container_config/config.toml1# OpenSquilla config for SWE-bench evaluation runs (v0.3.1, router mode).COMMENT
LOWsrc/opensquilla/safety/injection_guard.py61# ---------------------------------------------------------------------------COMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt8161##9COMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt8601##2015COMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt8821##boCOMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt91612019COMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt9341##46COMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt9741##kingCOMMENT
LOW…router/models/v4.2_phase3_inference/bge_onnx/vocab.txt9761##マCOMMENT
455 more matches not shown…
Modern Structural Boilerplate277 hits · 278 pts
SeverityFileLineSnippetContext
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.py42 def set_cancel_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py45 def set_shutdown_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py814 def set_cancel_callback(self, cb) -> None: # noqa: ANN001CODE
LOWtests/unit/cli/tui/test_runtime.py817 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.py35 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.py53 def set_toolbar(self, key: str, value: object | None) -> None:CODE
LOWtests/unit/cli/repl/test_runtime_bridge.py66 def set_cancel_callback(self, cb) -> None:CODE
LOWtests/unit/cli/repl/test_runtime_bridge.py69 def set_shutdown_callback(self, cb) -> None:CODE
LOW…/integration/cli/tui_real_terminal/fake_opentui_app.py107def _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.py409 def _set_pty_size(self) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py55 def set_toolbar(self, key: str, value) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py70 def set_cancel_callback(self, cb) -> None:CODE
LOWtests/test_cli/test_chat_cmd.py73 def set_shutdown_callback(self, cb) -> None:CODE
LOWtests/test_cli/test_migrate_cmd.py29def _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_preflight_compaction.py774 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py915 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_preflight_compaction.py971 def set_history(self, history: list[Any]) -> None:CODE
LOWtests/test_engine/test_runtime_artifacts.py656 def set_history(self, history) -> None:CODE
LOWtests/test_engine/test_t3_upgrade_compaction.py749 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.py667 def set_session_lock_provider(self, provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py742 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py822 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py925 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py159 def set_session_lock_provider(self, _provider: Any) -> None:CODE
LOWtests/test_gateway/test_router_boot.py1030 def set_session_lock_provider(self, _provider: Any) -> None: ...CODE
LOWtests/test_gateway/test_router_boot.py1161 def set_session_lock_provider(self, _provider: Any) -> None: ...CODE
LOWtests/test_gateway/test_rpc_session_services.py22 def set_cached_epoch(self, session_key: str, epoch: int) -> None:CODE
LOWsrc/opensquilla/bootstrap_types.py20__all__ = ["BootstrapFileReport"]CODE
LOWsrc/opensquilla/__init__.py16__all__ = ["__version__"]CODE
LOWsrc/opensquilla/profile_operation_lock.py13__all__ = ["ProfileOperationLock"]CODE
LOWsrc/opensquilla/tools/boundary.py7__all__ = ["AgentToolHandler", "ToolCall", "ToolResult"]CODE
LOWsrc/opensquilla/tools/run_mode.py55__all__ = [CODE
LOWsrc/opensquilla/tools/dispatch.py75__all__ = ["build_tool_handler", "preflight_tool_call"]CODE
LOWsrc/opensquilla/tools/__init__.py13__all__ = [CODE
LOWsrc/opensquilla/tools/builtin/sessions.py82def set_session_manager(mgr: object) -> None:CODE
LOWsrc/opensquilla/tools/builtin/sessions.py88def set_task_runtime(runtime: object | None) -> None:CODE
LOWsrc/opensquilla/tools/builtin/sessions.py94def set_gateway_config(config: object | None) -> None:CODE
LOWsrc/opensquilla/tools/builtin/agents.py22def set_agent_registry(registry: object | None) -> None:CODE
LOWsrc/opensquilla/tools/builtin/admin.py78def set_scheduler(engine: _SchedulerProtocol) -> None:CODE
LOWsrc/opensquilla/tools/builtin/admin.py84def set_gateway_config(config: object) -> None:CODE
LOWsrc/opensquilla/tools/builtin/shell_policy.py161def set_policy(policy: SafeBinPolicy) -> None:CODE
LOWsrc/opensquilla/tools/policy/__init__.py29__all__ = [CODE
LOWsrc/opensquilla/compat/__init__.py5__all__ = ["aiosqlite"]CODE
LOWsrc/opensquilla/memory/session_flush.py1712logger = logging.getLogger(__name__)CODE
217 more matches not shown…
AI Slop Vocabulary49 hits · 161 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_tools/test_dispatch_equivalence.py170# Async harness runnerCOMMENT
MEDIUM…/integration/cli/tui_real_terminal/fake_opentui_app.py62 # Mirror the real turn shape so the harness exercises all three blockCOMMENT
MEDIUM…/integration/cli/tui_real_terminal/fake_opentui_app.py89 # Echo the submitted input back so the harness can prove a multi-lineCOMMENT
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.py22 # opensquilla swebench CLI drives the contrib SWE-bench harness (lazy import).COMMENT
MEDIUMtests/test_ci/test_architecture_import_contracts.py77 # The measurement-only eval harness observes providers (and pricing) throughCOMMENT
MEDIUMtests/test_engine/test_finalize_evidence_gate.py589# 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.py451 # recording session manager so the harness can pin the system-roleCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py468 # Record memory-capture invocations so the harness can pin callCOMMENT
MEDIUM…gine/turn_runner/test_turn_finalizer_stage_snapshot.py478 # session.keys source (imported lazily by the harness adapter).COMMENT
MEDIUM…n_runner/test_compaction_and_history_stage_snapshot.py32# 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.py400 # 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
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.py388 # 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/contrib/swebench/patch.py64 # Check for non-ASCII filename (git apply / harness can't handle these)COMMENT
MEDIUMsrc/opensquilla/contrib/swebench/evaluate.py75 # The harness writes logs/ and evaluation_results/ into its cwd; keepCOMMENT
MEDIUMsrc/opensquilla/contrib/swebench/workspace.py70 # Default to harness format even if not found (will fail at start)COMMENT
MEDIUMsrc/opensquilla/contrib/swebench/workspace.py174 # commit out of the eval container. SWE-bench harness applies this forCOMMENT
MEDIUMsrc/opensquilla/skills/meta/orchestrator.py1099 # 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.py3126 # Same precedence as the harness catalog adapter: aCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py3259 # this preserves the harness's read-after-streamCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py3266 # Post-stage edge owned by the harness: flush remainingCOMMENT
MEDIUMsrc/opensquilla/engine/runtime.py5682 # Total savings is the comprehensive per-turn estimate used byCOMMENT
MEDIUMsrc/opensquilla/engine/finalize_evidence_gate.py203# approval denials, harness-internal tool errors, cancellations, harnessCOMMENT
MEDIUMsrc/opensquilla/engine/finalize_evidence_gate.py955 # Policy/approval denials, harness-internal tool errors, andCOMMENT
MEDIUM…pensquilla/engine/turn_runner/stream_consumer_stage.py212 # PASSED IN by the harness -- references, not copies.COMMENT
MEDIUM…pensquilla/engine/turn_runner/stream_consumer_stage.py549 # comprehensive score rejects for ensemble turns: the input-priceCOMMENT
MEDIUM…ensquilla/engine/turn_runner/prompt_assembler_stage.py80# TurnRunner. The runtime adapters in ``harness.py`` bind these to theCOMMENT
MEDIUMsrc/opensquilla/engine/turn_runner/context.py89 # Populated by StreamConsumerStage. Written by the harnessCOMMENT
MEDIUMsrc/opensquilla/engine/turn_runner/context.py99 # Populated by TurnFinalizerStage. Written by the harnessCOMMENT
MEDIUM…opensquilla/engine/turn_runner/turn_finalizer_stage.py403# Cost-rollup result -- exposed for equivalence-harness pinningCOMMENT
MEDIUM…opensquilla/engine/turn_runner/turn_finalizer_stage.py481 # 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.py92# the harness accumulates onto TurnContext)COMMENT
MEDIUM…squilla/engine/turn_runner/provider_and_tools_stage.py184 # produces. The harness emits the turn_error trace + persistsCOMMENT
MEDIUM…pensquilla/engine/turn_runner/agent_bootstrap_stage.py300# full TurnRunner. The runtime adapters in ``harness.py`` bind these to theCOMMENT
MEDIUMsrc/opensquilla/gateway/boot.py3657 # setattr (not direct assignment) so this is robust to uvicorn type stubsCOMMENT
Modern AI Meta-Vocabulary47 hits · 132 pts
SeverityFileLineSnippetContext
MEDIUMCONTRIBUTORS.md66| [@HuaXiawithMoon](https://github.com/HuaXiawithMoon) | Kept `code-task` build scaffolding non-interactive by switchingCODE
MEDIUMtests/test_provider_model_catalog.py370 # max_tokens cannot exceed the (smaller) local context window.COMMENT
MEDIUMtests/test_skills_default_prompt_contract.py257 # 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.py86# --- empty/unborn source repo: build mode scaffolding from scratch ---COMMENT
MEDIUMtests/test_engine/test_routing_policy_stages.py393 # 40% of the context window kicks in below the absolute c3 floor.COMMENT
MEDIUMtests/test_gateway/test_agents_view_static.py189 # Drawer scaffolding.COMMENT
MEDIUMtests/test_gateway/test_agents_view_static.py195 # Combobox scaffolding.COMMENT
MEDIUMtests/test_gateway/test_chat_view_static.py2998 # base look attribute-free. A documented CSS scaffold marks the extensionCOMMENT
MEDIUMtests/test_onboarding/test_flow_provider_verify.py108 # The context window rides the label; a zero window keeps a bare id row;COMMENT
MEDIUMscripts/_gen_meta_short_drama.py592 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUMsrc/opensquilla/provider/openai.py1537 # Keep the initial user task pinned. In long agentic coding loops, spending all remainingCOMMENT
MEDIUMsrc/opensquilla/provider/model_catalog.py719 # Clamp to context window. Some provider catalogs report a model'sCOMMENT
MEDIUMsrc/opensquilla/provider/model_catalog.py720 # max_completion_tokens as almost the entire context window; using thatCOMMENT
MEDIUMsrc/opensquilla/provider/ollama.py33# Default to a context window large enough for real agent turns; callers canCOMMENT
MEDIUMsrc/opensquilla/cli/tui/opentui/surface.py388 # The readiness sentinel is harness scaffolding (tmux drivers wait forCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py50# Appended to any scaffold-stage failure so a stuck/opaque bootstrap (issueCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py51# #470) names its likely cause and the fix. The built-in scaffold shells out toCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py216 # From-scratch app build: no repo needed; we scaffold a workspace repo.COMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py283 # From-scratch app build: scaffold into a DURABLE workspace repo so theCOMMENT
MEDIUMsrc/opensquilla/contrib/codetask/runner.py337 # 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…lla/contrib/swebench/data/container_config/config.toml52 # Inter-session / multi-agent orchestration — single isolated run.COMMENT
MEDIUM…lla/contrib/swebench/data/container_config/config.toml52 # 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/types.py108 # 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.py219 # Optional request scaffold used by the P0-2 pre-flight previewCOMMENT
MEDIUMsrc/opensquilla/skills/meta/orchestrator.py1100 # Production orchestration uses its existing inline builders.COMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1175 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1237 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1299 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1361 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1423 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1485 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1547 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1609 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1671 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…c/opensquilla/skills/bundled/meta-short-drama/SKILL.md1733 # __SHOT_ABSENT__, units like "10s", chain-of-thought text). ACOMMENT
MEDIUM…uilla/skills/bundled/meta-kid-project-planner/SKILL.md959## 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.py423 # Explicit config override for the model context window. Zero (theCOMMENT
MEDIUMsrc/opensquilla/gateway/boot.py2937 # ── TurnRunner (shared agent orchestration layer) ────────────────COMMENT
MEDIUMsrc/opensquilla/session/models.py156 # Agent id for multi-agent supportCOMMENT
MEDIUMsrc/opensquilla/session/compaction.py353 # still fits the context window. The default token-budget path retains itsCOMMENT
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.py273 "opensquilla providers configure openrouter --api-key YOUR_API_KEY"CODE
HIGHtests/test_health/test_evaluator.py363 "opensquilla providers configure openrouter --api-key YOUR_API_KEY",CODE
HIGHtests/test_health/test_evaluator.py908 "opensquilla configure image-generation --image-provider openai --api-key YOUR_API_KEY",CODE
HIGHtests/test_health/test_evaluator.py981 "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.py385 assert commands == ["opensquilla providers configure openrouter --api-key YOUR_API_KEY"]CODE
HIGHtests/test_cli/test_doctor_cmd.py38 "--api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py185 "opensquilla providers configure openrouter --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.py236 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py531 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHtests/test_cli/test_doctor_cmd.py576 "--search-provider brave --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py659 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py675 "opensquilla providers configure openrouter --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py756 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_cli/test_doctor_cmd.py808 "--image-provider openai --api-key YOUR_API_KEY"CODE
HIGHtests/test_gateway/test_rpc_doctor.py186 "opensquilla providers configure openrouter --api-key YOUR_API_KEY "CODE
HIGHsrc/opensquilla/health/evaluator.py21_API_KEY_PLACEHOLDER = "YOUR_API_KEY"CODE
HIGHsrc/opensquilla/cli/doctor_cmd.py24_API_KEY_PLACEHOLDER = "YOUR_API_KEY"CODE
Cross-File Repetition18 hits · 90 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
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
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
Dead Code51 hits · 88 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_meta_skill_run_announce.py64CODE
MEDIUMtests/test_meta_skill_step_events.py58CODE
MEDIUMtests/test_meta_skill_step_events.py426CODE
MEDIUMtests/unit/cli/tui/test_opentui_notice_capture.py162CODE
MEDIUMtests/unit/cli/repl/test_slash_adapter.py68CODE
MEDIUMtests/test_channels/test_feishu_send_file.py312CODE
MEDIUMtests/test_channels/test_channel_attachment_metadata.py266CODE
MEDIUMtests/test_cli/test_chat_cmd.py1940CODE
MEDIUMtests/test_cli/test_chat_cmd.py1971CODE
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.py113CODE
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.py45CODE
MEDIUMtests/test_skills/test_meta_paused_scheduler.py154CODE
MEDIUMtests/test_skills/test_meta_paused_scheduler.py219CODE
MEDIUMtests/test_skills/test_meta_mvp.py1875CODE
MEDIUMtests/test_skills/test_meta_mvp.py1919CODE
MEDIUMtests/test_skills/test_meta_mvp.py1966CODE
MEDIUMtests/test_skills/test_meta_mvp.py2013CODE
MEDIUMtests/test_skills/test_meta_mvp.py2046CODE
MEDIUMtests/test_skills/test_meta_mvp.py2095CODE
MEDIUMtests/test_skills/test_meta_mvp.py2141CODE
MEDIUMtests/test_skills/test_meta_mvp.py2196CODE
MEDIUMtests/test_skills/test_meta_mvp.py2242CODE
MEDIUMtests/test_skills/test_meta_mvp.py2340CODE
MEDIUMtests/test_skills/test_meta_mvp.py2790CODE
MEDIUMtests/test_skills/test_meta_mvp.py2840CODE
MEDIUMtests/test_skills/test_meta_mvp.py2877CODE
MEDIUMtests/test_skills/test_meta_mvp.py3076CODE
MEDIUMtests/test_skills/test_meta_mvp.py3116CODE
MEDIUMtests/test_skills/test_meta_mvp.py3196CODE
MEDIUMtests/test_skills/test_meta_mvp.py3512CODE
MEDIUMtests/test_skills/test_meta_mvp.py3574CODE
MEDIUMtests/test_skills/test_meta_mvp.py3699CODE
MEDIUMtests/test_skills/test_meta_mvp.py3744CODE
MEDIUMtests/test_engine/test_vision_followup_gate.py69CODE
MEDIUMtests/test_engine/test_provider_history_dedup.py39CODE
MEDIUMtests/test_engine/test_agent_llm_budget.py3158CODE
MEDIUMtests/test_engine/test_meta_launch_marker.py37CODE
MEDIUM…ts/test_engine/test_provider_context_block_feedback.py47CODE
MEDIUM…t_engine/turn_runner/test_attachment_stage_snapshot.py107CODE
MEDIUMtests/test_onboarding/test_provider_probe.py142CODE
MEDIUM…la/skills/bundled/skill-creator-linter/scripts/lint.py188CODE
AI Structural Patterns92 hits · 78 pts
SeverityFileLineSnippetContext
LOWtests/test_skills/test_meta_mvp.py43CODE
LOWtests/test_engine/test_t3_upgrade_compaction.py234CODE
LOW…ne/turn_runner/test_prompt_assembler_stage_snapshot.py194CODE
LOW…ine/turn_runner/test_agent_bootstrap_stage_snapshot.py243CODE
LOW…t_engine/turn_runner/test_turn_finalizer_stage_unit.py175CODE
LOW…_engine/turn_runner/test_agent_bootstrap_stage_unit.py181CODE
LOW…engine/turn_runner/test_prompt_assembler_stage_unit.py203CODE
LOWtests/test_gateway/test_rpc_sessions.py152CODE
LOWscripts/live_meta_skill_creator_e2e.py47CODE
LOWscripts/experiments/analyze_tool_compression.py953CODE
LOWsrc/opensquilla/result_budget.py159CODE
LOWsrc/opensquilla/tools/registry.py391CODE
LOWsrc/opensquilla/tools/registry.py420CODE
LOWsrc/opensquilla/tools/registry.py449CODE
LOWsrc/opensquilla/tools/rpc_payload.py49CODE
LOWsrc/opensquilla/tools/rpc_payload.py86CODE
LOWsrc/opensquilla/tools/builtin/media.py1852CODE
LOWsrc/opensquilla/tools/builtin/media.py1961CODE
LOWsrc/opensquilla/tools/builtin/web.py768CODE
LOWsrc/opensquilla/tools/builtin/web.py1076CODE
LOWsrc/opensquilla/tools/builtin/admin.py270CODE
LOWsrc/opensquilla/tools/builtin/admin.py40CODE
LOWsrc/opensquilla/tools/builtin/tool_results.py476CODE
LOWsrc/opensquilla/memory/session_flush.py1961CODE
LOWsrc/opensquilla/memory/session_flush.py2219CODE
LOWsrc/opensquilla/memory/retrieval.py160CODE
LOWsrc/opensquilla/identity/prompt.py22CODE
LOWsrc/opensquilla/provider/registry.py123CODE
LOWsrc/opensquilla/provider/trace_recorder.py114CODE
LOWsrc/opensquilla/provider/openai.py2116CODE
LOWsrc/opensquilla/provider/ensemble.py495CODE
LOWsrc/opensquilla/scheduler/handlers.py496CODE
LOWsrc/opensquilla/scheduler/ops.py126CODE
LOWsrc/opensquilla/scheduler/engine.py112CODE
LOWsrc/opensquilla/agents/registry.py50CODE
LOWsrc/opensquilla/cli/codetask_cmd.py152CODE
LOWsrc/opensquilla/cli/agent_cmd.py120CODE
LOWsrc/opensquilla/cli/agent_cmd.py724CODE
LOWsrc/opensquilla/cli/migrate_cmd.py279CODE
LOWsrc/opensquilla/cli/migrate_cmd.py847CODE
LOWsrc/opensquilla/cli/migrate_cmd.py1001CODE
LOWsrc/opensquilla/cli/migrate_cmd.py1098CODE
LOWsrc/opensquilla/cli/swebench_cmd.py112CODE
LOWsrc/opensquilla/cli/gateway_lifecycle.py445CODE
LOWsrc/opensquilla/cli/uninstall_cmd.py38CODE
LOWsrc/opensquilla/cli/search_cmd.py119CODE
LOWsrc/opensquilla/cli/search_cmd.py416CODE
LOWsrc/opensquilla/cli/cron_cmd.py433CODE
LOWsrc/opensquilla/cli/cron_cmd.py676CODE
LOWsrc/opensquilla/cli/memory_flush_cmd.py193CODE
LOWsrc/opensquilla/cli/memory_flush_cmd.py294CODE
LOWsrc/opensquilla/cli/ensemble_cmd.py114CODE
LOWsrc/opensquilla/cli/recovery_cmd.py448CODE
LOWsrc/opensquilla/cli/main.py903CODE
LOWsrc/opensquilla/cli/onboard_cmd.py494CODE
LOWsrc/opensquilla/cli/onboard_cmd.py1347CODE
LOWsrc/opensquilla/cli/chat/turn_stream.py154CODE
LOW…c/opensquilla/cli/tui/adapters/turn_stream_defaults.py111CODE
LOWsrc/opensquilla/cli/tui/adapters/runtime_bridge.py379CODE
LOWsrc/opensquilla/observability/trace.py60CODE
32 more matches not shown…
Fake / Example Data52 hits · 53 pts
SeverityFileLineSnippetContext
LOWtests/test_health/test_recovery_commands.py26 "YOUR_API_KEY": "dummy-key",CODE
LOWtests/unit/cli/tui/test_opentui_surface.py330 "placeholder": "send a message",CODE
LOWtests/test_cli/test_models_probe.py41 api_key = "sk-test-dummy-key"STRING
LOWtests/test_cli/test_models_probe.py237 api_key = "sk-test-dummy-key"STRING
LOWtests/test_cli/test_models_probe.py285 api_key = "sk-test-dummy-key"STRING
LOWtests/test_skills/test_history_explorer.py53 assert "no history" in out["placeholder"].lower()CODE
LOWtests/test_engine/test_agent_llm_budget.py3511 big_output = ("synthetic log line: lorem ipsum dolor sit amet 0123456789\n" * 700)[:40_000]CODE
LOWtests/test_engine/test_agent_llm_budget.py3511 big_output = ("synthetic log line: lorem ipsum dolor sit amet 0123456789\n" * 700)[:40_000]CODE
LOWtests/test_onboarding/test_channel_specs.py218 assert fields["app_secret"]["placeholder"]CODE
LOWtests/test_onboarding/test_channel_specs.py329 "text": "dummy-value",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/src/locales/ja.json883 "placeholder": "セッションを検索…",CODE
LOWopensquilla-webui/src/locales/ja.json926 "placeholder": "新しいタスクを開始…",CODE
LOWopensquilla-webui/src/locales/ja.json1807 "placeholder": "メッセージを送信...",CODE
LOWopensquilla-webui/src/locales/ja.json2144 "placeholder": "ページ、アクション、会話を検索…",CODE
LOWopensquilla-webui/src/locales/de.json883 "placeholder": "Sitzungen durchsuchen…",CODE
LOWopensquilla-webui/src/locales/de.json926 "placeholder": "Eine neue Aufgabe starten…",CODE
LOWopensquilla-webui/src/locales/de.json1807 "placeholder": "Eine Nachricht senden...",CODE
LOWopensquilla-webui/src/locales/de.json2144 "placeholder": "Seiten, Aktionen und Unterhaltungen durchsuchen…",CODE
LOWopensquilla-webui/src/locales/en.json883 "placeholder": "Search sessions…",CODE
LOWopensquilla-webui/src/locales/en.json926 "placeholder": "Start a new task…",CODE
LOWopensquilla-webui/src/locales/en.json1807 "placeholder": "Send a message...",CODE
LOWopensquilla-webui/src/locales/en.json2144 "placeholder": "Search pages, actions, and conversations…",CODE
LOWopensquilla-webui/src/locales/zh-Hans.json883 "placeholder": "搜索会话…",CODE
LOWopensquilla-webui/src/locales/zh-Hans.json926 "placeholder": "开始一项新任务…",CODE
LOWopensquilla-webui/src/locales/zh-Hans.json1807 "placeholder": "发送消息……",CODE
LOWopensquilla-webui/src/locales/zh-Hans.json2144 "placeholder": "搜索页面、操作和会话…",CODE
LOWopensquilla-webui/src/locales/fr.json883 "placeholder": "Rechercher des sessions…",CODE
LOWopensquilla-webui/src/locales/fr.json926 "placeholder": "Démarrer une nouvelle tâche…",CODE
LOWopensquilla-webui/src/locales/fr.json1807 "placeholder": "Envoyer un message...",CODE
LOWopensquilla-webui/src/locales/fr.json2144 "placeholder": "Rechercher des pages, des actions et des conversations…",CODE
LOWopensquilla-webui/src/locales/es.json883 "placeholder": "Buscar sesiones…",CODE
LOWopensquilla-webui/src/locales/es.json926 "placeholder": "Inicia una nueva tarea…",CODE
LOWopensquilla-webui/src/locales/es.json1807 "placeholder": "Envía un mensaje...",CODE
LOWopensquilla-webui/src/locales/es.json2144 "placeholder": "Buscar páginas, acciones y conversaciones…",CODE
LOWopensquilla-webui/src/components/SetupField.vue39 :placeholder="placeholder"CODE
LOWopensquilla-webui/src/components/chat/ChatComposer.vue36 :placeholder="placeholder"CODE
LOWscripts/compare_meta_skill_openclaw.py128 r"placeholder",CODE
LOW…lla/skills/bundled/history-explorer/scripts/explore.py166 result["placeholder"] = "no history available; downstream should rely on user intent only"CODE
LOWsrc/opensquilla/skills/bundled/docx/SKILL.md103 {"op": "replace_text", "find": "{{CLIENT}}", "with": "Acme Corp"}CODE
LOW…skills/bundled/html-coder/references/add-javascript.md339 data-user-name="John Doe"CODE
LOW…skills/bundled/html-coder/references/add-javascript.md349 console.log(btn.dataset.userName); // "John Doe"CODE
LOW…lls/bundled/html-coder/references/global-attributes.md135 data-author="John Doe"CODE
LOW…lls/bundled/html-coder/references/global-attributes.md661 data-author="John Doe"CODE
LOWsrc/opensquilla/onboarding/channel_specs.py440 "placeholder": f.placeholder,CODE
LOWsrc/opensquilla/gateway/channel_dispatch.py1803 "placeholder": placeholder,CODE
LOWsrc/opensquilla/gateway/channel_dispatch.py1810 "placeholder": placeholder,CODE
LOWsrc/opensquilla/gateway/channel_dispatch.py1819 "placeholder": placeholder,CODE
LOWsrc/opensquilla/gateway/static/js/views/chat.js2613 if (_textarea.getAttribute('placeholder') !== want) {CODE
LOWsrc/opensquilla/gateway/static/js/views/chat.js2614 _textarea.setAttribute('placeholder', want);CODE
LOWsrc/opensquilla/channels/stream_policy.py52 if override in {"typing_final", "typing", "typing_indicator", "placeholder"}:CODE
Structural Annotation Overuse27 hits · 39 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.py69 # Step 1: clear stale RUNNING jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py80 # Step 2: collect missed jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py91 # Step 3: first max_catchup jobs — run with staggerCOMMENT
LOWsrc/opensquilla/scheduler/timer.py122 # Step 4: fast-forward remaining (except AT one-shots). Delegates toCOMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py1611 # Step 1: schema-declared defaults form the baseline.COMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py1620 # Step 2: user-supplied values win over defaults (and unknown keysCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md227### Step 1: Understanding the Skill with Concrete ExamplesCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md244### Step 2: Planning the Reusable Skill ContentsCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md268### Step 3: Initializing the SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md306### Step 4: Edit the SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md347### Step 5: Packaging a SkillCOMMENT
LOWsrc/opensquilla/skills/bundled/skill-creator/SKILL.md375### 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.py980 # Step 2: carry forward boot-generated secrets the disk cannot restore.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py991 # Step 3: selector sync on the candidate BEFORE the in-place swap.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1002 # Step 4: swap values + runtime-secret markers into the live config.COMMENT
LOWsrc/opensquilla/gateway/websocket.py559 # Step 1: Send connect.challengeCOMMENT
LOWsrc/opensquilla/gateway/websocket.py566 # Step 2: Pre-auth timeout — client must send connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py577 # Step 3: Parse the connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py601 # Step 4: Resolve auth via server-side ScopeResolverCOMMENT
LOWsrc/opensquilla/gateway/websocket.py619 # Step 5: Negotiate protocol versionCOMMENT
LOWsrc/opensquilla/gateway/websocket.py633 # Step 6: Send HelloOkCOMMENT
LOWsrc/opensquilla/gateway/websocket.py679 # Step 7: Main message loopCOMMENT
Verbosity Indicators21 hits · 30 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.py69 # Step 1: clear stale RUNNING jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py80 # Step 2: collect missed jobsCOMMENT
LOWsrc/opensquilla/scheduler/timer.py91 # Step 3: first max_catchup jobs — run with staggerCOMMENT
LOWsrc/opensquilla/scheduler/timer.py122 # Step 4: fast-forward remaining (except AT one-shots). Delegates toCOMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py1611 # Step 1: schema-declared defaults form the baseline.COMMENT
LOWsrc/opensquilla/skills/meta/orchestrator.py1620 # 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.py980 # Step 2: carry forward boot-generated secrets the disk cannot restore.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py991 # Step 3: selector sync on the candidate BEFORE the in-place swap.COMMENT
LOWsrc/opensquilla/gateway/rpc_config.py1002 # Step 4: swap values + runtime-secret markers into the live config.COMMENT
LOWsrc/opensquilla/gateway/websocket.py559 # Step 1: Send connect.challengeCOMMENT
LOWsrc/opensquilla/gateway/websocket.py566 # Step 2: Pre-auth timeout — client must send connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py577 # Step 3: Parse the connect requestCOMMENT
LOWsrc/opensquilla/gateway/websocket.py601 # Step 4: Resolve auth via server-side ScopeResolverCOMMENT
LOWsrc/opensquilla/gateway/websocket.py619 # Step 5: Negotiate protocol versionCOMMENT
LOWsrc/opensquilla/gateway/websocket.py633 # Step 6: Send HelloOkCOMMENT
LOWsrc/opensquilla/gateway/websocket.py679 # Step 7: Main message loopCOMMENT
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHscripts/_gen_meta_short_drama.py15--- name: meta-short-drama description: "Use this meta-skill instead of answering directly when the current user asks toSTRING
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
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMsrc/opensquilla/recovery/cleanup.py936 # Creating the persistent compatibility lock changes only itsCOMMENT
MEDIUMsrc/opensquilla/engine/subagent.py141 # Create a dummy completed task as placeholderCOMMENT
MEDIUMsrc/opensquilla/session/manager.py569 # Create the file owner-only (0600) so the raw transcript is neverCOMMENT
Redundant / Tautological Comments5 hits · 6 pts
SeverityFileLineSnippetContext
LOWtests/test_readme_links.py56 # Check if file exists at repo rootCOMMENT
LOWsrc/opensquilla/memory/store.py684 # Check if file changedCOMMENT
LOWsrc/opensquilla/contrib/swebench/patch.py57 # Check if this file should be removedCOMMENT
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
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/test_tools/test_source_edit_tools.py334 "def helper(value):\n"CODE
LOWtests/test_tools/test_source_edit_tools.py349 "preview": "def helper(value):",CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…ensquilla/skills/bundled/pptx/scripts/render_thumbs.sh7# Usage:COMMENT