Repository Analysis

wanshuiyin/Auto-claude-code-research-in-sleep

ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.

14.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of wanshuiyin/Auto-claude-code-research-in-sleep, a Python project with 13,385 GitHub stars. SynthScan v2.0 examined 249,278 lines of code across 603 source files, recording 1992 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 14.2 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

14.2
Adjusted Score
14.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
13.4K
Stars
Python
Language
249.3K
Lines of Code
603
Files
2.0K
Pattern Hits
2026-07-14
Scan Date
0.13
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 0HIGH 77MEDIUM 377LOW 1538

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

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

Structural Annotation Overuse723 hits · 1164 pts
SeverityFileLineSnippetContext
LOWSETUP_GUIDE.md11## Step 1: Install Required ToolsCOMMENT
LOWSETUP_GUIDE.md57## Step 2: Create a Research ProjectCOMMENT
LOWSETUP_GUIDE.md69## Step 3: Install SkillsCOMMENT
LOWSETUP_GUIDE.md115## Step 4: Configure GPU ServerCOMMENT
LOWSETUP_GUIDE.md170## Step 5: Initialize Research WikiCOMMENT
LOWSETUP_GUIDE.md195## Step 6: VerifyCOMMENT
LOWtests/test_minimax_integration.py33 # Step 1: InitializeCOMMENT
LOWtests/test_minimax_integration.py42 # Step 2: Notification (no response expected)COMMENT
LOWtests/test_minimax_integration.py49 # Step 3: List toolsCOMMENT
LOWdocs/OPENROUTER_GUIDE.md75### Step 1: Clone ARISCOMMENT
LOWdocs/OPENROUTER_GUIDE.md82### Step 2: Install Python DependenciesCOMMENT
LOWdocs/OPENROUTER_GUIDE.md88### Step 3: Install ARIS Skills with the Standard InstallerCOMMENT
LOWdocs/OPENROUTER_GUIDE.md97### Step 4: Deploy the llm-chat MCP ServerCOMMENT
LOWdocs/OPENROUTER_GUIDE.md106### Step 5: Configure `~/.claude/settings.json`COMMENT
LOWdocs/integrations/FEISHU.md28### Step 1: Create a Feishu group botCOMMENT
LOWdocs/integrations/FEISHU.md35### Step 2: Create config fileCOMMENT
LOWdocs/integrations/FEISHU.md46### Step 3: Test itCOMMENT
LOWdocs/integrations/FEISHU.md79### Step 1: Complete Push setup above first (you'll keep both)COMMENT
LOWdocs/integrations/FEISHU.md81### Step 2: Create a Feishu app on [open.feishu.cn](https://open.feishu.cn/app)COMMENT
LOWdocs/integrations/FEISHU.md103### Step 3: Deploy the bridgeCOMMENT
LOWdocs/integrations/FEISHU.md142### Step 4: Save event configCOMMENT
LOWdocs/integrations/FEISHU.md148### Step 5: Test private chatCOMMENT
LOWdocs/integrations/FEISHU.md164### Step 6: Update ARIS configCOMMENT
LOWskills/meta-apply/SKILL.md52### Step 0: Load staging + resolve the helperCOMMENT
LOWskills/meta-apply/SKILL.md65### Step 1: Jury-at-landing for each requested patchCOMMENT
LOWskills/meta-apply/SKILL.md76### Step 2: Land the survivors (Write/Edit only — never Bash)COMMENT
LOWskills/meta-apply/SKILL.md96### Step 3: ReportCOMMENT
LOWskills/paper-write/SKILL.md170### Step 0: Backup and CleanCOMMENT
LOWskills/paper-write/SKILL.md176### Step 1: Initialize ProjectCOMMENT
LOWskills/paper-write/SKILL.md191### Step 2: Generate math_commands.texCOMMENT
LOWskills/paper-write/SKILL.md204### Step 3: Write Each SectionCOMMENT
LOWskills/paper-write/SKILL.md307### Step 4: Build BibliographyCOMMENT
LOWskills/paper-write/SKILL.md459### Step 5: Scientific Writing Quality Pass (5 audit passes)COMMENT
LOWskills/paper-write/SKILL.md520### Step 6: Cross-Review with REVIEWER_MODELCOMMENT
LOWskills/paper-write/SKILL.md548### Step 7: Reverse Outline Test (from Research-Paper-Writing-Skills)COMMENT
LOWskills/paper-write/SKILL.md558### Step 8: Final ChecksCOMMENT
LOWskills/specification-writing/SKILL.md36### Step 1: Initialize Specification StructureCOMMENT
LOWskills/specification-writing/SKILL.md51### Step 2: Write Title (发明名称)COMMENT
LOWskills/specification-writing/SKILL.md59### Step 3: Write Technical Field (技术领域)COMMENT
LOWskills/specification-writing/SKILL.md65### Step 4: Write Background (背景技术)COMMENT
LOWskills/specification-writing/SKILL.md78### Step 5: Write Summary (发明内容)COMMENT
LOWskills/specification-writing/SKILL.md99### Step 6: Write Brief Description of Drawings (附图说明)COMMENT
LOWskills/specification-writing/SKILL.md112### Step 7: Write Detailed Description (具体实施方式)COMMENT
LOWskills/specification-writing/SKILL.md125### Step 8: Write Abstract (摘要)COMMENT
LOWskills/specification-writing/SKILL.md141### Step 9: Claim Support VerificationCOMMENT
LOWskills/specification-writing/SKILL.md153### Step 10: Cross-Model ReviewCOMMENT
LOWskills/specification-writing/SKILL.md175### Step 11: OutputCOMMENT
LOWskills/proof-writer/SKILL.md40### Step 1: Gather Proof ContextCOMMENT
LOWskills/proof-writer/SKILL.md57### Step 2: Normalize the ClaimCOMMENT
LOWskills/proof-writer/SKILL.md72### Step 3: Feasibility TriageCOMMENT
LOWskills/proof-writer/SKILL.md87### Step 4: Build a Dependency MapCOMMENT
LOWskills/proof-writer/SKILL.md106### Step 5: Write the Proof DocumentCOMMENT
LOWskills/proof-writer/SKILL.md137### Step 6: Final VerificationCOMMENT
LOWskills/paper-claim-audit/SKILL.md57### Step 1: Collect Files (Executor — Claude)COMMENT
LOWskills/paper-claim-audit/SKILL.md87### Step 2: Fresh Reviewer Audit (GPT-5.6-Sol — NEW thread, no reply)COMMENT
LOWskills/paper-claim-audit/SKILL.md166### Step 3: Write Report (Executor — Claude)COMMENT
LOWskills/paper-claim-audit/SKILL.md206### Step 4: Print SummaryCOMMENT
LOWskills/serverless-modal/SKILL.md92### Step 1: Analyze Task → Estimate Cost → Choose GPUCOMMENT
LOWskills/serverless-modal/SKILL.md105### Step 2: Generate Modal LauncherCOMMENT
LOWskills/serverless-modal/SKILL.md242### Step 3: RunCOMMENT
663 more matches not shown…
Decorative Section Separators289 hits · 844 pts
SeverityFileLineSnippetContext
MEDIUMtools/smart_update_copilot.sh156# ─── New-skill confirmation state (declined list + group catalog lookup) ──────COMMENT
MEDIUMtools/overleaf_setup.sh17# ── Refuse to run from a non-interactive context (i.e. inside an agent) ────────COMMENT
MEDIUMtools/overleaf_setup.sh25# ── Args ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh51# ── Read token securely (no echo, never enters shell history) ─────────────────COMMENT
MEDIUMtools/overleaf_setup.sh67# ── Clone with token in URL (transient) ───────────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh76# ── Immediately strip token from remote URL ───────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh80# ── Configure credential helper ───────────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh90# ── Prime credential storage so future pull/push is auth-free ─────────────────COMMENT
MEDIUMtools/overleaf_setup.sh99# ── Clear token from memory ───────────────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh102# ── Install hard-block pre-commit hook ────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh120# ── Verify token was actually stripped from remote ────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh128# ── Set local commit identity (best-effort) ───────────────────────────────────COMMENT
MEDIUMtools/overleaf_setup.sh139# ── Final report ──────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py60# ── Task registration ────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py135# ── Session checks (tmux + screen) ──────────────────────────────COMMENT
MEDIUMtools/watchdog.py153# ── GPU checks ───────────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py168# ── File size checks ─────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py182# ── Task checking logic ─────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py270# ── Loop-liveness check (detect-only) ───────────────────────────COMMENT
MEDIUMtools/watchdog.py337# ── Status output ────────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py388# ── Main loop ────────────────────────────────────────────────────COMMENT
MEDIUMtools/watchdog.py438# ── CLI ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/smart_update.sh39# ─── Parse arguments ───────────────────────────────────────────────────────────COMMENT
MEDIUMtools/smart_update.sh94# ─── Resolve paths ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/smart_update.sh227# ─── Stale-pristine detection ──────────────────────────────────────────────────COMMENT
MEDIUMtools/smart_update.sh241# ─── New-skill confirmation state (declined list + group catalog lookup) ──────COMMENT
MEDIUMtools/convert_skills_to_llm_chat.py29# ── Codex → llm-chat text replacements ──────────────────────────────────COMMENT
MEDIUMtools/extract_paper_style.py139# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py141# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py234# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py236# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py437# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py439# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py449# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/extract_paper_style.py451# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/verify_paper_audits.sh37# ─── Constants ────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh52# ─── Args ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh90# ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh135# ─── Per-audit verification ───────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh419# ─── Run all checks ───────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh426# ─── Write report ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh454# ─── Human-readable summary to stderr ─────────────────────────────────────────COMMENT
MEDIUMtools/verify_paper_audits.sh476# ─── Exit ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_audit.sh19# 1. Working tree (excluding .git/ and node_modules/) ─────────────────────────COMMENT
MEDIUMtools/overleaf_audit.sh39# 2. Git remote URLs of all sub-repos ─────────────────────────────────────────COMMENT
MEDIUMtools/overleaf_audit.sh58# 3. Git history (current repo only — full --all scan can be expensive) ───────COMMENT
MEDIUMtools/overleaf_audit.sh76# 4. Common credential-storage files ──────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py102# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py104# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py126# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py128# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py148# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py150# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py189# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py191# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py223# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py225# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py247# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py249# ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/verify_papers.py290# ──────────────────────────────────────────────────────────────────────────COMMENT
229 more matches not shown…
Hyper-Verbose Identifiers478 hits · 520 pts
SeverityFileLineSnippetContext
LOWtools/deepxiv_fetch.py39def _raise_for_failed_process(proc: subprocess.CompletedProcess[str]) -> None:CODE
LOWtools/verify_papers.py262def _verify_arxiv_batch_with_retry(batch: list[str]) -> dict[str, str]:CODE
LOWtools/research_wiki.py563def fetch_arxiv_metadata_batch(arxiv_ids: list[str], timeout: float = 30.0) -> dict:CODE
LOWtools/research_wiki.py616def _find_existing_page_by_arxiv(wiki_root: Path, arxiv_id: str) -> Path | None:CODE
LOWtests/test_watchdog_loop.py32 def test_register_loop_requires_fields(self):CODE
LOWtests/test_watchdog_loop.py38 def test_register_loop_normalizes_and_stamps(self):CODE
LOWtests/test_watchdog_loop.py50 def test_training_still_requires_session_backcompat(self):CODE
LOWtests/test_watchdog_loop.py90 def test_absent_within_grace_pending(self):CODE
LOWtests/test_watchdog_loop.py97 def test_absent_past_grace_missing(self):CODE
LOWtests/test_watchdog_loop.py104 def test_missing_epoch_failsafe_missing_not_pending(self):CODE
LOWtests/test_watchdog_loop.py111 def test_completed_status_suppresses_stale(self):CODE
LOWtests/test_watchdog_loop.py119 def test_runstate_all_phases_accepted_completed(self):CODE
LOWtests/test_watchdog_loop.py128 def test_unparseable_json_fresh_is_ok_not_stale(self):CODE
LOWtests/test_watchdog_loop.py134 def test_detect_only_no_subprocess(self):CODE
LOWtests/test_codex_install_update.py41def test_install_aris_codex_dry_run_has_no_project_writes(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py68def test_install_aris_codex_reconcile_and_uninstall(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py154def test_install_aris_codex_uninstall_uses_manifest_repo_root(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py194def test_install_aris_codex_reconcile_removes_stale_links_from_manifest_repo(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py246def test_install_aris_codex_reconcile_accepts_already_deleted_stale_link(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py286def test_smart_update_codex_copy_install_and_symlink_refusal(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py351def test_smart_update_codex_local_uses_default_upstream(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py362def test_smart_update_codex_allows_unrelated_symlinked_skills(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py375def test_smart_update_codex_refuses_aris_symlinked_skills(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py388def test_smart_update_codex_ignores_local_only_shared_reference_failures(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py415def test_smart_update_codex_local_respects_overlay(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py446def test_smart_update_codex_overlay_updates_existing_base_copy(tmp_path: Path) -> None:CODE
LOWtests/test_codex_install_update.py489def test_smart_update_codex_overlay_preserves_custom_local_copy(tmp_path: Path) -> None:CODE
LOWtests/test_research_wiki_claims.py33 def test_creates_page_with_proof_status_and_provenance(self):CODE
LOWtests/test_research_wiki_claims.py43 def test_slug_honored_verbatim(self):CODE
LOWtests/test_research_wiki_claims.py47 def test_empirical_status_rejected(self):CODE
LOWtests/test_research_wiki_claims.py57 def test_all_proof_statuses_accepted(self):CODE
LOWtests/test_research_wiki_claims.py62 def test_dedup_skips_without_update_flag(self):CODE
LOWtests/test_research_wiki_claims.py67 def test_update_on_exist_refreshes_status(self):CODE
LOWtests/test_research_wiki_claims.py80 def test_uninitialized_wiki_raises(self):CODE
LOWtests/test_reviewer_pins.py79def test_all_fresh_reviewer_blocks_pin_model_and_floor_effort():CODE
LOWtests/test_provenance.py16def test_model_family_mapping():CODE
LOWtests/test_provenance.py36def test_collision_fails_closed():CODE
LOWtests/test_provenance.py49def test_assert_cross_family_accepts_different():CODE
LOWtests/test_provenance.py56def test_assert_cross_family_rejects_same():CODE
LOWtests/test_provenance.py71def test_assert_cross_family_deterministic_always_ok():CODE
LOWtests/test_provenance.py78def test_assert_cross_family_fails_closed_on_unknown():CODE
LOWtests/test_provenance.py92def test_stamp_refuses_same_family():CODE
LOWtests/test_provenance.py106def test_stamp_refuses_empty_verdict():CODE
LOWtests/test_provenance.py117def test_stamp_and_read_roundtrip():CODE
LOWtests/test_provenance.py137def test_stamp_provisional_records_same_family_without_auto_curation_authority():CODE
LOWtests/test_provenance.py158def test_stamp_provisional_refuses_cross_family_and_unknown_models():CODE
LOWtests/test_provenance.py174def test_stamp_dir_hashes_skill_md():CODE
LOWtests/test_provenance.py212def test_spoofed_sidecar_status_cannot_authorize_curation():CODE
LOWtests/test_provenance.py235def test_stale_stamp_after_edit_is_not_curatable():CODE
LOWtests/test_provenance.py245def test_provisional_cannot_overwrite_accepted():CODE
LOWtests/test_provenance.py258def test_legitimate_deterministic_stamp_still_curatable():CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py100def test_retries_on_rate_exceeded_body_then_succeeds(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py121def test_raises_after_three_rate_exceeded_bodies(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py145def test_malformed_xml_raises(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py193def test_sends_descriptive_user_agent(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py206def test_user_agent_includes_contact_when_env_set(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py219def test_batch_fetch_one_request_many_entries(monkeypatch):CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py237def test_batch_fetch_empty_input_no_request(monkeypatch):CODE
LOWtests/test_research_wiki_experiments.py33 def test_creates_page_with_verdict_and_confidence(self):CODE
LOWtests/test_research_wiki_experiments.py42 def test_invalid_verdict_rejected(self):CODE
418 more matches not shown…
Cross-Language Confusion58 hits · 372 pts
SeverityFileLineSnippetContext
HIGHtools/verify_papers.py41 {"id": "p1", "arxiv_id": "2307.03172", "doi": null, "title": "Lost in the Middle"},STRING
HIGHtools/verify_papers.py42 {"id": "p2", "arxiv_id": null, "doi": "10.1016/...", "title": "AgentAI"},STRING
HIGHtools/verify_papers.py43 {"id": "p3", "arxiv_id": null, "doi": null, "title": "Some Paper"}STRING
HIGHtools/verify_papers.py56 {"id": "p3", "status": "unverified", "method": null, "reason": "no_arxiv_no_doi_no_s2_match"},STRING
HIGHtools/verify_papers.py57 {"id": "p4", "status": "verify_pending", "method": null, "reason": "transient_api_failure"}STRING
HIGHtests/test_research_wiki_helper_resolution.py42cd "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" || exit 1CODE
HIGHtests/test_research_wiki_helper_resolution.py43ARIS_REPO="${ARIS_REPO:-$(awk -F'\t' '$1=="repo_root"{print $2; exit}' .aris/installed-skills.txt 2>/dev/null)}"CODE
HIGHtests/test_research_wiki_helper_resolution.py45 ARIS_REPO=$(cat "$HOME/.aris/repo" 2>/dev/null) || trueCODE
HIGHtests/test_research_wiki_helper_resolution.py52python3 "$WIKI_SCRIPT" init research-wiki || exit 1CODE
HIGHtests/test_research_wiki_helper_resolution.py53test -f research-wiki/query_pack.md || exit 1CODE
HIGHtests/test_research_wiki_helper_resolution.py54test -f research-wiki/log.md || exit 1CODE
HIGHtests/test_research_wiki_helper_resolution.py55test -f research-wiki/graph/edges.jsonl || exit 1CODE
HIGHtests/test_install_aris_replace_link.py7`2>/dev/null || true`), and the pattern matched the name against field 2 (kind)STRING
HIGHtests/test_iteration_log.py78 # omitted direction → field absent (not null)COMMENT
HIGHtests/test_codex_image2_server.py82< "processId": null,CODE
HIGHskills/paper-poster-html/scripts/style_check.py873 while (n && n.nodeType === 1) {CODE
HIGHskills/paper-poster-html/scripts/style_check.py876 if (n.hasAttribute && n.hasAttribute('data-color-exempt')) return true;CODE
HIGHskills/paper-poster-html/scripts/style_check.py877 if (n.getAttribute && n.getAttribute('data-source') === 'paper')CODE
HIGHskills/paper-poster-html/scripts/style_check.py879 const comp = n.getAttribute && n.getAttribute('data-component');CODE
HIGHskills/paper-poster-html/scripts/style_check.py881 if (n.classList && n.classList.contains('qr-block')) return true;CODE
HIGHskills/paper-poster-html/scripts/style_check.py920 colors.push({prop: 'color', rgba: cs.color});CODE
HIGHskills/paper-poster-html/scripts/style_check.py921 colors.push({prop: 'background-color', rgba: cs.backgroundColor});CODE
HIGHskills/paper-poster-html/scripts/style_check.py922 colors.push({prop: 'border-top-color', rgba: cs.borderTopColor});CODE
HIGHskills/paper-poster-html/scripts/style_check.py923 colors.push({prop: 'border-right-color', rgba: cs.borderRightColor});CODE
HIGHskills/paper-poster-html/scripts/style_check.py924 colors.push({prop: 'border-bottom-color', rgba: cs.borderBottomColor});CODE
HIGHskills/paper-poster-html/scripts/style_check.py925 colors.push({prop: 'border-left-color', rgba: cs.borderLeftColor});CODE
HIGHskills/paper-poster-html/scripts/style_check.py926 colors.push({prop: 'fill', rgba: cs.fill});CODE
HIGHskills/paper-poster-html/scripts/style_check.py927 colors.push({prop: 'stroke', rgba: cs.stroke});CODE
HIGHskills/paper-poster-html/scripts/style_check.py932 if (!m || m.a < 0.5) return null; // transparent-ish: not a dark slabCODE
HIGHskills/paper-poster-html/scripts/style_check.py932 if (!m || m.a < 0.5) return null; // transparent-ish: not a dark slabCODE
HIGHskills/paper-poster-html/scripts/style_check.py938 if (!mm) return null;CODE
HIGHskills/paper-poster-html/scripts/style_check.py940 if (p.length < 3) return null;CODE
HIGHskills/paper-poster-html/scripts/style_check.py900 const onscreen = r.width > 0 && r.height > 0;CODE
HIGHskills/paper-poster-html/scripts/style_check.py908 if (L !== null && L < 0.18) {CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py97 "|| (window.MathJax && Object.keys(window.MathJax).length > 0))"CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py105 "() => !!(window.MathJax && window.MathJax.startup "CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py121 f" ? MathJax.typesetPromise() : null))"CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py136 "() => document.fonts && document.fonts.ready "CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py159 " const txt = document.body && document.body.innerText || '';"CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py164 " return {has_mjx, has_tex: has_dollar || has_ddollar "CODE
HIGHskills/paper-poster-html/scripts/_posterly/render.py165 " || has_paren || has_brack};"CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py62 figures.push({CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py71 natural_w: img.naturalWidth || 0,CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py72 natural_h: img.naturalHeight || 0,CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py87 figures.push({CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py96 natural_w: img.naturalWidth || 0,CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py97 natural_h: img.naturalHeight || 0,CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py111 if (!txt || txt.length > 80) return;CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py113 orphans.push({CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py133 const gapPx = parseFloat(cs.rowGap || cs.gap || '0') || 0;CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py144 cols.push({CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py164 if (jc.indexOf('space') !== -1 || jc === 'center'CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py178 while (el && el !== card) {CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py202 if (r && r.height > 0 && r.bottom > maxB) maxB = r.bottom;CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py224 cards.push({CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py244 if (!parent || seenFlexBr.has(parent)) return;CODE
HIGHskills/paper-poster-html/scripts/_posterly/polish.py248 flexbr.push({CODE
HIGHskills/experiment-queue/scripts/queue_manager.py34 "completed": null,STRING
Modern AI Meta-Vocabulary61 hits · 159 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md331- **2026-05-02** — ![NEW](https://img.shields.io/badge/NEW-red?style=flat-square) 🛠️🔗 **Tools-infrastructure migration sCODE
MEDIUMtools/arxiv_fetch.py245 # Defensive aliases — models frequently hallucinate `get` / `fetch`COMMENT
MEDIUMtools/meta_opt/check_ready.sh58# Model-delta trigger (harness diet): a model bump makes existing scaffolding aCOMMENT
MEDIUMdocs/tutorials/agentic_rl_tutorial.html328<li><a href="#1-直觉从-rlhf-到-agentic-rl">§1 直觉:从 RLHF 到 Agentic RL</a>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial.html332<li><a href="#13-agentic-rl-与三类-rl-邻居的关系">1.3 Agentic RL 与三类 RL 邻居的关系</a></li>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial.html370<li><a href="#6-specific-algorithms代表性-agentic-rl-papers">§6 Specific algorithms(代表性 Agentic RL papers)</a>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial.html412<li><a href="#91-agentic-rl-的七宗罪">9.1 Agentic RL 的&quot;七宗罪&quot;</a></li>CODE
MEDIUMdocs/tutorials/kl_divergence_rlhf_tutorial_en.html744<pre><code class="language-python"># Per-token KL with action mask (chat / agentic RL setting)CODE
MEDIUMdocs/tutorials/self_evolving_agents_tutorial.html417<li><a href="#127-hallucination-compounding独立-reviewer-也可能共幻觉">12.7 Hallucination Compounding(独立 reviewer 也可能共幻觉)</a></lCODE
MEDIUMdocs/tutorials/self_evolving_agents_tutorial_en.md900### 12.7 Hallucination Compounding (independent reviewers can co-hallucinate)COMMENT
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html331<li><a href="#12-multi-agent-vs-long-horizon-vs-agentic">1.2 multi-agent vs long-horizon vs agentic</a></li>CODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html335<li><a href="#2-core-multi-agent-collaboration-paradigms">§2 Core multi-agent collaboration paradigms</a>CODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html338<li><a href="#22-autogen-groupchat--a-general-multi-agent-framework">2.2 AutoGen: GroupChat / a general multi-agent framCODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html344<li><a href="#3-multi-agent-debate-from-society-of-mind-to-modern-implementations">§3 Multi-agent debate: from Society oCODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html405<li><a href="#10-engineering-practice-subagent-orchestration--budget-tracking">§10 Engineering practice: subagent orchesCODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html409<li><a href="#111-cost-model-for-multi-agent-collaboration">11.1 Cost model for multi-agent collaboration</a></li>CODE
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html416<li><a href="#121-multi-agent-vs-single-agent--reflection">12.1 Multi-agent vs single-agent + reflection</a></li>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md50### 1.2 multi-agent vs long-horizon vs agenticCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md73## §2 multi-agent 协作核心范式COMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md95### 2.2 AutoGen:GroupChat / 通用 multi-agent 框架COMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md198## §3 multi-agent debate:从 Society of Mind 到现代实现COMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md945## §10 工程实践:subagent orchestration + budget trackingCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md1008### 11.1 multi-agent 协作 cost 模型COMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.md1060### 12.1 multi-agent vs single-agent + reflectionCOMMENT
MEDIUMdocs/tutorials/kl_divergence_rlhf_tutorial_en.md676# Per-token KL with action mask (chat / agentic RL setting)COMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html331<li><a href="#12-multi-agent-vs-long-horizon-vs-agentic">1.2 multi-agent vs long-horizon vs agentic</a></li>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html335<li><a href="#2-multi-agent-协作核心范式">§2 multi-agent 协作核心范式</a>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html338<li><a href="#22-autogengroupchat--通用-multi-agent-框架">2.2 AutoGen:GroupChat / 通用 multi-agent 框架</a></li>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html344<li><a href="#3-multi-agent-debate从-society-of-mind-到现代实现">§3 multi-agent debate:从 Society of Mind 到现代实现</a>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html405<li><a href="#10-工程实践subagent-orchestration--budget-tracking">§10 工程实践:subagent orchestration + budget tracking</a>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html409<li><a href="#111-multi-agent-协作-cost-模型">11.1 multi-agent 协作 cost 模型</a></li>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial.html416<li><a href="#121-multi-agent-vs-single-agent--reflection">12.1 multi-agent vs single-agent + reflection</a></li>CODE
MEDIUMdocs/tutorials/agent_foundations_tutorial.html375<li><a href="#71-subagent-orchestration">7.1 Subagent orchestration</a></li>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial_en.html328<li><a href="#1-intuition-from-rlhf-to-agentic-rl">§1 Intuition: from RLHF to Agentic RL</a>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial_en.html332<li><a href="#13-agentic-rl-relative-to-three-rl-neighbors">1.3 Agentic RL relative to three RL neighbors</a></li>CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial_en.html370<li><a href="#6-specific-algorithms-representative-agentic-rl-papers">§6 Specific algorithms (representative Agentic RL CODE
MEDIUMdocs/tutorials/agentic_rl_tutorial_en.html412<li><a href="#91-the-seven-deadly-sins-of-agentic-rl">9.1 The &quot;seven deadly sins&quot; of Agentic RL</a></li>CODE
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial_en.md50### 1.2 multi-agent vs long-horizon vs agenticCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial_en.md73## §2 Core multi-agent collaboration paradigmsCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial_en.md97### 2.2 AutoGen: GroupChat / a general multi-agent frameworkCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial_en.md949## §10 Engineering practice: subagent orchestration + budget trackingCOMMENT
MEDIUMdocs/tutorials/multi_agent_long_horizon_tutorial_en.md1012### 11.1 Cost model for multi-agent collaborationCOMMENT
MEDIUMdocs/tutorials/agent_foundations_tutorial.md609### 7.1 Subagent orchestrationCOMMENT
MEDIUMdocs/tutorials/kl_divergence_rlhf_tutorial.md676# Per-token KL with action mask (chat / agentic RL setting)COMMENT
MEDIUMdocs/tutorials/agent_foundations_tutorial_en.html375<li><a href="#71-subagent-orchestration">7.1 Subagent orchestration</a></li>CODE
MEDIUMdocs/tutorials/reasoning_models_tutorial_en.html336<li><a href="#21-chain-of-thought-wei-et-al-neurips-2022-arxiv-220111903">2.1 Chain-of-Thought (Wei et al., NeurIPS 2022CODE
MEDIUMdocs/tutorials/reasoning_models_tutorial_en.html758 state: str # partial reasoning traceCODE
MEDIUMdocs/tutorials/agent_foundations_tutorial_en.md609### 7.1 Subagent orchestrationCOMMENT
MEDIUMdocs/tutorials/reasoning_models_tutorial.html336<li><a href="#21-chain-of-thought-wei-et-al-neurips-2022-arxiv-220111903">2.1 Chain-of-Thought (Wei et al., NeurIPS 2022CODE
MEDIUMdocs/tutorials/kl_divergence_rlhf_tutorial.html744<pre><code class="language-python"># Per-token KL with action mask (chat / agentic RL setting)CODE
MEDIUMdocs/tutorials/reasoning_models_tutorial_en.md570 state: str # partial reasoning traceCODE
MEDIUMdocs/tutorials/self_evolving_agents_tutorial_en.html402<li><a href="#11-inference-time-orchestration-like-aris-vs-training-time-meta-learning-like-native-evolution">§11 InfereCODE
MEDIUMdocs/tutorials/self_evolving_agents_tutorial_en.html417<li><a href="#127-hallucination-compounding-independent-reviewers-can-co-hallucinate">12.7 Hallucination Compounding (inCODE
MEDIUMskills/paper-poster-html/scripts/run_gates.py59# Canonical gate order. The orchestration depends on this list order, soCOMMENT
MEDIUMskills/meta-optimize/SKILL.md402Inspired by [Meta-Harness](https://arxiv.org/abs/2603.28052) (Lee et al., 2026) — end-to-end optimization of model harneCODE
MEDIUMskills/skills-codex/meta-optimize/SKILL.md313Inspired by [Meta-Harness](https://arxiv.org/abs/2603.28052) (Lee et al., 2026) — end-to-end optimization of model harneCODE
MEDIUMskills/skills-codex/render-html/SKILL.md39- **Defense-in-depth XSS sanitization.** The helper strips `<script>`/`<style>`/`<iframe>`/`<object>`/`<embed>`/`<form>`CODE
MEDIUMskills/skills-codex/render-html/scripts/render_html.py85# Even if the workflow LLM hallucinates these, they never reach output.COMMENT
MEDIUMskills/render-html/SKILL.md39- **Defense-in-depth XSS sanitization.** The helper strips `<script>`/`<style>`/`<iframe>`/`<object>`/`<embed>`/`<form>`CODE
MEDIUMskills/render-html/scripts/render_html.py90# Even if the workflow LLM hallucinates these, they never reach output.COMMENT
1 more matches not shown…
Excessive Try-Catch Wrapping117 hits · 140 pts
SeverityFileLineSnippetContext
LOWtools/forensics_gate.py227 except Exception as e:CODE
LOWtools/watchdog.py164 except Exception:CODE
LOWtools/watchdog.py178 except Exception:CODE
LOWtools/watchdog.py213 except Exception:CODE
LOWtools/watchdog.py380 except Exception:CODE
LOWtools/watchdog.py427 except Exception as e:CODE
LOWtools/semantic_scholar_fetch.py99 except Exception:CODE
LOWtools/semantic_scholar_fetch.py432 except Exception as exc:CODE
MEDIUMtools/semantic_scholar_fetch.py433 print(f"Error: {exc}", file=sys.stderr)CODE
LOWtools/skill_picker.py219 except Exception as exc: # curses import/terminal failures → fallbackCODE
LOWtools/openalex_fetch.py114 except Exception as e:CODE
MEDIUMtools/openalex_fetch.py115 print(f"Error fetching from OpenAlex: {e}", file=sys.stderr)CODE
LOWtools/openalex_fetch.py320 except Exception as e:STRING
MEDIUMtools/openalex_fetch.py321 print(f"Error: {e}", file=sys.stderr)STRING
MEDIUMtools/convert_skills_to_llm_chat.py241 print("Error: refusing to convert the repo's canonical skills/ tree in place.")CODE
MEDIUMtools/convert_skills_to_llm_chat.py246 print(f"Error: source directory not found: {source_dir}")CODE
LOWtools/extract_paper_style.py170 except Exception:CODE
LOWtools/extract_paper_style.py201 except Exception as e:CODE
LOWtools/extract_paper_style.py215 except Exception as e:CODE
LOWtools/extract_paper_style.py533 except Exception as e:CODE
LOWtools/exa_search.py419 except Exception as exc:CODE
MEDIUMtools/exa_search.py420 print(f"Error: {exc}", file=sys.stderr)CODE
LOWtools/verify_paper_audits.sh211except Exception:CODE
LOWtools/verify_paper_audits.sh306 except Exception as e:CODE
LOWtools/verify_paper_audits.sh318 except Exception as e:CODE
LOWtools/verify_paper_audits.sh326 except Exception as e:CODE
LOWtools/verify_paper_audits.sh333except Exception as e: # any analysis crash is a BLOCKING schema failure, never fail-openCODE
LOWtools/verify_papers.py565 except Exception as e:CODE
LOWaris-monitor/scanner.py135 except Exception:CODE
LOWaris-monitor/scanner.py138 except Exception:CODE
LOWaris-monitor/scanner.py156 except Exception:CODE
LOWaris-monitor/scanner.py180 except Exception:CODE
LOWaris-monitor/scanner.py203 except Exception:CODE
LOWaris-monitor/scanner.py225 except Exception:CODE
LOWaris-monitor/scanner.py241 except Exception:CODE
LOWaris-monitor/scanner.py378 except Exception:CODE
LOWaris-monitor/scanner.py384 except Exception:CODE
LOWaris-monitor/widget.py145 except Exception:CODE
LOWaris-monitor/widget.py150 except Exception:CODE
LOWaris-monitor/widget.py189 except Exception:CODE
LOWaris-monitor/widget.py226 except Exception:CODE
LOWaris-monitor/widget.py243 except Exception:CODE
LOWaris-monitor/widget.py308 except Exception as e: # never let a focus attempt crash the panelCODE
LOWaris-monitor/widget.py363 except Exception as ex:CODE
MEDIUMaris-monitor/widget.py305def work():CODE
LOWaris-monitor/ticker.py73 except Exception:CODE
LOWaris-monitor/focus.py51 except Exception:CODE
LOWaris-monitor/focus.py73 except Exception:CODE
LOWaris-monitor/focus.py87 except Exception as e: # noqa: BLE001 -- best-effort, never raise to the UICODE
LOWtests/test_provenance.py281 except Exception as e: # noqa: BLE001CODE
LOWtests/test_verify_paper_audits.py194 except Exception as exc: # noqa: BLE001CODE
LOWtests/test_corpus_write_guard.py73 except Exception as e: # noqa: BLE001CODE
LOWtests/test_manual_review_integration.py131 except Exception as e:CODE
LOWtests/test_capture_filter.py83 except Exception as e: # noqa: BLE001CODE
LOWtests/test_threat_scan.py136 except Exception as e: # noqa: BLE001CODE
LOWtests/_llm_chat_helpers.py69 except Exception as e:CODE
LOWtests/test_run_state.py284 except Exception as e: # noqa: BLE001CODE
LOWtests/_minimax_helpers.py70 except Exception as e:CODE
LOWtests/test_evidence_check.py186 except Exception as e: # noqa: BLE001CODE
LOWdocs/tutorials/self_evolving_agents_tutorial.html1307 except Exception:CODE
57 more matches not shown…
Unused Imports75 hits · 72 pts
SeverityFileLineSnippetContext
LOWtools/evidence_check.py32CODE
LOWtools/evidence_check.py37CODE
LOWtools/iteration_log.py27CODE
LOWtools/run_state.py39CODE
LOWtools/paper_illustration_image2.py30CODE
LOWtools/check_skills_inventory.py4CODE
LOWtools/semantic_scholar_fetch.py45CODE
LOWtools/convert_skills_to_llm_chat.py20CODE
LOWtools/convert_skills_to_llm_chat.py24CODE
LOWtools/extract_paper_style.py110CODE
LOWtools/extract_paper_style.py115CODE
LOWtools/exa_search.py59CODE
LOWtools/deepxiv_fetch.py4CODE
LOWtools/capture_filter.py29CODE
LOWtools/verify_papers.py84CODE
LOWtools/figure_renderer.py36CODE
LOWtools/research_wiki.py45CODE
LOWtools/provenance.py20CODE
LOWtools/generate_codex_claude_review_overrides.py4CODE
LOWtools/threat_scan.py36CODE
LOWtools/arxiv_fetch.py18CODE
LOWtools/experiment_queue/build_manifest.py17CODE
LOWtools/experiment_queue/queue_manager.py17CODE
LOWaris-monitor/scanner.py49CODE
LOWaris-monitor/widget.py35CODE
LOWaris-monitor/ticker.py18CODE
LOWaris-monitor/focus.py26CODE
LOWtests/test_watchdog_loop.py8CODE
LOWtests/test_codex_install_update.py1CODE
LOWtests/test_research_wiki_claims.py9CODE
LOWtests/test_research_wiki_experiments.py9CODE
LOWtests/test_minimax_chat_server.py6CODE
LOWtests/test_research_wiki_ideas.py9CODE
LOWtests/test_install_aris_ps1.py1CODE
LOWtests/test_iteration_log.py2CODE
LOWtests/test_verify_paper_audits.py3CODE
LOWtests/test_codex_image2_server.py3CODE
LOWtests/test_codex_skill_mirror.py1CODE
LOWtests/test_manual_review_integration.py16CODE
LOWtests/test_llm_chat_server.py13CODE
LOWtests/test_claude_review_parse.py13CODE
LOWtests/test_watchdog.py14CODE
LOWtests/test_feishu_bridge_server.py16CODE
LOWtests/test_copilot_install.py2CODE
LOWtests/test_trigger_eval.py11CODE
LOWtests/test_trigger_eval.py12CODE
LOWtests/_feishu_bridge_helpers.py9CODE
LOWtests/test_mainline_large_payload_prompts.py1CODE
LOWtemplates/claude-hooks/corpus_write_guard.py32CODE
LOWskills/paper-poster-html/scripts/extract_pdf_figures.py34CODE
LOWskills/paper-poster-html/scripts/preprocess_figures.py24CODE
LOWskills/paper-poster-html/scripts/render_preview.py18CODE
LOWskills/paper-poster-html/scripts/asset_check.py45CODE
LOWskills/paper-poster-html/scripts/run_gates.py36CODE
LOWskills/paper-poster-html/scripts/poster_check.py24CODE
LOWskills/paper-poster-html/scripts/style_check.py38CODE
LOWskills/paper-poster-html/scripts/_posterly/measure.py17CODE
LOWskills/paper-poster-html/scripts/_posterly/render.py20CODE
LOWskills/paper-poster-html/scripts/_posterly/render.py24CODE
LOW…ls/paper-poster-html/scripts/_posterly/verify_final.py20CODE
15 more matches not shown…
Deep Nesting77 hits · 66 pts
SeverityFileLineSnippetContext
LOWtools/run_state.py324CODE
LOWtools/watchdog.py357CODE
LOWtools/watchdog.py391CODE
LOWtools/skill_picker.py33CODE
LOWtools/skill_picker.py139CODE
LOWtools/skill_picker.py142CODE
LOWtools/openalex_fetch.py212CODE
LOWtools/extract_paper_style.py462CODE
LOWtools/exa_search.py109CODE
LOWtools/verify_papers.py262CODE
LOWtools/verify_papers.py315CODE
LOWtools/verify_papers.py358CODE
LOWtools/research_wiki.py108CODE
LOWtools/research_wiki.py137CODE
LOWtools/research_wiki.py206CODE
LOWtools/research_wiki.py706CODE
LOWtools/research_wiki.py889CODE
LOWtools/research_wiki.py1107CODE
LOWtools/research_wiki.py1278CODE
LOWtools/research_wiki.py1455CODE
LOWtools/research_wiki.py234CODE
LOWtools/provenance.py253CODE
LOWtools/threat_scan.py116CODE
LOWtools/meta_opt/trigger_eval.py116CODE
LOWtools/meta_opt/trigger_eval.py216CODE
LOWtests/test_reviewer_pins.py54CODE
LOWtests/test_argument_hint_lint.py55CODE
LOWtests/test_codex_skill_mirror.py49CODE
LOWtests/test_manual_review_integration.py136CODE
LOWtests/test_claude_review_overlay.py32CODE
LOWtests/_llm_chat_helpers.py27CODE
LOWtests/_llm_chat_helpers.py76CODE
LOWtests/test_manual_review.py279CODE
LOWtests/test_manual_review.py350CODE
LOWtests/test_manual_review.py502CODE
LOWtests/test_manual_review.py566CODE
LOWtests/test_manual_review.py645CODE
LOWtests/test_manual_review.py702CODE
LOWtests/_minimax_helpers.py74CODE
LOWskills/paper-poster-html/scripts/extract_pdf_figures.py339CODE
LOWskills/paper-poster-html/scripts/preprocess_figures.py153CODE
LOWskills/paper-poster-html/scripts/style_check.py274CODE
LOWskills/paper-poster-html/scripts/style_check.py337CODE
LOWskills/paper-poster-html/scripts/style_check.py427CODE
LOWskills/paper-poster-html/scripts/style_check.py1136CODE
LOWskills/paper-poster-html/scripts/style_check.py351CODE
LOWskills/paper-poster-html/scripts/_posterly/measure.py140CODE
LOWskills/paper-poster-html/scripts/_posterly/polish.py261CODE
LOWskills/paper-poster-html/scripts/_posterly/canvas.py112CODE
LOWskills/figure-spec/scripts/figure_renderer.py115CODE
LOWskills/figure-spec/scripts/figure_renderer.py162CODE
LOWskills/figure-spec/scripts/figure_renderer.py340CODE
LOWskills/skills-codex/render-html/scripts/render_html.py252CODE
LOWskills/skills-codex/render-html/scripts/render_html.py489CODE
LOWskills/skills-codex/render-html/scripts/render_html.py555CODE
LOWskills/skills-codex/render-html/scripts/render_html.py638CODE
LOWskills/experiment-queue/scripts/build_manifest.py74CODE
LOWskills/experiment-queue/scripts/queue_manager.py187CODE
LOWskills/experiment-queue/scripts/queue_manager.py303CODE
LOWskills/render-html/scripts/render_html.py272CODE
17 more matches not shown…
Synthetic Comment Markers8 hits · 40 pts
SeverityFileLineSnippetContext
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.md114. **LLaVA = projector + 2-stage train**: Liu et al. 2023 (NeurIPS) use a **lightweight MLP projector** to project frozeCODE
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.md446- Use 158K visual instructions generated by GPT-4 (LLaVA-Instruct)CODE
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.md1206<summary>Q18. Why is much visual instruction-tuning data generated by GPT-4?</summary>CODE
HIGHdocs/tutorials/reasoning_models_tutorial_en.html722<ul><li>Filtered by three criteria: difficulty, diversity, quality</li><li>Each sample: question + reasoning trace (geneCODE
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.html462<ol><li><strong>Vision encoder = ViT-dominated</strong>: Dosovitskiy et al. 2021 (ICLR) slice images into $P\times P$ paCODE
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.html703<ul><li>Use 158K visual instructions generated by GPT-4 (LLaVA-Instruct)</li><li>Unfreeze projector + LLM; <strong>visioCODE
HIGHdocs/tutorials/vlm_multimodal_tutorial_en.html1091<summary>Q18. Why is much visual instruction-tuning data generated by GPT-4?</summary>CODE
HIGHdocs/tutorials/reasoning_models_tutorial_en.md496- Each sample: question + reasoning trace (generated by Gemini Thinking) + answerCODE
Over-Commented Block41 hits · 39 pts
SeverityFileLineSnippetContext
LOWtools/evidence_check.py41COMMENT
LOWtools/install_aris_copilot.sh1#!/usr/bin/env bashCOMMENT
LOWtools/install_aris_copilot.sh21#COMMENT
LOWtools/install_aris_copilot.sh41# --quiet no prompts; abort on any condition that would promptCOMMENT
LOWtools/smart_update_copilot.sh1#!/usr/bin/env bashCOMMENT
LOWtools/smart_update_copilot.sh21#COMMENT
LOWtools/overleaf_setup.sh1#!/usr/bin/env bashCOMMENT
LOWtools/smart_update.sh1#!/usr/bin/env bashCOMMENT
LOWtools/smart_update.sh21# must be a relative pathCOMMENT
LOWtools/save_trace.sh1#!/usr/bin/env bashCOMMENT
LOWtools/save_trace.sh21# --thread-id "019d8fe0-..." \COMMENT
LOWtools/install_aris_codex.sh1#!/usr/bin/env bashCOMMENT
LOWtools/install_aris_codex.sh21# default install if no manifest, else reconcileCOMMENT
LOWtools/verify_paper_audits.sh1#!/usr/bin/env bashCOMMENT
LOWtools/verify_paper_audits.sh21#COMMENT
LOWtools/verify_wiki_coverage.sh1#!/usr/bin/env bashCOMMENT
LOWtools/smart_update_codex.sh1#!/usr/bin/env bashCOMMENT
LOWtools/smart_update_codex.sh21# one [y/N]; a decline is remembered inCOMMENT
LOWtools/install_aris.sh1#!/usr/bin/env bashCOMMENT
LOWtools/install_aris.sh21# --exclude X,Y never install these skills (recorded as declined)COMMENT
LOWtools/install_aris.sh41# --replace-link NAME replace an upstream-internal symlink that points toCOMMENT
LOWtools/install_aris.sh281 # support directories (existing only)COMMENT
LOWtools/lint_skills_helpers.sh1#!/usr/bin/env bashCOMMENT
LOWtools/meta_opt/check_ready.sh1#!/usr/bin/env bashCOMMENT
LOWtools/meta_opt/check_ready.sh21# comparison. Use `|| true` to absorb the non-zero exit and keep theCOMMENT
LOWtools/meta_opt/log_event.sh1#!/usr/bin/env bashCOMMENT
LOWaris-monitor/run.sh1#!/usr/bin/env bashCOMMENT
LOWaris-monitor/focus-tty.sh1#!/bin/bashCOMMENT
LOWtests/test_research_wiki_helper_resolution.py21from pathlib import PathCOMMENT
LOWskills/paper-poster-html/scripts/style_check.py81#: one of these via `var(--fs-N)` (rule 8); the count gate (rule 9) warnsCOMMENT
LOWskills/paper-poster-html/scripts/_posterly/measure.py301 # it directly by comparing scroll-size to client-size on the alignmentCOMMENT
LOWskills/paper-poster-html/scripts/_posterly/polish.py181 el = el.parentElement;COMMENT
LOWskills/paper-poster-html/scripts/_posterly/preflight.py41}COMMENT
LOWskills/paper-poster-html/scripts/_posterly/preflight.py61 "body": ("poster",),COMMENT
LOWskills/paper-poster-html/scripts/_posterly/preflight.py341 for pat, desc in LATEX_PATTERNS:COMMENT
LOWskills/paper-poster-html/scripts/_posterly/preflight.py421 # role per ROLE_PARENTS. The precipitating bug was a misplacedCOMMENT
LOWskills/interview-cheatsheet/SKILL.md21### Section skeleton (12-14 sections)COMMENT
LOWskills/research-wiki/SKILL.md381COMMENT
LOWskills/skills-codex/interview-cheatsheet/SKILL.md21### Section skeleton (12-14 sections)COMMENT
LOWskills/skills-codex/research-wiki/SKILL.md341 # index + query_pack, logs. Default skip-on-exist (won't clobber an idea enrichedCOMMENT
LOWskills/shared-references/review-tracing.md61 --thread-id "<threadId from response>" \COMMENT
Magic Placeholder Names7 hits · 35 pts
SeverityFileLineSnippetContext
HIGHdocs/LLM_API_MIX_MATCH_GUIDE.md100 "LLM_API_KEY": "your-api-key",CODE
HIGHdocs/integrations/VAST_GPU_GUIDE_CN.md30 vastai set api-key YOUR_API_KEYCODE
HIGHdocs/integrations/VAST_GPU_GUIDE.md30 vastai set api-key YOUR_API_KEYCODE
HIGHskills/vast-gpu/SKILL.md21vastai set api-key YOUR_API_KEYCODE
HIGHskills/auto-review-loop-llm/SKILL.md45 "LLM_API_KEY": "your-api-key",CODE
HIGHskills/skills-codex/vast-gpu/SKILL.md21vastai set api-key YOUR_API_KEYCODE
HIGHskills/skills-codex/auto-review-loop-llm/SKILL.md33 "LLM_API_KEY": "your-api-key",CODE
Cross-File Repetition4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHmcp-servers/gemini-review/server.py0rebind stdio to raw unbuffered binary streams for mcp framing. deferred into a function (called at the top of main()) soSTRING
HIGHmcp-servers/minimax-chat/server.py0rebind stdio to raw unbuffered binary streams for mcp framing. deferred into a function (called at the top of main()) soSTRING
HIGHmcp-servers/codex-image2/server.py0rebind stdio to raw unbuffered binary streams for mcp framing. deferred into a function (called at the top of main()) soSTRING
HIGHmcp-servers/llm-chat/server.py0rebind stdio to raw unbuffered binary streams for mcp framing. deferred into a function (called at the top of main()) soSTRING
AI Slop Vocabulary9 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMtools/meta_opt/check_ready.sh58# Model-delta trigger (harness diet): a model bump makes existing scaffolding aCOMMENT
MEDIUMtests/test_research_wiki_helper_resolution.py211 # Helper-missing case: chain exits 42 (test harness sentinel)STRING
MEDIUM…cs/tutorials/multi_agent_long_horizon_tutorial_en.html371<li><a href="#61-plan-then-execute-paradigm">6.1 Plan-then-execute paradigm</a></li>CODE
MEDIUMdocs/tutorials/rlhf_dpo_grpo_ppo_tutorial_en.html342<li><a href="#3-rlhf-pipeline-instructgpt-paradigm">§3 RLHF Pipeline (InstructGPT Paradigm)</a>CODE
MEDIUMdocs/tutorials/3d_generation_tutorial_en.html382<li><a href="#71-zero-1-to-3-paradigm-novel-view-via-diffusion">7.1 Zero-1-to-3 paradigm (novel view via diffusion)</a><CODE
MEDIUMdocs/tutorials/agent_foundations_tutorial_en.html381<li><a href="#8-computer-use-paradigm-agent-as-os-user">§8 Computer-Use paradigm: agent as OS-user</a>CODE
MEDIUMdocs/tutorials/reasoning_models_tutorial_en.html328<li><a href="#1-why-this-is-the-biggest-paradigm-shift-of-2024-2026">§1 Why This Is the Biggest Paradigm Shift of 2024-2CODE
MEDIUMdocs/tutorials/self_evolving_agents_tutorial_en.html335<li><a href="#24-three-paradigm-comparison-memorize">2.4 Three-paradigm comparison (memorize)</a></li>CODE
MEDIUMmcp-servers/minimax-chat/server.py2"""MiniMax Chat MCP Server - A robust MCP server that calls MiniMax Chat Completions API"""STRING
Example Usage Blocks9 hits · 14 pts
SeverityFileLineSnippetContext
LOWtools/install_aris_copilot.sh14# Usage:COMMENT
LOWtools/overleaf_setup.sh9# Usage:COMMENT
LOWtools/smart_update.sh6# Usage:COMMENT
LOWtools/install_aris_codex.sh17# Usage:COMMENT
LOWtools/verify_paper_audits.sh8# Usage:COMMENT
LOWtools/verify_wiki_coverage.sh14# Usage:COMMENT
LOWtools/install_aris.sh10# Usage:COMMENT
LOWaris-monitor/run.sh14# Usage:COMMENT
LOWdocs/tutorials/vae_vqvae_vqgan_tutorial_en.html946# Usage example:COMMENT
Redundant / Tautological Comments6 hits · 9 pts
SeverityFileLineSnippetContext
LOWtools/smart_update_copilot.sh208 # Check if local differs from upstreamCOMMENT
LOWtools/smart_update.sh355 # Check if the LOCAL version has lines matching personal patternsCOMMENT
LOWtools/save_trace.sh85 # Check if this run dir was created in the last 2 hours (same session)COMMENT
LOWtools/research_wiki.py163 # Check if edge already existsCOMMENT
LOWtools/install_aris.sh1162 # Check if any can be auto-resolved by --adopt-existing (where current target == expected)COMMENT
LOWmcp-servers/minimax-chat/server.py292 # Check if it's a Content-Length header or direct JSONCOMMENT
Fake / Example Data6 hits · 9 pts
SeverityFileLineSnippetContext
LOWtests/test_research_wiki_fetch_arxiv_metadata.py208 monkeypatch.setenv("ARIS_VERIFY_EMAIL", "dev@example.org")CODE
LOWtests/test_research_wiki_fetch_arxiv_metadata.py214 assert "mailto:dev@example.org" in uaCODE
LOWtests/test_exa_search.py89 author="John Doe",CODE
LOWtests/test_exa_search.py97 assert entry["author"] == "John Doe"CODE
LOWtests/test_arxiv_fetch.py198 monkeypatch.setenv("ARIS_VERIFY_EMAIL", "dev@example.org")CODE
LOWtests/test_arxiv_fetch.py204 assert "mailto:dev@example.org" in uaCODE
AI Structural Patterns8 hits · 8 pts
SeverityFileLineSnippetContext
LOWtools/semantic_scholar_fetch.py172CODE
LOWtools/semantic_scholar_fetch.py215CODE
LOWtools/exa_search.py140CODE
LOWtools/research_wiki.py706CODE
LOWtools/research_wiki.py889CODE
LOWtools/research_wiki.py1107CODE
LOWtools/research_wiki.py1278CODE
LOWtests/test_install_aris_tools_symlink.py48CODE
Overly Generic Function Names8 hits · 8 pts
SeverityFileLineSnippetContext
LOWtests/_llm_chat_helpers.py76def handle_request(request):CODE
LOWtests/_minimax_helpers.py74def handle_request(request):CODE
LOWmcp-servers/gemini-review/server.py1631def handle_request(request: dict[str, Any]) -> dict[str, Any] | None:CODE
LOWmcp-servers/minimax-chat/server.py149def handle_request(request):CODE
LOWmcp-servers/codex-image2/server.py743def handle_request(request: dict[str, Any]) -> dict[str, Any] | None:CODE
LOWmcp-servers/manual-review/server.py616def handle_request(request: dict[str, Any]) -> dict[str, Any] | None:STRING
LOWmcp-servers/claude-review/server.py506def handle_request(request: dict[str, Any]) -> dict[str, Any] | None:CODE
LOWmcp-servers/llm-chat/server.py151def handle_request(request):CODE
Verbosity Indicators3 hits · 7 pts
SeverityFileLineSnippetContext
LOWtests/test_minimax_integration.py33 # Step 1: InitializeCOMMENT
LOWtests/test_minimax_integration.py42 # Step 2: Notification (no response expected)COMMENT
LOWtests/test_minimax_integration.py49 # Step 3: List toolsCOMMENT
Modern Structural Boilerplate4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/evidence_check.py188__all__ = ["check_claim", "check_batch"]CODE
LOWtools/capture_filter.py107__all__ = ["screen", "reason_detail"]CODE
LOWtools/provenance.py247__all__ = [CODE
LOWtools/threat_scan.py197__all__ = ["INVISIBLE_CHARS", "scan_for_threats", "first_threat_message", "quarantine"]CODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_feishu_bridge_server.py220 # Create a handler with mocked request infrastructureCOMMENT