Repository Analysis

HKUDS/CLI-Anything

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

47.3 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of HKUDS/CLI-Anything, a Python project with 45,283 GitHub stars. SynthScan v2.0 examined 417,308 lines of code across 1791 source files, recording 9482 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 47.3 places this repository in the Strong 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).

47.3
Adjusted Score
47.3
Raw Score
100%
Time Factor
2026-07-09
Last Push
45.3K
Stars
Python
Language
417.3K
Lines of Code
1.8K
Files
9.5K
Pattern Hits
2026-07-14
Scan Date
0.69
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 1HIGH 1226MEDIUM 2908LOW 5347

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 9482 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.

Decorative Section Separators2729 hits · 8589 pts
SeverityFileLineSnippetContext
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py25# ── ANSI color codes (no external deps for core styling) ──────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py63# ── Brand icon ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py69# ── Box drawing characters ────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py186 # ── Banner ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py245 # ── Prompt ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py339 # ── Messages ──────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py371 # ── Status display ────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py412 # ── Table display ─────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py462 # ── Help display ──────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py478 # ── Goodbye ───────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py484 # ── Prompt toolkit session factory ────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py531 # ── Toolbar builder ───────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/openrefine/utils/repl_skin.py554# ── ANSI 256-color to hex mapping (for prompt_toolkit styles) ─────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py61# ── Main CLI Group ──────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py80# ── Transcribe ──────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py106# ── Subtitle ────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py146# ── Synthesize ──────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py178# ── Process (full pipeline) ─────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py221# ── Styles ──────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py233# ── Review ──────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py258# ── Config ──────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py288# ── Download ────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py299# ── Session ─────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py315# ── REPL ────────────────────────────────────────────────────────COMMENT
MEDIUM…ness/cli_anything/videocaptioner/videocaptioner_cli.py376# ── Entry Point ─────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py24# ── ANSI color codes (no external deps for core styling) ──────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py61# ── Brand icon ────────────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py67# ── Box drawing characters ────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py143 # ── Banner ────────────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py177 # ── Prompt ────────────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py271 # ── Messages ──────────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py303 # ── Status display ────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py344 # ── Table display ─────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py394 # ── Help display ──────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py410 # ── Goodbye ───────────────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py416 # ── Prompt toolkit session factory ────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py463 # ── Toolbar builder ───────────────────────────────────────────────COMMENT
MEDIUM…harness/cli_anything/videocaptioner/utils/repl_skin.py486# ── ANSI 256-color to hex mapping (for prompt_toolkit styles) ─────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py25# ── ANSI color codes (no external deps for core styling) ──────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py63# ── Brand icon ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py69# ── Box drawing characters ────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py186 # ── Banner ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py245 # ── Prompt ────────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py339 # ── Messages ──────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py371 # ── Status display ────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py412 # ── Table display ─────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py462 # ── Help display ──────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py478 # ── Goodbye ───────────────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py484 # ── Prompt toolkit session factory ────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py531 # ── Toolbar builder ───────────────────────────────────────────────COMMENT
MEDIUM…ent-harness/cli_anything/obs_studio/utils/repl_skin.py554# ── ANSI 256-color to hex mapping (for prompt_toolkit styles) ─────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py95# ── Main CLI Group ────────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py137# ── Project Commands ──────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py176# ── Transpose Commands ────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py286# ── Parts Commands ────────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py324# ── Export Commands ───────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py388# ── Instruments Commands ──────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py470# ── Media Commands ────────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py507# ── Session Commands ──────────────────────────────────────────────────COMMENT
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py550# ── REPL ──────────────────────────────────────────────────────────────COMMENT
2669 more matches not shown…
Cross-File Repetition1052 hits · 5260 pts
SeverityFileLineSnippetContext
HIGH…ent-harness/cli_anything/openrefine/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/obs_studio/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…gent-harness/cli_anything/musescore/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…-harness/cli_anything/dify_workflow/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/shotcut/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/audacity/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/chromadb/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHcli-anything-plugin/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…n/agent-harness/cli_anything/joplin/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHlldb/agent-harness/cli_anything/lldb/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHsbox/agent-harness/cli_anything/sbox/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ta/agent-harness/cli_anything/krita/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHexa/agent-harness/cli_anything/exa/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/nslogger/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…a/agent-harness/cli_anything/novita/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/openscreen/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…gent-harness/cli_anything/mailchimp/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/eez_studio/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/inkscape/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/freecad/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…o/agent-harness/cli_anything/zotero/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…nt-harness/cli_anything/adguardhome/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…-harness/cli_anything/cloudanalyzer/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/browser/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/seaclip/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHmubu/agent-harness/cli_anything/mubu/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…o/agent-harness/cli_anything/drawio/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/web_yu_pri/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…i/agent-harness/cli_anything/safari/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/iterm2_ctl/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ness/cli_anything/slay_the_spire_ii/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…arness/cli_anything/eth2_quickstart/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/ccswitch/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHzoom/agent-harness/cli_anything/zoom/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…nt-harness/cli_anything/libreoffice/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/intelwatch/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/wavetone/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/obsidian/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/wiremock/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…n/agent-harness/cli_anything/anygen/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…a/agent-harness/cli_anything/ollama/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…s/agent-harness/cli_anything/tigris/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…t-harness/cli_anything/cloudcompare/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…t-harness/cli_anything/unimol_tools/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…n/agent-harness/cli_anything/siyuan/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/kdenlive/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/blender/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…gent-harness/cli_anything/renderdoc/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ot/agent-harness/cli_anything/godot/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHgimp/agent-harness/cli_anything/gimp/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHpm2/agent-harness/cli_anything/pm2/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHrms/agent-harness/cli_anything/rms/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…arness/cli_anything/nsight_graphics/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/calibre/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…harness/cli_anything/unrealinsights/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/threemf/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…agent-harness/cli_anything/macrocli/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGHQGIS/agent-harness/cli_anything/qgis/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…/agent-harness/cli_anything/minimax/utils/repl_skin.py0cli-anything repl skin — unified terminal interface for all cli harnesses. copy this file into your cli package at: cli_STRING
HIGH…ent-harness/cli_anything/openrefine/utils/repl_skin.py0display a path relative to the home directory when possible.STRING
992 more matches not shown…
Hyper-Verbose Identifiers3328 hits · 2875 pts
SeverityFileLineSnippetContext
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py97def test_mass_edit_rejects_empty_edits():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py102def test_mass_edit_stringifies_values():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py108def test_column_addition_shape():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py115def test_column_removal_shape():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py121def test_column_builders_reject_blank(factory, args):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py126def test_save_and_load_operations_roundtrip(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py133def test_load_operations_rejects_non_list(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py140def test_load_operations_rejects_non_object_item(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py154def test_session_to_from_dict_roundtrip():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py159def test_session_load_missing_returns_default(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py163def test_session_save_creates_parent_and_loads(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py169def test_session_effective_base_url_prefers_requested(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py175def test_session_effective_base_url_reuses_session(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py181def test_session_record_clears_future():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py189def test_session_undo_moves_to_future():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py197def test_session_redo_moves_to_history():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py205def test_session_undo_empty_raises():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py210def test_session_redo_empty_raises():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py222def test_extract_project_id_variants(payload, expected):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py226def test_extract_project_id_failure():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py236def test_service_list_projects(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py241def test_service_open_project_persists_session(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py249def test_service_import_file_persists_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py259def test_service_apply_operations_uses_session_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py270def test_service_apply_operations_requires_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py277def test_service_export_writes_output_and_session(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py287def test_service_rows_uses_project_override(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py293def test_service_rows_requires_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py298def test_service_undo_local_when_no_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py305def test_service_redo_local_when_no_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py312def test_service_undo_backend_when_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py320def test_service_redo_backend_when_project(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py333def test_backend_undo_uses_openrefine_undo_id():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py339def test_backend_redo_uses_openrefine_last_done_id():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py345def test_backend_undo_without_history_raises():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py350def test_backend_redo_without_history_raises():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py407def test_cli_ops_text_transform_json(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py416def test_cli_ops_mass_edit_json(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py423def test_cli_ops_mass_edit_bad_mapping(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py429def test_cli_ops_mass_edit_bad_mapping_json_error(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py436def test_cli_ops_add_column_json(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py443def test_cli_ops_remove_column_json(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py450def test_cli_session_show_json_uses_custom_path(tmp_path):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py457def test_cli_default_enters_repl_and_exits():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py464def test_openrefine_error_is_runtime_error():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py77def test_text_transform_shape():CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py85def test_text_transform_rejects_blank(column, expression):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py372def test_repl_to_args_rejects_incomplete_commands(parts):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py377def test_cli_uses_session_base_url_when_not_supplied(tmp_path, monkeypatch):CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py393def test_cli_session_show_invalid_json_uses_json_error(tmp_path):CODE
LOW…ss/cli_anything/openrefine/utils/openrefine_backend.py168def find_openrefine_executable() -> str | None:STRING
LOW…harness/cli_anything/videocaptioner/tests/test_core.py70 def test_compatibility_args_ignored(self, mock_run):CODE
LOW…harness/cli_anything/videocaptioner/tests/test_core.py91 def test_review_script_blocks_before_burn(self, mock_run, mock_review):CODE
LOW…harness/cli_anything/videocaptioner/tests/test_core.py113 def test_compatibility_style_args_ignored(self, mock_run):CODE
LOW…harness/cli_anything/videocaptioner/tests/test_core.py159 def test_review_report_passes_for_matching_script(self, tmp_path):CODE
LOW…harness/cli_anything/videocaptioner/tests/test_core.py170 def test_review_report_flags_mismatch(self, tmp_path):CODE
LOW…harness/cli_anything/videocaptioner/tests/test_core.py182 def test_render_preview_frame(self, mock_run, _mock_which, tmp_path):CODE
LOW…ess/cli_anything/videocaptioner/tests/test_full_e2e.py44 def test_transcribe_missing_file(self):CODE
LOW…ess/cli_anything/videocaptioner/tests/test_full_e2e.py51 def test_subtitle_missing_file(self):CODE
LOW…ess/cli_anything/videocaptioner/tests/test_full_e2e.py58 def test_synthesize_missing_args(self):CODE
3268 more matches not shown…
Unused Imports855 hits · 718 pts
SeverityFileLineSnippetContext
LOW…gent-harness/cli_anything/openrefine/openrefine_cli.py1CODE
LOW…/agent-harness/cli_anything/openrefine/core/session.py1CODE
LOW…ent-harness/cli_anything/openrefine/core/operations.py1CODE
LOW…/agent-harness/cli_anything/openrefine/core/project.py1CODE
LOW…gent-harness/cli_anything/openrefine/tests/conftest.py1CODE
LOW…ent-harness/cli_anything/openrefine/tests/test_core.py1CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py1CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py10CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py14CODE
LOW…ss/cli_anything/openrefine/utils/openrefine_backend.py1CODE
LOW…ness/cli_anything/videocaptioner/videocaptioner_cli.py19CODE
LOW…arness/cli_anything/videocaptioner/utils/vc_backend.py8CODE
LOW…nt-harness/cli_anything/obs_studio/core/transitions.py3CODE
LOW…o/agent-harness/cli_anything/obs_studio/core/scenes.py4CODE
LOW…io/agent-harness/cli_anything/obs_studio/core/audio.py3CODE
LOW…io/agent-harness/cli_anything/obs_studio/core/audio.py4CODE
LOW…/agent-harness/cli_anything/obs_studio/core/filters.py3CODE
LOW…o/agent-harness/cli_anything/obs_studio/core/output.py4CODE
LOW…/agent-harness/cli_anything/obs_studio/core/project.py5CODE
LOW…/agent-harness/cli_anything/obs_studio/core/project.py7CODE
LOW…/agent-harness/cli_anything/obs_studio/core/project.py7CODE
LOW…ent-harness/cli_anything/obs_studio/tests/test_core.py24CODE
LOW…harness/cli_anything/obs_studio/tests/test_full_e2e.py6CODE
LOW…harness/cli_anything/obs_studio/tests/test_full_e2e.py21CODE
LOW…harness/cli_anything/obs_studio/tests/test_full_e2e.py21CODE
LOW…harness/cli_anything/obs_studio/tests/test_full_e2e.py21CODE
LOW…harness/cli_anything/obs_studio/tests/test_full_e2e.py25CODE
LOW…nt-harness/cli_anything/quietshrink/quietshrink_cli.py4CODE
LOW…ent-harness/cli_anything/quietshrink/tests/test_cli.py11CODE
LOW…/agent-harness/cli_anything/musescore/musescore_cli.py17CODE
LOW…/agent-harness/cli_anything/musescore/musescore_cli.py20CODE
LOW…/agent-harness/cli_anything/musescore/musescore_cli.py22CODE
LOW…agent-harness/cli_anything/musescore/core/transpose.py3CODE
LOW…gent-harness/cli_anything/musescore/tests/test_core.py12CODE
LOW…agent-harness/cli_anything/musescore/utils/mscx_xml.py7CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py13CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py14CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py14CODE
LOW…t-harness/cli_anything/firefly_iii/core/recurrences.py6CODE
LOW…i/agent-harness/cli_anything/firefly_iii/core/rules.py6CODE
LOW…agent-harness/cli_anything/firefly_iii/core/budgets.py6CODE
LOW…i/agent-harness/cli_anything/firefly_iii/core/bills.py6CODE
LOW…nt-harness/cli_anything/firefly_iii/tests/test_core.py11CODE
LOW…nt-harness/cli_anything/firefly_iii/utils/repl_skin.py8CODE
LOW…/cli_anything/firefly_iii/utils/firefly_iii_backend.py8CODE
LOW…/cli_anything/firefly_iii/utils/firefly_iii_backend.py9CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py25CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py32CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py33CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/backup.py3CODE
LOW…ve2d/agent-harness/cli_anything/live2d/core/scanner.py4CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/parser.py8CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py5CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py8CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py9CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/linter.py7CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/linter.py9CODE
LOW…e2d/agent-harness/cli_anything/live2d/core/snapshot.py4CODE
LOW…d/agent-harness/cli_anything/live2d/tests/test_core.py5CODE
LOW…d/agent-harness/cli_anything/live2d/tests/test_core.py10CODE
795 more matches not shown…
Excessive Try-Catch Wrapping628 hits · 562 pts
SeverityFileLineSnippetContext
LOW…gent-harness/cli_anything/openrefine/openrefine_cli.py112 except Exception as exc:CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py45 except Exception as exc:CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py49 except Exception as exc:CODE
LOW…harness/cli_anything/openrefine/tests/test_full_e2e.py86 except Exception as exc:CODE
MEDIUM…harness/cli_anything/openrefine/tests/test_full_e2e.py83def _cleanup(backend, project_id):CODE
LOW…ne/agent-harness/cli_anything/openrefine/tests/TEST.md83except Exception as exc:CODE
LOW…ss/cli_anything/openrefine/utils/openrefine_backend.py48 except Exception as exc: # pragma: no cover - exercised by backend E2ESTRING
LOW…ness/cli_anything/videocaptioner/videocaptioner_cli.py366 except Exception as e:CODE
LOW…gent-harness/cli_anything/obs_studio/obs_studio_cli.py153 except Exception as e:CODE
LOW…gent-harness/cli_anything/obs_studio/obs_studio_cli.py801 except Exception:CODE
LOW…gent-harness/cli_anything/obs_studio/obs_studio_cli.py831 except Exception as e:CODE
MEDIUM…gent-harness/cli_anything/obs_studio/obs_studio_cli.py87def wrapper(*args, **kwargs):CODE
LOW…/agent-harness/cli_anything/musescore/musescore_cli.py133 except Exception as e:CODE
LOW…/agent-harness/cli_anything/musescore/musescore_cli.py597 except Exception as e:CODE
MEDIUM…/agent-harness/cli_anything/musescore/musescore_cli.py75def wrapper(*args, **kwargs):CODE
LOW…ore/agent-harness/cli_anything/musescore/core/media.py31 except Exception as e:CODE
LOW…ore/agent-harness/cli_anything/musescore/core/media.py44 except Exception as e:CODE
LOW…ore/agent-harness/cli_anything/musescore/core/media.py102 except Exception as e:CODE
LOW…ent-harness/cli_anything/musescore/core/instruments.py38 except Exception as e:CODE
LOW…ent-harness/cli_anything/musescore/core/instruments.py53 except Exception as e:CODE
LOW…ore/agent-harness/cli_anything/musescore/core/parts.py37 except Exception as e:CODE
LOW…ore/agent-harness/cli_anything/musescore/core/parts.py53 except Exception as e:CODE
LOW…e/agent-harness/cli_anything/musescore/core/project.py34 except Exception as e:CODE
LOW…e/agent-harness/cli_anything/musescore/core/project.py49 except Exception as e:CODE
LOW…e/agent-harness/cli_anything/musescore/core/project.py80 except Exception as e:CODE
LOW…e/agent-harness/cli_anything/musescore/core/project.py95 except Exception as e:CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py209 except Exception as e:CODE
LOW…ii/agent-harness/cli_anything/firefly_iii/core/info.py35 except Exception as e:CODE
LOW…nt-harness/cli_anything/firefly_iii/utils/repl_skin.py54 except Exception:CODE
LOW…/cli_anything/firefly_iii/utils/firefly_iii_backend.py104 except Exception as e:CODE
MEDIUMlive2d/agent-harness/cli_anything/live2d/live2d_cli.py96def wrapper(*args, **kwargs):CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1817 except Exception:CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1832 except Exception:CODE
LOW…ve2d/agent-harness/cli_anything/live2d/core/scanner.py24 except Exception as e:CODE
LOW…agent-harness/cli_anything/live2d/core/texture_info.py59 except Exception:CODE
LOW…agent-harness/cli_anything/live2d/core/texture_info.py114 except Exception:CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/parser.py176 except Exception:CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py65 except Exception as e:CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py77 except Exception as e:CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/linter.py189 except Exception:CODE
LOWlive2d/agent-harness/tests/test_new_features.py572 except Exception:CODE
LOW…ibre/agent-harness/cli_anything/calibre/calibre_cli.py144 except Exception as exc:CODE
LOW…nt-harness/cli_anything/calibre/tests/test_full_e2e.py526 except Exception:CODE
LOWcli-hub/cli_hub/matrix.py154 except Exception:CODE
LOWcli-hub/cli_hub/matrix.py160 except Exception:CODE
LOWcli-hub/cli_hub/matrix.py165 except Exception:CODE
MEDIUMcli-hub/cli_hub/matrix.py150def _package_available(name):CODE
LOWcli-hub/cli_hub/registry.py69 except Exception:CODE
LOWcli-hub/cli_hub/cli.py167 except Exception as e:CODE
LOWcli-hub/cli_hub/cli.py464 except Exception as e:CODE
LOWcli-hub/cli_hub/analytics.py100 except Exception:CODE
LOWcli-hub/cli_hub/analytics.py111 except Exception:CODE
LOWcli-hub/cli_hub/analytics.py120 except Exception:CODE
LOWcli-hub/cli_hub/analytics.py209 except Exception:CODE
LOWcli-hub/cli_hub/analytics.py263 except Exception:CODE
LOWcli-hub/cli_hub/analytics.py399 except Exception:CODE
MEDIUMcli-hub/cli_hub/analytics.py97def _stdin_is_tty():CODE
LOWshotcut/agent-harness/workflow_demo.py153 except Exception:CODE
LOWshotcut/agent-harness/workflow_demo.py179 except Exception as e:CODE
MEDIUM…tcut/agent-harness/cli_anything/shotcut/shotcut_cli.py165def wrapper(*args, **kwargs):CODE
568 more matches not shown…
Cross-Language Confusion103 hits · 445 pts
SeverityFileLineSnippetContext
HIGHobs-studio/agent-harness/setup.py6Or publish to PyPI: python -m build && twine upload dist/*STRING
HIGH…nt-harness/cli_anything/calibre/tests/test_full_e2e.py123 " cd agent-harness && pip install -e ."CODE
HIGHcli-hub/cli_hub/preview.py1380 if (value === null || value === undefined) continue;CODE
HIGHcli-hub/cli_hub/preview.py1380 if (value === null || value === undefined) continue;CODE
HIGHcli-hub/cli_hub/preview.py1384 return null;CODE
HIGHcli-hub/cli_hub/preview.py1388 if (value === null || value === undefined) return null;CODE
HIGHcli-hub/cli_hub/preview.py1388 if (value === null || value === undefined) return null;CODE
HIGHcli-hub/cli_hub/preview.py1389 if (typeof value === "string") return value.trim() || null;CODE
HIGHcli-hub/cli_hub/preview.py1390 if (Array.isArray(value)) return value.map((part) => String(part)).join(" ").trim() || null;CODE
HIGHcli-hub/cli_hub/preview.py1392 return commandText(value.display_cmd || value.command || value.argv || value.raw) || JSON.stringify(value);CODE
HIGHcli-hub/cli_hub/preview.py1413 if (!node || typeof node !== "object") return;CODE
HIGHcli-hub/cli_hub/preview.py1422 if ((lower === "trajectory" || lower === "timeline") && value && typeof value === "object" && !Array.isArray(valCODE
HIGHcli-hub/cli_hub/preview.py1431 if (value && typeof value === "object") {{CODE
HIGHcli-hub/cli_hub/preview.py1438 const state = {{ refs: new Set(TRAJECTORY_CANDIDATES), embedded: null, seen: new Set() }};CODE
HIGHcli-hub/cli_hub/preview.py1455 return null;CODE
HIGHcli-hub/cli_hub/preview.py1459 const bundle = (item && typeof item === "object" && !Array.isArray(item))CODE
HIGHcli-hub/cli_hub/preview.py1460 ? (item.copied_bundle || item.bundle || item.preview_bundle || item.current_bundle || item.published_bundle || iCODE
HIGHcli-hub/cli_hub/preview.py1492 currentStepId: session.current_step_id || null,CODE
HIGHcli-hub/cli_hub/preview.py1492 currentStepId: session.current_step_id || null,CODE
HIGHcli-hub/cli_hub/preview.py1493 recentCommand: session.latest_command || null,CODE
HIGHcli-hub/cli_hub/preview.py1493 recentCommand: session.latest_command || null,CODE
HIGHcli-hub/cli_hub/preview.py1501 if (!payload || !payload.raw || typeof payload.raw !== "object") {{CODE
HIGHcli-hub/cli_hub/preview.py1562 || String(left.commandFinishedAt || left.createdAt || "").localeCompare(String(right.commandFinishedAt || right.CODE
HIGHcli-hub/cli_hub/preview.py1566 const recentPublishEntry = [...entries].reverse().find((entry) => entry.publishReason || entry.bundleId);CODE
HIGHcli-hub/cli_hub/preview.py1570 protocol: raw.protocol_version || raw.protocol || session.trajectory_protocol_version || null,CODE
HIGHcli-hub/cli_hub/preview.py1570 protocol: raw.protocol_version || raw.protocol || session.trajectory_protocol_version || null,CODE
HIGHcli-hub/cli_hub/preview.py1571 sourceLabel: payload.ref || session.trajectory_path || "trajectory.json",CODE
HIGHcli-hub/cli_hub/preview.py1572 stepCount: firstDefined(raw.step_count, session.trajectory_step_count, commands.length || entries.length, 0),CODE
HIGHcli-hub/cli_hub/preview.py1584 software: manifest.software || session.software || "unknown",CODE
HIGHcli-hub/cli_hub/preview.py1585 recipe: manifest.recipe || session.recipe || "unknown",CODE
HIGHcli-hub/cli_hub/preview.py1586 bundle: manifest.bundle_id || session.current_bundle_id || "n/a",CODE
HIGHcli-hub/cli_hub/preview.py1587 step_count: trajectory.stepCount || session.trajectory_step_count || "n/a",CODE
HIGHcli-hub/cli_hub/preview.py1588 current_step: trajectory.currentStepId || session.current_step_id || "n/a",CODE
HIGHcli-hub/cli_hub/preview.py1589 publish_reason: trajectory.recentPublishReason || session.latest_publish_reason || "n/a",CODE
HIGHcli-hub/cli_hub/preview.py1635 slot.innerHTML = `<img class="hero-frame" src="${{artifactUrl(session, hero)}}" alt="${{escapeHtml(hero.label || hCODE
HIGHcli-hub/cli_hub/preview.py1637 if (hero.width && hero.height) bits.push(`${{hero.width}}×${{hero.height}}`);CODE
HIGHcli-hub/cli_hub/preview.py1637 if (hero.width && hero.height) bits.push(`${{hero.width}}×${{hero.height}}`);CODE
HIGHcli-hub/cli_hub/preview.py1638 if (hero.time_s != null) bits.push(`t=${{hero.time_s}}s`);CODE
HIGHcli-hub/cli_hub/preview.py1638 if (hero.time_s != null) bits.push(`t=${{hero.time_s}}s`);CODE
HIGHcli-hub/cli_hub/preview.py1657 if (clip.width && clip.height) bits.push(`${{clip.width}}×${{clip.height}}`);CODE
HIGHcli-hub/cli_hub/preview.py1657 if (clip.width && clip.height) bits.push(`${{clip.width}}×${{clip.height}}`);CODE
HIGHcli-hub/cli_hub/preview.py1658 if (clip.duration_s != null) bits.push(`${{clip.duration_s}}s`);CODE
HIGHcli-hub/cli_hub/preview.py1658 if (clip.duration_s != null) bits.push(`${{clip.duration_s}}s`);CODE
HIGHcli-hub/cli_hub/preview.py1659 if (clip.render_method) bits.push(clip.render_method);CODE
HIGHcli-hub/cli_hub/preview.py1673 <img src="${{artifactUrl(session, artifact)}}" alt="${{escapeHtml(artifact.label || artifact.artifact_id || "GCODE
HIGHcli-hub/cli_hub/preview.py1674 <div class="label">${{escapeHtml(artifact.label || artifact.artifact_id || "Frame")}}</div>CODE
HIGHcli-hub/cli_hub/preview.py1681 const warnings = summary.warnings || manifest.warnings || [];CODE
HIGHcli-hub/cli_hub/preview.py1685 `<div><strong>Current bundle</strong><br>${{escapeHtml(session.current_bundle_id || manifest.bundle_id || "n/a")CODE
HIGHcli-hub/cli_hub/preview.py1686 `<div><strong>Current step</strong><br>${{escapeHtml(trajectory.currentStepId || session.current_step_id || "n/aCODE
HIGHcli-hub/cli_hub/preview.py1687 `<div><strong>Session path</strong><br>${{escapeHtml(session.project_path || session.project_name || "n/a")}}</dCODE
HIGHcli-hub/cli_hub/preview.py1691 lines.push(`<div><strong>Latest command</strong><br>${{escapeHtml(trajectory.recentCommand)}}</div>`);CODE
HIGHcli-hub/cli_hub/preview.py1694 lines.push(`<div><strong>Latest publish reason</strong><br>${{escapeHtml(trajectory.recentPublishReason)}}</div>CODE
HIGHcli-hub/cli_hub/preview.py1697 lines.push(`<div><strong>Warnings</strong><ul>${{warnings.map((item) => `<li>${{escapeHtml(item)}}</li>`).join("CODE
HIGHcli-hub/cli_hub/preview.py1700 lines.push(`<div><strong>Suggested checks</strong><ul>${{actions.map((item) => `<li>${{escapeHtml(item)}}</li>`)CODE
HIGHcli-hub/cli_hub/preview.py1717 meta.textContent = `${{trajectory.stepCount || entries.length}} steps · ${{trajectory.publishedBundleCount || 0}} CODE
HIGHcli-hub/cli_hub/preview.py1719 const titleText = entry.stepLabel || entry.stepId || entry.bundleId || "step";CODE
HIGHcli-hub/cli_hub/preview.py1721 if (entry.stepId && entry.stepId === trajectory.currentStepId) chips.push("current-step");CODE
HIGHcli-hub/cli_hub/preview.py1721 if (entry.stepId && entry.stepId === trajectory.currentStepId) chips.push("current-step");CODE
HIGHcli-hub/cli_hub/preview.py1722 if (entry.bundleId && entry.bundleId === session.current_bundle_id) chips.push("current-bundle");CODE
HIGHcli-hub/cli_hub/preview.py1722 if (entry.bundleId && entry.bundleId === session.current_bundle_id) chips.push("current-bundle");CODE
43 more matches not shown…
Deep Nesting318 hits · 284 pts
SeverityFileLineSnippetContext
LOW…/agent-harness/cli_anything/obs_studio/core/sources.py157CODE
LOW…/agent-harness/cli_anything/obs_studio/core/sources.py190CODE
LOW…/agent-harness/cli_anything/obs_studio/core/filters.py139CODE
LOW…ent-harness/cli_anything/musescore/core/instruments.py111CODE
LOW…agent-harness/cli_anything/musescore/utils/mscx_xml.py69CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py32CODE
LOW…nt-harness/cli_anything/firefly_iii/firefly_iii_cli.py153CODE
LOW…/cli_anything/firefly_iii/utils/firefly_iii_backend.py59CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py674CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py954CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1177CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1342CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1652CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1797CODE
LOWlive2d/agent-harness/cli_anything/live2d/live2d_cli.py1964CODE
LOW…e2d/agent-harness/cli_anything/live2d/core/packager.py40CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/differ.py42CODE
LOW…agent-harness/cli_anything/live2d/core/texture_info.py66CODE
LOW…d/agent-harness/cli_anything/live2d/core/dependency.py50CODE
LOW…gent-harness/cli_anything/live2d/core/motion_parser.py93CODE
LOWlive2d/agent-harness/cli_anything/live2d/core/linter.py61CODE
LOWlive2d/agent-harness/tests/test_new_features.py559CODE
LOW…ibre/agent-harness/cli_anything/calibre/calibre_cli.py34CODE
LOW…ibre/agent-harness/cli_anything/calibre/calibre_cli.py498CODE
LOW…re/agent-harness/cli_anything/calibre/core/metadata.py89CODE
LOW…bre/agent-harness/cli_anything/calibre/core/library.py12CODE
LOW…bre/agent-harness/cli_anything/calibre/core/library.py147CODE
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py248CODE
LOWcli-hub/cli_hub/matrix.py108CODE
LOWcli-hub/cli_hub/matrix.py411CODE
LOWcli-hub/cli_hub/matrix.py516CODE
LOWcli-hub/cli_hub/preview.py142CODE
LOWcli-hub/cli_hub/cli.py413CODE
LOWcli-hub/cli_hub/cli.py645CODE
LOWshotcut/agent-harness/workflow_demo.py34CODE
LOW…tcut/agent-harness/cli_anything/shotcut/shotcut_cli.py233CODE
LOW…tcut/agent-harness/cli_anything/shotcut/shotcut_cli.py344CODE
LOW…tcut/agent-harness/cli_anything/shotcut/shotcut_cli.py1192CODE
LOW…otcut/agent-harness/cli_anything/shotcut/core/media.py37CODE
LOW…otcut/agent-harness/cli_anything/shotcut/core/media.py96CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py35CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py110CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py232CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py320CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py395CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py539CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py686CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py732CODE
LOW…cut/agent-harness/cli_anything/shotcut/core/session.py136CODE
LOW…agent-harness/cli_anything/shotcut/core/transitions.py402CODE
LOW…agent-harness/cli_anything/shotcut/core/transitions.py485CODE
LOW…agent-harness/cli_anything/shotcut/core/transitions.py535CODE
LOW…agent-harness/cli_anything/shotcut/core/transitions.py602CODE
LOW…cut/agent-harness/cli_anything/shotcut/core/project.py144CODE
LOW…nt-harness/cli_anything/shotcut/tests/test_full_e2e.py156CODE
LOW…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py298CODE
LOW…ty/agent-harness/cli_anything/audacity/core/effects.py183CODE
LOW…ity/agent-harness/cli_anything/audacity/core/tracks.py69CODE
LOW…ity/agent-harness/cli_anything/audacity/core/export.py265CODE
LOW…ity/agent-harness/cli_anything/audacity/core/export.py348CODE
258 more matches not shown…
Docstring Block Structure55 hits · 275 pts
SeverityFileLineSnippetContext
HIGH…ness/cli_anything/musescore/utils/musescore_backend.py106Run mscore with the given arguments. Args: args: Command-line arguments (not including the mscore binary itSTRING
HIGH…/cli_anything/firefly_iii/utils/firefly_iii_backend.py60 Send request to Firefly III API Args: method: HTTP method (get, post, put, delete) STRING
HIGH…ibre/agent-harness/cli_anything/calibre/core/export.py254Export each chapter of a book as a separate PDF file. Workflow: 1. Export the book from the Calibre library tSTRING
HIGH…mfyui/agent-harness/cli_anything/comfyui/core/queue.py21Submit a workflow to the ComfyUI generation queue. Args: base_url: ComfyUI server base URL. workfloSTRING
HIGH…mfyui/agent-harness/cli_anything/comfyui/core/queue.py134Get the history and output files for a specific prompt. Args: base_url: ComfyUI server base URL. prSTRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/models.py11List all available checkpoint models. Queries CheckpointLoaderSimple to find installed checkpoint files. Args:STRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/models.py40List all available LoRA models. Queries LoraLoader to find installed LoRA files. Args: base_url: ComfySTRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/models.py69List all available VAE models. Queries VAELoader to find installed VAE files. Args: base_url: ComfyUI STRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/models.py98List all available ControlNet models. Queries ControlNetLoader to find installed ControlNet files. Args: STRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/models.py127Get detailed input/output info for a specific node class. Args: base_url: ComfyUI server base URL. STRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/images.py16List all output images for a completed prompt. Args: base_url: ComfyUI server base URL. prompt_id: STRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/images.py51Download a single output image from ComfyUI. Args: base_url: ComfyUI server base URL. filename: ImaSTRING
HIGH…fyui/agent-harness/cli_anything/comfyui/core/images.py101Download all output images for a completed prompt to a directory. Args: base_url: ComfyUI server base URL. STRING
HIGH…i/agent-harness/cli_anything/comfyui/core/workflows.py12Load a ComfyUI workflow from a JSON file. Args: path: Path to the workflow JSON file. Returns: STRING
HIGH…i/agent-harness/cli_anything/comfyui/core/workflows.py43Save a ComfyUI workflow to a JSON file. Args: workflow: Workflow dict (node graph). path: DestinatiSTRING
HIGH…i/agent-harness/cli_anything/comfyui/core/workflows.py73List all workflow JSON files in a directory. Args: directory: Directory to search for workflow files. STRING
HIGH…-harness/cli_anything/comfyui/utils/comfyui_backend.py18Perform a GET request against the ComfyUI API. Args: base_url: ComfyUI server base URL (e.g., 'http://localSTRING
HIGH…-harness/cli_anything/comfyui/utils/comfyui_backend.py54Perform a POST request against the ComfyUI API. Args: base_url: ComfyUI server base URL. endpoint: STRING
HIGH…-harness/cli_anything/comfyui/utils/comfyui_backend.py90Perform a DELETE request against the ComfyUI API. Args: base_url: ComfyUI server base URL. endpointSTRING
HIGH…-harness/cli_anything/comfyui/utils/comfyui_backend.py126Perform a GET request and return raw bytes (for image downloads). Args: base_url: ComfyUI server base URL. STRING
HIGH…x/agent-harness/cli_anything/sbox/core/input_config.py124Modify an existing input action's bindings. Args: config_path: Absolute path to the Input.config file. STRING
HIGH…ent-harness/cli_anything/sbox/core/collision_config.py65Add a new collision layer with its default behavior. Args: config_path: Absolute path to the Collision.confSTRING
HIGH…ent-harness/cli_anything/sbox/core/collision_config.py94Remove a collision layer and all its pair rules. Cannot remove built-in layers: solid, trigger, ladder, water. STRING
HIGH…ent-harness/cli_anything/sbox/core/collision_config.py134Add or update a collision pair rule. If a rule for the given pair already exists (in either order), it is updated. STRING
HIGHsbox/agent-harness/cli_anything/sbox/core/codegen.py20Generate a C# component class file. Args: class_name: PascalCase name, e.g. "PlayerController". proSTRING
HIGHsbox/agent-harness/cli_anything/sbox/core/project.py343Add a package reference to the project. Args: sbproj_path: Path to the .sbproj file. package_ref: PSTRING
HIGH…/agent-harness/cli_anything/sbox/utils/sbox_backend.py73Find a specific s&box executable by short name. Args: name: Executable short name - one of 'sbox-dev', 'sboSTRING
HIGH…/agent-harness/cli_anything/sbox/utils/sbox_backend.py145Launch sbox-dev.exe (the s&box editor), optionally opening a project. Args: project_path: Path to a .sbprojSTRING
HIGH…/agent-harness/cli_anything/sbox/utils/sbox_backend.py180Launch sbox-server.exe (dedicated server) with a game. Args: game_ident: Game identifier string (e.g. 'org.STRING
HIGH…agent-harness/cli_anything/openscreen/core/timeline.py281Update an existing zoom region. Only the keyword arguments that are provided are changed; omitted arguments leaSTRING
HIGH…agent-harness/cli_anything/openscreen/core/timeline.py332Update fields on an existing annotation region. Supported kwargs: start_ms, end_ms, text_content, position_x, positSTRING
HIGH…agent-harness/cli_anything/openscreen/core/timeline.py384Return a sorted list of all unique time boundary points (in ms). Includes 0 and all startMs/endMs values from zoom,STRING
HIGH…agent-harness/cli_anything/openscreen/core/timeline.py410Return all regions active at a specific time (startMs <= time_ms < endMs). Args: session: Active Session inSTRING
HIGHbrowser/agent-harness/cli_anything/browser/core/page.py20Open a URL in Chrome. Validates the URL for security before navigation. Blocks dangerous schemes (file://, javaSTRING
HIGH…r/agent-harness/cli_anything/browser/utils/security.py93Validate a URL for security. This function checks for: 1. Dangerous URI schemes (file://, javascript://, etc.) STRING
HIGH…r/agent-harness/cli_anything/browser/utils/security.py169Basic sanitization for DOM text content. This is a lightweight guard against obvious prompt injection patterns. STRING
HIGH…harness/cli_anything/browser/utils/domshell_backend.py503Run a DOMShell command via the single `domshell_execute` MCP tool. Args: command: DOMShell command string. STRING
HIGH…harness/cli_anything/browser/utils/domshell_backend.py1075Type text into an input element. Issued as separate ``domshell_execute`` calls — ``focus``, check for error, thSTRING
HIGH…ent-harness/cli_anything/safari/utils/tool_registry.py152Load the bundled tool registry (cached for the process lifetime). Args: path: Optional override path to a tSTRING
HIGH…ri/agent-harness/cli_anything/safari/utils/security.py81Validate a URL for security before handing it to Safari MCP. Checks: 1. Dangerous URI schemes (file://, javascrSTRING
HIGH…arness/cli_anything/iterm2_ctl/utils/iterm2_backend.py46Run an async iTerm2 operation synchronously. Args: coro_fn: async function with signature (connection, *argSTRING
HIGH…t-harness/cli_anything/libreoffice/utils/lo_backend.py197Convert a file using LibreOffice headless. Args: input_path: Path to the input file (ODF, HTML, etc.) STRING
HIGH…ian/agent-harness/cli_anything/obsidian/core/search.py15Search vault using Obsidian's structured search engine. Obsidian's ``/search/`` endpoint expects a vendor-specific STRING
HIGH…nt-harness/cli_anything/ollama/utils/ollama_backend.py16Perform a GET request against the Ollama API. Args: base_url: Ollama server base URL (e.g., 'http://localhoSTRING
HIGH…nt-harness/cli_anything/ollama/utils/ollama_backend.py58Perform a POST request against the Ollama API. Args: base_url: Ollama server base URL. endpoint: APSTRING
HIGH…nt-harness/cli_anything/ollama/utils/ollama_backend.py96Perform a DELETE request against the Ollama API. Args: base_url: Ollama server base URL. endpoint: STRING
HIGH…nt-harness/cli_anything/ollama/utils/ollama_backend.py134Perform a POST request with streaming NDJSON response. Used for generate, chat, and pull endpoints that stream progSTRING
HIGH…agent-harness/cli_anything/cloudcompare/core/export.py56Export a point cloud to a new format using CloudCompare. Args: input_path: Source cloud file. outpuSTRING
HIGH…gent-harness/cli_anything/cloudcompare/core/project.py118Load a project from disk. Args: path: Path to the .json project file. Returns: The project dicSTRING
HIGH…ness/cli_anything/unimol_tools/utils/unimol_backend.py46 Train model Args: config: Training configuration dict - task: classificatiSTRING
HIGH…ness/cli_anything/unimol_tools/utils/unimol_backend.py172 Predict Args: model_dir: Model directory data_path: Data path outpSTRING
HIGHunimol_tools/agent-harness/docs/architecture/API.md558 Delete a model directory. Args: project: Project dictionary run_id: Run ID to delete cSTRING
HIGHunimol_tools/agent-harness/docs/architecture/API.md578 Archive a model to tar.gz. Args: project: Project dictionary run_id: Run ID to archive STRING
HIGHunimol_tools/agent-harness/docs/architecture/API.md599 Restore an archived model. Args: project: Project dictionary run_id: Run ID to restore STRING
HIGH…gent-harness/cli_anything/godot/utils/godot_backend.py74Execute the Godot binary with the given arguments. Args: args: Extra CLI flags (e.g. ['--script', 'res://toSTRING
AI Slop Vocabulary96 hits · 162 pts
SeverityFileLineSnippetContext
MEDIUMregistry.json16 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=jumpserver/agent-harness",CODE
MEDIUMregistry.json35 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openrefine/agent-harness",CODE
MEDIUMregistry.json54 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cc-switch/agent-harness",CODE
MEDIUMregistry.json73 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wiremock/agent-harness",CODE
MEDIUMregistry.json92 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nslogger/agent-harness",CODE
MEDIUMregistry.json111 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=anygen/agent-harness",CODE
MEDIUMregistry.json130 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=adguardhome/agent-harness",CODE
MEDIUMregistry.json149 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=audacity/agent-harness",CODE
MEDIUMregistry.json168 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wavetone/agent-harness",CODE
MEDIUMregistry.json187 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness",CODE
MEDIUMregistry.json206 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=browser/agent-harness",CODE
MEDIUMregistry.json225 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=web-yu-pri/agent-harness",CODE
MEDIUMregistry.json244 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=comfyui/agent-harness",CODE
MEDIUMregistry.json263 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=drawio/agent-harness",CODE
MEDIUMregistry.json282 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=eez-studio/agent-harness",CODE
MEDIUMregistry.json301 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=eth2-quickstart/agent-harneCODE
MEDIUMregistry.json320 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=firefly-iii/agent-harness",CODE
MEDIUMregistry.json339 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness",CODE
MEDIUMregistry.json358 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=inkscape/agent-harness",CODE
MEDIUMregistry.json377 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=kdenlive/agent-harness",CODE
MEDIUMregistry.json396 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=krita/agent-harness",CODE
MEDIUMregistry.json415 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=calibre/agent-harness",CODE
MEDIUMregistry.json434 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=libreoffice/agent-harness",CODE
MEDIUMregistry.json457 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=lldb/agent-harness",CODE
MEDIUMregistry.json499 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mubu/agent-harness",CODE
MEDIUMregistry.json518 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mermaid/agent-harness",CODE
MEDIUMregistry.json537 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=notebooklm/agent-harness",CODE
MEDIUMregistry.json556 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=ollama/agent-harness",CODE
MEDIUMregistry.json594 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obs-studio/agent-harness",CODE
MEDIUMregistry.json613 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=shotcut/agent-harness",CODE
MEDIUMregistry.json632 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openscreen/agent-harness",CODE
MEDIUMregistry.json651 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zoom/agent-harness",CODE
MEDIUMregistry.json670 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=novita/agent-harness",CODE
MEDIUMregistry.json689 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=seaclip/agent-harness",CODE
MEDIUMregistry.json708 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=pm2/agent-harness",CODE
MEDIUMregistry.json726 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=QGIS/agent-harness",CODE
MEDIUMregistry.json741 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=chromadb/agent-harness",CODE
MEDIUMregistry.json760 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=musescore/agent-harness",CODE
MEDIUMregistry.json798 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=freecad/agent-harness",CODE
MEDIUMregistry.json817 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=iterm2/agent-harness",CODE
MEDIUMregistry.json836 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=slay_the_spire_ii/agent-harCODE
MEDIUMregistry.json855 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=rms/agent-harness",CODE
MEDIUMregistry.json874 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=renderdoc/agent-harness",CODE
MEDIUMregistry.json893 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unrealinsights/agent-harnesCODE
MEDIUMregistry.json931 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nsight-graphics/agent-harneCODE
MEDIUMregistry.json950 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=videocaptioner/agent-harnesCODE
MEDIUMregistry.json969 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=intelwatch/agent-harness",CODE
MEDIUMregistry.json1007 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudcompare/agent-harness"CODE
MEDIUMregistry.json1026 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness",CODE
MEDIUMregistry.json1045 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=godot/agent-harness",CODE
MEDIUMregistry.json1064 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=sbox/agent-harness",CODE
MEDIUMregistry.json1083 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=dify-workflow/agent-harnessCODE
MEDIUMregistry.json1102 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=n8n/agent-harness",CODE
MEDIUMregistry.json1121 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudanalyzer/agent-harnessCODE
MEDIUMregistry.json1140 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obsidian/agent-harness",CODE
MEDIUMregistry.json1163 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=joplin/agent-harness",CODE
MEDIUMregistry.json1182 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unimol_tools/agent-harness"CODE
MEDIUMregistry.json1201 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=safari/agent-harness",CODE
MEDIUMregistry.json1220 "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=macrocli/agent-harness",CODE
MEDIUMregistry.json1239 "install_cmd": "pip install git+https://github.com/collectivewinca/ve-twini.git#subdirectory=agent-harness",CODE
36 more matches not shown…
Structural Annotation Overuse73 hits · 137 pts
SeverityFileLineSnippetContext
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py287 # Step 1: export book from calibre to get the EPUBCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py301 # Step 2: extract EPUB and parse chapter listCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py322 # Step 3: apply optional range filterCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py327 # Step 4: convert each chapter to PDFCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py70 # Step 1: ValidateCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py74 # Step 2: QueueCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py79 # Step 3: Check statusCOMMENT
LOWcli-anything-plugin/commands/refine.md38### Step 1: Inventory Current CoverageCOMMENT
LOWcli-anything-plugin/commands/refine.md44### Step 2: Analyze Software CapabilitiesCOMMENT
LOWcli-anything-plugin/commands/refine.md50### Step 3: Gap AnalysisCOMMENT
LOWcli-anything-plugin/commands/refine.md58### Step 4: Implement New CommandsCOMMENT
LOWcli-anything-plugin/commands/refine.md67### Step 5: Expand TestsCOMMENT
LOWcli-anything-plugin/commands/refine.md73### Step 6: Update DocumentationCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py602 # Step 1: Add rectCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py607 # Step 2: Add circleCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py612 # Step 3: Style changeCOMMENT
LOWskills/cli-anything-macrocli/SKILL.md199# Step 1: What's available?COMMENT
LOWskills/cli-anything-macrocli/SKILL.md202# Step 2: What params does transform_json need?COMMENT
LOWskills/cli-anything-macrocli/SKILL.md205# Step 3: Test safelyCOMMENT
LOWskills/cli-anything-macrocli/SKILL.md211# Step 4: Execute for realCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md35### Step 1: Clone Uni-Mol RepositoryCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md61### Step 2: Download Model WeightsCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md89### Step 3: Configure Weight DirectoryCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md118### Step 4: Clone CLI-Anything RepositoryCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md151### Step 5: Install CLI HarnessCOMMENT
LOW…mol_tools/agent-harness/docs/guides/01-INSTALLATION.md172### Step 6: Verify InstallationCOMMENT
LOW…imol_tools/agent-harness/docs/guides/02-QUICK-START.md24### Step 1: Create a ProjectCOMMENT
LOW…imol_tools/agent-harness/docs/guides/02-QUICK-START.md40### Step 2: Inspect ProjectCOMMENT
LOW…imol_tools/agent-harness/docs/guides/02-QUICK-START.md89### Step 3: Set Training DataCOMMENT
LOW…imol_tools/agent-harness/docs/guides/02-QUICK-START.md102### Step 4: Train a ModelCOMMENT
LOW…imol_tools/agent-harness/docs/guides/02-QUICK-START.md138### Step 5: Run PredictionsCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md31## Step 1: Prepare DataCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md115## Step 2: Create ProjectCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md141## Step 3: Train Baseline ModelCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md198## Step 4: Hyperparameter TuningCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md243## Step 5: Model EvaluationCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md316## Step 6: Visualize ResultsCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md399## Step 7: Handle OutliersCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md439## Step 8: Production DeploymentCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md491## Step 9: Model ValidationCOMMENT
LOWunimol_tools/agent-harness/docs/tutorials/REGRESSION.md536## Step 10: Clean UpCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md31## Step 1: Prepare DataCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md93## Step 2: Create ProjectCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md136## Step 3: Train Baseline ModelCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md191## Step 4: Hyperparameter TuningCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md232## Step 5: Model EvaluationCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md338## Step 6: Visualize ResultsCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md384## Step 7: Deploy for ProductionCOMMENT
LOW…l_tools/agent-harness/docs/tutorials/CLASSIFICATION.md441## Step 8: Clean UpCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py559 # Step 1: Add objectCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py564 # Step 2: Add materialCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py569 # Step 3: Modify objectCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py217 # Step 1: Capture infoCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py221 # Step 2: Action summaryCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py225 # Step 3: Find draw callsCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py230 # Step 4: Inspect pipeline at first drawCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py235 # Step 5: List texturesCOMMENT
LOWopencode-commands/cli-anything-refine.md39### Step 1: Inventory Current CoverageCOMMENT
LOWopencode-commands/cli-anything-refine.md45### Step 2: Analyze Software CapabilitiesCOMMENT
LOWopencode-commands/cli-anything-refine.md51### Step 3: Gap AnalysisCOMMENT
13 more matches not shown…
Self-Referential Comments29 hits · 82 pts
SeverityFileLineSnippetContext
MEDIUMlive2d/agent-harness/tests/test_new_features.py489 # Create an orphan fileCOMMENT
MEDIUM…/agent-harness/cli_anything/calibre/tests/test_core.py55 # Create a real directory to resolveCOMMENT
MEDIUM…nt-harness/cli_anything/calibre/tests/test_full_e2e.py153 # Create a test EPUBCOMMENT
MEDIUM…nt-harness/cli_anything/calibre/tests/test_full_e2e.py279 # Create a dedicated epub for this test to avoid interferenceCOMMENT
MEDIUM…ut/agent-harness/cli_anything/shotcut/core/timeline.py775 # Create a copy of the timeline chainCOMMENT
MEDIUM…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py354 # Create the playlist elementCOMMENT
MEDIUM…agent-harness/cli_anything/audacity/tests/test_core.py780 # Create a real WAV fileCOMMENT
MEDIUM…t-harness/cli_anything/audacity/tests/test_full_e2e.py349 # Create a chirp (ascending frequency)COMMENT
MEDIUM…db/agent-harness/cli_anything/chromadb/chromadb_cli.py94 # Create a fresh context for each REPL commandCOMMENT
MEDIUMcli-anything-plugin/skill_generator.py453 "# Create a new project",CODE
MEDIUMsbox/agent-harness/cli_anything/sbox/tests/test_core.py954 # Create a dummy sbproj to referenceCOMMENT
MEDIUMsbox/agent-harness/cli_anything/sbox/tests/test_core.py1032 # Create a fresh Session from the same pathCOMMENT
MEDIUMsbox/agent-harness/cli_anything/sbox/tests/test_core.py1161 # Create a nested directoryCOMMENT
MEDIUMsbox/agent-harness/cli_anything/sbox/tests/test_core.py2017 # Create the actual asset files (so list_assets sees them)COMMENT
MEDIUM…agent-harness/cli_anything/sbox/tests/test_full_e2e.py1033 # Create the actual asset file so list_assets finds itCOMMENT
MEDIUMkrita/agent-harness/cli_anything/krita/core/export.py197 # Create a default paint layerCOMMENT
MEDIUM…cape/agent-harness/cli_anything/inkscape/core/paths.py165 # Create a new path object representing the boolean resultCOMMENT
MEDIUM…t-harness/cli_anything/inkscape/tests/test_full_e2e.py823 # Create a simple SVGCOMMENT
MEDIUM…/agent-harness/cli_anything/freecad/tests/test_core.py560 # Create a second sketch for the pocketCOMMENT
MEDIUM…nt-harness/cli_anything/freecad/tests/test_full_e2e.py480 # Create a new open sketch for the bodyCOMMENT
MEDIUM…harness/cli_anything/iterm2_ctl/tests/test_full_e2e.py468 # Create a tmux window to play withCOMMENT
MEDIUMzoom/agent-harness/cli_anything/zoom/zoom_cli.py15 # Create a meetingSTRING
MEDIUM…nt-harness/cli_anything/libreoffice/utils/odf_utils.py237 # Create a style with page-break-beforeCOMMENT
MEDIUM…t-harness/cli_anything/wiremock/tests/test_full_e2e.py242 # Create a stubCOMMENT
MEDIUM…t-harness/cli_anything/wiremock/tests/test_full_e2e.py272 # Create a stub firstCOMMENT
MEDIUM…t-harness/cli_anything/wiremock/tests/test_full_e2e.py294 # Create a stub, then resetCOMMENT
MEDIUM…-harness/cli_anything/unimol_tools/unimol_tools_cli.py98 # Initialize context objectCOMMENT
MEDIUM…/agent-harness/cli_anything/blender/tests/test_core.py897 # Create the file firstCOMMENT
MEDIUMgimp/agent-harness/cli_anything/gimp/core/layers.py237 # Create a single flattened layer markerCOMMENT
Magic Placeholder Names15 hits · 75 pts
SeverityFileLineSnippetContext
HIGHexa/agent-harness/cli_anything/exa/README.md28export EXA_API_KEY="your-api-key-here"CODE
HIGHexa/agent-harness/cli_anything/exa/skills/SKILL.md23- `export EXA_API_KEY="your-api-key"` (get one at https://dashboard.exa.ai/api-keys)CODE
HIGH…ilchimp/agent-harness/cli_anything/mailchimp/README.md14export MAILCHIMP_API_KEY=<your-api-key>-<datacenter>CODE
HIGHminimax/agent-harness/cli_anything/minimax/README.md27export MINIMAX_API_KEY="your-api-key"CODE
HIGH…max/agent-harness/cli_anything/minimax/skills/SKILL.md102export MINIMAX_API_KEY="your-api-key"CODE
HIGH…max/agent-harness/cli_anything/minimax/skills/SKILL.md104cli-anything-minimax config set api_key "your-api-key"CODE
HIGHn8n/agent-harness/cli_anything/n8n/README.md24export N8N_API_KEY=your-api-keyCODE
HIGHn8n/agent-harness/cli_anything/n8n/tests/TEST.md15export N8N_API_KEY=your-api-keyCODE
HIGHn8n/agent-harness/cli_anything/n8n/skills/SKILL.md24cli-anything-n8n config set api_key your-api-keyCODE
HIGHn8n/agent-harness/cli_anything/n8n/skills/SKILL.md28export N8N_API_KEY=your-api-keyCODE
HIGHskills/cli-anything-minimax/SKILL.md101export MINIMAX_API_KEY="your-api-key"CODE
HIGHskills/cli-anything-minimax/SKILL.md103cli-anything-minimax config set api_key "your-api-key"CODE
HIGHskills/cli-anything-n8n/SKILL.md24cli-anything-n8n config set api_key your-api-keyCODE
HIGHskills/cli-anything-n8n/SKILL.md28export N8N_API_KEY=your-api-keyCODE
HIGHskills/cli-anything-exa/SKILL.md23- `export EXA_API_KEY="your-api-key"` (get one at https://dashboard.exa.ai/api-keys)CODE
AI Structural Patterns62 hits · 61 pts
SeverityFileLineSnippetContext
LOW…t-harness/cli_anything/videocaptioner/core/subtitle.py6CODE
LOW…harness/cli_anything/videocaptioner/core/synthesize.py7CODE
LOW…t-harness/cli_anything/videocaptioner/core/pipeline.py6CODE
LOW…harness/cli_anything/videocaptioner/core/transcribe.py6CODE
LOW…cut/agent-harness/cli_anything/shotcut/core/preview.py539CODE
LOW…nt-harness/cli_anything/shotcut/tests/test_full_e2e.py754CODE
LOW…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py427CODE
LOW…ent-harness/cli_anything/shotcut/utils/melt_backend.py165CODE
LOW…t-harness/cli_anything/shotcut/utils/preview_bundle.py362CODE
LOW…t-harness/cli_anything/shotcut/utils/preview_bundle.py405CODE
LOW…ity/agent-harness/cli_anything/audacity/core/export.py224CODE
LOW…t-harness/cli_anything/audacity/tests/test_full_e2e.py687CODE
LOW…ent-harness/cli_anything/unrealinsights/core/export.py96CODE
LOW…ent-harness/cli_anything/unrealinsights/core/export.py324CODE
LOWcli-anything-plugin/preview_bundle.py362CODE
LOWcli-anything-plugin/preview_bundle.py405CODE
LOWsbox/agent-harness/cli_anything/sbox/core/sound.py8CODE
LOWsbox/agent-harness/cli_anything/sbox/core/scene.py216CODE
LOWsbox/agent-harness/cli_anything/sbox/core/scene.py623CODE
LOWsbox/agent-harness/cli_anything/sbox/core/scene.py1337CODE
LOWexa/agent-harness/cli_anything/exa/core/search.py16CODE
LOW…ger/agent-harness/cli_anything/nslogger/core/filter.py9CODE
LOW…r/agent-harness/cli_anything/nslogger/core/listener.py389CODE
LOW…/agent-harness/cli_anything/nslogger/utils/generate.py30CODE
LOW…arness/cli_anything/openscreen/utils/preview_bundle.py362CODE
LOW…arness/cli_anything/openscreen/utils/preview_bundle.py405CODE
LOW…-harness/cli_anything/minimax/utils/minimax_backend.py180CODE
LOW…ape/agent-harness/cli_anything/inkscape/core/shapes.py81CODE
LOW…ape/agent-harness/cli_anything/inkscape/core/shapes.py243CODE
LOW…/agent-harness/cli_anything/inkscape/core/gradients.py53CODE
LOW…scape/agent-harness/cli_anything/inkscape/core/text.py39CODE
LOW…cad/agent-harness/cli_anything/freecad/core/preview.py584CODE
LOWfreecad/agent-harness/cli_anything/freecad/core/body.py891CODE
LOWfreecad/agent-harness/cli_anything/freecad/core/body.py1415CODE
LOW…ecad/agent-harness/cli_anything/freecad/core/motion.py215CODE
LOW…ecad/agent-harness/cli_anything/freecad/core/motion.py626CODE
LOW…eecad/agent-harness/cli_anything/freecad/core/parts.py1513CODE
LOW…t-harness/cli_anything/freecad/utils/preview_bundle.py362CODE
LOW…t-harness/cli_anything/freecad/utils/preview_bundle.py405CODE
LOWbrowser/agent-harness/cli_anything/browser/core/page.py66CODE
LOWdrawio/agent-harness/cli_anything/drawio/core/shapes.py15CODE
LOWdrawio/agent-harness/cli_anything/drawio/core/export.py31CODE
LOW…nt-harness/cli_anything/drawio/utils/drawio_backend.py57CODE
LOW…/agent-harness/cli_anything/web_yu_pri/core/browser.py186CODE
LOWzoom/agent-harness/cli_anything/zoom/core/meetings.py14CODE
LOWzoom/agent-harness/cli_anything/zoom/core/meetings.py121CODE
LOW…nt-harness/cli_anything/anygen/utils/anygen_backend.py195CODE
LOW…ve/agent-harness/cli_anything/kdenlive/core/project.py71CODE
LOW…nt-harness/cli_anything/kdenlive/utils/melt_backend.py171CODE
LOW…der/agent-harness/cli_anything/blender/core/preview.py571CODE
LOW…nder/agent-harness/cli_anything/blender/core/render.py64CODE
LOW…ender/agent-harness/cli_anything/blender/core/scene.py57CODE
LOW…er/agent-harness/cli_anything/blender/core/lighting.py58CODE
LOW…t-harness/cli_anything/blender/utils/preview_bundle.py362CODE
LOW…t-harness/cli_anything/blender/utils/preview_bundle.py405CODE
LOW…harness/cli_anything/renderdoc/utils/preview_bundle.py362CODE
LOW…harness/cli_anything/renderdoc/utils/preview_bundle.py405CODE
LOWgimp/agent-harness/cli_anything/gimp/core/export.py193CODE
LOWgimp/agent-harness/cli_anything/gimp/core/layers.py17CODE
LOW…/agent-harness/cli_anything/rms/tests/test_full_e2e.py92CODE
2 more matches not shown…
Modern Structural Boilerplate49 hits · 50 pts
SeverityFileLineSnippetContext
LOW…/agent-harness/cli_anything/obs_studio/core/session.py56 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…ore/agent-harness/cli_anything/musescore/core/media.py10logger = logging.getLogger(__name__)CODE
LOW…ent-harness/cli_anything/musescore/core/instruments.py13logger = logging.getLogger(__name__)CODE
LOW…ore/agent-harness/cli_anything/musescore/core/parts.py10logger = logging.getLogger(__name__)CODE
LOW…e/agent-harness/cli_anything/musescore/core/project.py7logger = logging.getLogger(__name__)CODE
LOW…ut/agent-harness/cli_anything/shotcut/core/timeline.py232def _update_tractor_out(session: Session) -> None:CODE
LOW…agent-harness/cli_anything/shotcut/core/transitions.py563def _update_playlist_entry_out(root: ET.Element, trans_id: str, new_out: str) -> None:CODE
LOW…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py23def _set_parent(child: ET.Element, parent: Optional[ET.Element]) -> None:CODE
LOW…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py90def set_property(element: ET.Element, name: str, value: str) -> None:CODE
LOW…ut/agent-harness/cli_anything/shotcut/utils/mlt_xml.py600def set_tractor_out(root: ET.Element, out_timecode: str) -> None:CODE
LOW…ty/agent-harness/cli_anything/audacity/core/session.py62 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…/agent-harness/cli_anything/unrealinsights/__init__.py3__all__ = ["__version__"]CODE
LOW…plin/agent-harness/cli_anything/joplin/core/session.py80 def set_project(self, project: dict, path: Optional[str] = None) -> None:CODE
LOWQGIS/agent-harness/cli_anything/qgis/core/session.py93 def set_project_path(self, path: str | None) -> None:CODE
LOWsbox/agent-harness/cli_anything/sbox/core/session.py156 def set_project( self, sbproj_path: str ) -> None:CODE
LOWsbox/agent-harness/cli_anything/sbox/core/session.py166 def set_scene( self, scene_path: str ) -> None:CODE
LOW…ita/agent-harness/cli_anything/novita/core/__init__.py11__all__ = [CODE
LOWdocs/scripts/blender_orbital_relay_drone_demo.py59def _set_parent(project: Dict, child_name: str, parent_name: str) -> None:CODE
LOW…/agent-harness/cli_anything/eez_studio/core/session.py41 def set_project(self, project: dict[str, Any], path: str | None = None) -> None:CODE
LOW…pe/agent-harness/cli_anything/inkscape/core/session.py56 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…agent-harness/cli_anything/inkscape/utils/svg_utils.py146def set_element_style(element: ET.Element, style_dict: Dict[str, str]) -> None:CODE
LOW…cad/agent-harness/cli_anything/freecad/core/session.py74 def set_project(self, project: Dict, path: Optional[str] = None) -> None:CODE
LOWzotero/agent-harness/cli_anything/zotero/__init__.py3__all__ = ["__version__"]CODE
LOW…ro/agent-harness/cli_anything/zotero/tests/_helpers.py242def _set_item_field(conn: sqlite3.Connection, item_id: int, field_name: str, value: str) -> None:STRING
LOW…agent-harness/cli_anything/jumpserver/core/__init__.py8__all__ = [CODE
LOW…er/agent-harness/cli_anything/jumpserver/core/state.py49 def set_filters(self, **kwargs) -> None:CODE
LOW…ser/agent-harness/cli_anything/browser/core/session.py38 def set_url(self, url: str, record_history: bool = True) -> None:CODE
LOW…ser/agent-harness/cli_anything/browser/core/session.py76 def set_working_dir(self, path: str) -> None:CODE
LOW…er/agent-harness/cli_anything/browser/core/__init__.py6__all__ = ["session", "page", "fs"]CODE
LOW…r/agent-harness/cli_anything/browser/utils/__init__.py5__all__ = ["domshell_backend", "repl_skin"]CODE
LOWmubu/agent-harness/cli_anything/mubu/mubu_cli.py748__all__ = [CODE
LOWmubu/agent-harness/cli_anything/mubu/__init__.py1__all__ = ["__version__"]CODE
LOWmubu/agent-harness/cli_anything/mubu/utils/__init__.py3__all__ = ["ReplSkin"]CODE
LOW…/agent-harness/cli_anything/drawio/utils/drawio_xml.py249def set_style_property(cell: ET.Element, key: str, value: str) -> None:CODE
LOW…/agent-harness/cli_anything/web_yu_pri/core/browser.py292def _set_value(page: Any, selector: str, value: str) -> None:CODE
LOW…/agent-harness/cli_anything/web_yu_pri/core/browser.py313def _set_boolean(page: Any, selector: str, value: bool) -> None:CODE
LOW…fari/agent-harness/cli_anything/safari/core/session.py23 def set_url(self, url: str) -> None:CODE
LOW…fari/agent-harness/cli_anything/safari/core/session.py26 def set_tab(self, index: int) -> None:CODE
LOW…ent-harness/cli_anything/slay_the_spire_ii/__init__.py3__all__ = ["__version__"]CODE
LOW…agent-harness/cli_anything/eth2_quickstart/__init__.py3__all__ = ["__version__"]CODE
LOW…agent-harness/cli_anything/libreoffice/core/session.py58 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…aid/agent-harness/cli_anything/mermaid/core/session.py81 def set_code(self, code: str) -> None:CODE
LOW…/agent-harness/cli_anything/wiremock/core/scenarios.py19 def set_state(self, name: str, state: str) -> None:CODE
LOWsiyuan/agent-harness/cli_anything/siyuan/core/client.py142 def set_notebook_icon(self, notebook_id: str, icon: str) -> None:CODE
LOWsiyuan/agent-harness/cli_anything/siyuan/core/client.py255 def set_block_attrs(self, block_id: str, attrs: dict[str, str]) -> None:CODE
LOW…ve/agent-harness/cli_anything/kdenlive/core/session.py56 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…der/agent-harness/cli_anything/blender/core/session.py56 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOWgimp/agent-harness/cli_anything/gimp/core/session.py56 def set_project(self, project: Dict[str, Any], path: Optional[str] = None) -> None:CODE
LOW…thing/nsight_graphics/utils/nsight_graphics_backend.py59__all__ = [CODE
Verbosity Indicators24 hits · 48 pts
SeverityFileLineSnippetContext
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py287 # Step 1: export book from calibre to get the EPUBCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py301 # Step 2: extract EPUB and parse chapter listCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py322 # Step 3: apply optional range filterCOMMENT
LOW…ibre/agent-harness/cli_anything/calibre/core/export.py327 # Step 4: convert each chapter to PDFCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py70 # Step 1: ValidateCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py74 # Step 2: QueueCOMMENT
LOW…nt-harness/cli_anything/comfyui/tests/test_full_e2e.py79 # Step 3: Check statusCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py602 # Step 1: Add rectCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py607 # Step 2: Add circleCOMMENT
LOW…t-harness/cli_anything/inkscape/tests/test_full_e2e.py612 # Step 3: Style changeCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py559 # Step 1: Add objectCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py564 # Step 2: Add materialCOMMENT
LOW…nt-harness/cli_anything/blender/tests/test_full_e2e.py569 # Step 3: Modify objectCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py217 # Step 1: Capture infoCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py221 # Step 2: Action summaryCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py225 # Step 3: Find draw callsCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py230 # Step 4: Inspect pipeline at first drawCOMMENT
LOW…-harness/cli_anything/renderdoc/tests/test_full_e2e.py235 # Step 5: List texturesCOMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py340 # Step 2: Take screenshotCOMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py343 # Step 3: Load end state snapshot if providedCOMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py348 # Step 4: Build promptCOMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py372 # Step 5: Ask model for one actionCOMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py396 # Step 6: Execute the action (unless model says done)COMMENT
LOW…nt-harness/cli_anything/macrocli/backends/gui_agent.py315 # Step 1: Focus the target window if specifiedCOMMENT
Fake / Example Data37 hits · 42 pts
SeverityFileLineSnippetContext
LOW…agent-harness/cli_anything/nslogger/tests/test_core.py910 log_file.write_bytes(b"placeholder")CODE
LOW…a/agent-harness/cli_anything/novita/tests/test_core.py76 models = list_models("fake-key")CODE
LOW…a/agent-harness/cli_anything/novita/tests/test_core.py102 api_key="fake-key",CODE
LOW…a/agent-harness/cli_anything/novita/tests/test_core.py146 api_key="fake-key",CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py165 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py172 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py187 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py194 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py381 '{"email_address":"user@example.com"}',CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py390 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py409 '{"email_address":"user@example.com"}',CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py418 json={"email_address": "user@example.com"},CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py519 '{"email_address":"user@example.com","status":"subscribed"}',CODE
LOW…gent-harness/cli_anything/mailchimp/tests/test_core.py528 json={"email_address": "user@example.com", "status": "subscribed"},CODE
LOW…p/agent-harness/cli_anything/mailchimp/skills/SKILL.md199cli-anything-mailchimp --json lists create-members <list_id> --data '{"email_address":"user@example.com","status":"subscCODE
LOW…p/agent-harness/cli_anything/mailchimp/skills/SKILL.md202cli-anything-mailchimp --json search-members list --query "user@example.com" | jq '.exact_matches.members[]'CODE
LOW…/agent-harness/cli_anything/minimax/tests/test_core.py194 api_key="fake-key",CODE
LOW…/agent-harness/cli_anything/minimax/tests/test_core.py107 api_key="fake-key",CODE
LOW…/agent-harness/cli_anything/minimax/tests/test_core.py226 api_key="fake-key",CODE
LOW…/agent-harness/cli_anything/minimax/tests/test_core.py286 api_key="fake-key",CODE
LOWbrowser/agent-harness/cli_anything/browser/README.md213cli-anything-browser act type /main/input[0] "user@example.com"CODE
LOW…ser/agent-harness/cli_anything/browser/skills/SKILL.md89cli-anything-browser act type /main/input[0] "user@example.com"CODE
LOWsafari/agent-harness/cli_anything/safari/README.md46cli-anything-safari tool fill --selector "#email" --value "user@example.com"CODE
LOW…fari/agent-harness/cli_anything/safari/skills/SKILL.md102cli-anything-safari tool fill --selector "#email" --value "user@example.com"CODE
LOW…fari/agent-harness/cli_anything/safari/skills/SKILL.md138 {"selector": "#email", "value": "user@example.com"},CODE
LOWzoom/agent-harness/cli_anything/zoom/tests/test_core.py267 "email": "user@example.com",CODE
LOWzoom/agent-harness/cli_anything/zoom/tests/test_core.py276 "--email", "user@example.com",CODE
LOWzoom/agent-harness/cli_anything/zoom/tests/test_core.py281 assert "user@example.com" in result.outputCODE
LOWzoom/agent-harness/cli_anything/zoom/tests/test_core.py289 "email": "user@example.com",CODE
LOWzoom/agent-harness/cli_anything/zoom/tests/test_core.py304 assert "user@example.com" in result.outputCODE
LOWskills/cli-anything-mailchimp/SKILL.md199cli-anything-mailchimp --json lists create-members <list_id> --data '{"email_address":"user@example.com","status":"subscCODE
LOWskills/cli-anything-mailchimp/SKILL.md202cli-anything-mailchimp --json search-members list --query "user@example.com" | jq '.exact_matches.members[]'CODE
LOWskills/cli-anything-browser/SKILL.md89cli-anything-browser act type /main/input[0] "user@example.com"CODE
LOWskills/cli-anything-safari/SKILL.md101cli-anything-safari tool fill --selector "#email" --value "user@example.com"CODE
LOWskills/cli-anything-safari/SKILL.md137 {"selector": "#email", "value": "user@example.com"},CODE
LOW…s/agent-harness/cli_anything/tigris/tests/test_core.py317 b.invite_iam_user("user@example.com", role="admin")CODE
LOW…s/agent-harness/cli_anything/tigris/tests/test_core.py320 assert "user@example.com" in argvCODE
Modern AI Meta-Vocabulary7 hits · 19 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md53- **2026-05-30** 🧭 **Hermes skill** proposed (#320), adding a CLI-Anything orchestration skill with installer scripts anCODE
MEDIUM…nt-harness/cli_anything/unrealinsights/skills/SKILL.md55### Capture orchestrationCOMMENT
MEDIUMsbox/agent-harness/cli_anything/sbox/README.md96# PanelComponent + sibling ScreenPanel scaffold (handles the s&box gotchaCOMMENT
MEDIUMsbox/agent-harness/cli_anything/sbox/skills/SKILL.md126# PanelComponent + sibling ScreenPanel scaffold (handles the s&box quirk whereCOMMENT
MEDIUM…gent-harness/cli_anything/notebooklm/notebooklm_cli.py41 except Exception as exc: # pragma: no cover - scaffold behaviorCODE
MEDIUMskills/cli-anything-unrealinsights/SKILL.md55### Capture orchestrationCOMMENT
MEDIUMskills/cli-anything-sbox/SKILL.md126# PanelComponent + sibling ScreenPanel scaffold (handles the s&box quirk whereCOMMENT
Redundant / Tautological Comments11 hits · 17 pts
SeverityFileLineSnippetContext
LOW…t-harness/cli_anything/chromadb/tests/test_full_e2e.py33 # Check if the console script is on PATHCOMMENT
LOWcli-anything-plugin/skill_generator.py547 # Write fileCOMMENT
LOWcli-anything-plugin/scripts/setup-cli-anything.sh37# Check if HARNESS.md existsCOMMENT
LOWunimol_tools/agent-harness/test_features.sh15# Check if project existsCOMMENT
LOWunimol_tools/agent-harness/demo_real_examples.sh100# Check if examples directory existsCOMMENT
LOW…-harness/cli_anything/unimol_tools/unimol_tools_cli.py355 # Display resultsCOMMENT
LOW…rness/cli_anything/unimol_tools/core/models_manager.py294 # Check if improvingCOMMENT
LOW…ent-harness/cli_anything/unimol_tools/utils/weights.py43 # Check if already downloadedCOMMENT
LOWunimol_tools/agent-harness/docs/test/run_tests.sh19# Check if pytest is installedCOMMENT
LOW…r/agent-harness/cli_anything/blender/core/animation.py75 # Check if keyframe already exists at this frame for this propertyCOMMENT
LOWqoder-plugin/setup-qodercli.sh93 # Check if plugin already registered (using --arg for safe variable passing)COMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…_the_spire_ii/agent-harness/bridge/plugin/BridgeMod.cs191 && MegaCrit.Sts2.Core.Runs.RunManager.Instance.NetService.Type.IsMultiplayer();CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHcli-hub-matrix/game-development/SKILL.md121### `ai.gen-asset` — AI-generated art/audio for gamesCOMMENT
Over-Commented Block7 hits · 7 pts
SeverityFileLineSnippetContext
LOW.pi-extension/cli-anything/install.sh1#!/usr/bin/env bashCOMMENT
LOW…nt-harness/cli_anything/joplin/utils/joplin_backend.py141 # is a real Joplin failure or just Node noise. The returned resultCOMMENT
LOW…harness/cli_anything/browser/utils/domshell_backend.py61_daemon_session: Optional[ClientSession] = NoneCOMMENT
LOW…harness/cli_anything/browser/utils/domshell_backend.py521COMMENT
LOW…harness/cli_anything/browser/utils/domshell_backend.py881 translated_path, path_abs = _translate_path(path)COMMENT
LOW…harness/cli_anything/browser/utils/domshell_backend.py1141 # halt on the first step's error so the second step doesn't dispatchCOMMENT
LOW…t-harness/cli_anything/libreoffice/utils/lo_backend.py21COMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOW.pi-extension/cli-anything/install.sh7# Usage:COMMENT
LOWqoder-plugin/setup-qodercli.sh4# Usage:COMMENT