AutoRAG: Now your agent can find anything in your computer. It gets smarter if you are using it frequently.
This report presents the forensic synthetic code analysis of Marker-Inc-Korea/AutoRAG, a TypeScript project with 4,963 GitHub stars. SynthScan v2.0 examined 106,783 lines of code across 772 source files, recording 756 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 9.7 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 756 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/subagents/runtime.test.ts | 195 | function isRuntimeModelsWorkerMessage(value: unknown): value is RuntimeModelsWorkerMessage { | CODE |
| LOW | test/subagents/runtime-models-process-fixture.ts | 30 | function releaseReadBarrierWhenAllWorkersArrive(): void { | CODE |
| LOW | test/agent/search-documents.test.ts | 83 | function fauxModelWithExplorerArtifacts( | CODE |
| LOW | test/agent/search-documents.test.ts | 102 | function fauxModelWithNestedExplorerTasks(explorerId: string, cwd: string, ...responses: FauxResponseStep[]) { | CODE |
| LOW | test/agent/search-documents.test.ts | 117 | function fauxModelFromSubagentArgs( | CODE |
| LOW | test/agent/search-documents.test.ts | 138 | function fauxModelForRepeatedSearches(explorerId: string, ...responses: FauxResponseStep[]) { | CODE |
| LOW | test/agent/search-documents.test.ts | 219 | function piSubagentsExplorerResult(provider: string, handoff: ExplorerHandoff): AgentToolResult<unknown> { | CODE |
| LOW | test/agent/search-documents.test.ts | 337 | function cleanupProbeSessionFactory( | CODE |
| LOW | test/agent/search-documents.test.ts | 390 | function replaceRunLogWithDirectory(memoryPath: string): void { | CODE |
| LOW | test/observability/run-log.test.ts | 86 | function fauxModelWithSubagentArgs( | CODE |
| LOW | test/observability/run-log.test.ts | 106 | function fauxModelForRepeatedSearches( | CODE |
| LOW | legacy/tests/mock.py | 137 | def mock_get_text_embedding_batch( | CODE |
| LOW | legacy/tests/mock.py | 146 | async def mock_aget_text_embedding_batch( | CODE |
| LOW | legacy/tests/autorag/test_parser.py | 83 | def test_start_parsing_specific_type_with_perfect_simple_yaml(simple_parser): | CODE |
| LOW | legacy/tests/autorag/test_parser.py | 90 | def test_start_parser_specific_type_with_lack_simple_yaml(simple_parser): | CODE |
| LOW⚡ | legacy/tests/autorag/test_parser.py | 138 | def test_start_parsing_specific_type_with_perfect_full_yaml(full_parser): | CODE |
| LOW⚡ | legacy/tests/autorag/test_parser.py | 145 | def test_start_parsing_specific_type_with_lack_full_yaml(full_parser): | CODE |
| LOW⚡ | legacy/tests/autorag/test_parser.py | 152 | def test_start_parsing_all_files(simple_parser): | CODE |
| LOW | legacy/tests/autorag/test_strategy.py | 99 | def test_select_normalize_mean(): | CODE |
| LOW | legacy/tests/autorag/test_dashboard.py | 36 | def test_make_trial_summary_md(): | CODE |
| LOW | legacy/tests/autorag/test_web.py | 18 | def test_web_cli_yaml_project_dir(): | CODE |
| LOW | legacy/tests/autorag/test_evaluator.py | 503 | def test_restart_leads_start_trial(evaluator): | CODE |
| LOW | legacy/tests/autorag/test_node_line.py | 9 | def test_run_node_line_reports_missing_best_module(tmp_path): | CODE |
| LOW | legacy/tests/autorag/test_deploy.py | 41 | def evaluator_data_gen_by_autorag(): | CODE |
| LOW | legacy/tests/autorag/test_deploy.py | 163 | def test_extract_node_line_names(full_config): | CODE |
| LOW | legacy/tests/autorag/test_deploy.py | 172 | def test_extract_node_strategy(full_config): | CODE |
| LOW | legacy/tests/autorag/test_deploy.py | 353 | def test_runner_api_server_stream(evaluator_trial_done): | CODE |
| LOW | legacy/tests/autorag/test_cli.py | 92 | def test_extract_best_config_cli(): | CODE |
| LOW | legacy/tests/autorag/test_cli.py | 121 | def test_restart_evaluate_leads_start_evaluate(): | CODE |
| LOW | …/nodes/passageaugmenter/test_pass_passage_augmenter.py | 9 | def test_pass_passage_augmenter(): | CODE |
| LOW | …g/nodes/passageaugmenter/test_run_passage_augmenter.py | 39 | def test_run_passage_augmenter_node(node_line_dir): | CODE |
| LOW⚡ | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 19 | def prev_next_augmenter_instance(): | CODE |
| LOW⚡ | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 23 | def test_prev_next_augmenter_next(prev_next_augmenter_instance): | CODE |
| LOW⚡ | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 32 | def test_prev_next_augmenter_prev(prev_next_augmenter_instance): | CODE |
| LOW⚡ | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 41 | def test_prev_next_augmenter_both(prev_next_augmenter_instance): | CODE |
| LOW⚡ | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 50 | def test_prev_next_augmenter_multi_passages(prev_next_augmenter_instance): | CODE |
| LOW | …rag/nodes/passageaugmenter/test_prev_next_augmenter.py | 70 | def test_prev_next_augmenter_node(): | CODE |
| LOW | …autorag/nodes/promptmaker/test_long_context_reorder.py | 14 | def long_context_reorder_instance(): | CODE |
| LOW | …autorag/nodes/promptmaker/test_long_context_reorder.py | 18 | def test_long_context_reorder(long_context_reorder_instance): | CODE |
| LOW | …autorag/nodes/promptmaker/test_long_context_reorder.py | 34 | def test_long_context_reorder_node(): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 52 | def test_evaluate_generator_result(): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 63 | def test_evaluate_one_prompt_maker_node(): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 143 | def test_run_prompt_maker_node(node_line_dir): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 193 | def test_run_prompt_maker_node_default(node_line_dir): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 215 | def test_run_prompt_maker_one_module(node_line_dir): | CODE |
| LOW | …sts/autorag/nodes/promptmaker/test_prompt_maker_run.py | 249 | def test_summary_metric_name_at_threshold_cutoff(): | CODE |
| LOW | …s/autorag/nodes/promptmaker/test_window_replacement.py | 27 | def window_replacement_instance(pseudo_project_dir): | CODE |
| LOW | …s/autorag/nodes/promptmaker/test_window_replacement.py | 47 | def test_window_replacement_node(pseudo_project_dir): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 66 | def project_dir_for_vectordb_node(): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 99 | def project_dir_for_vectordb_node_from_sample_project(): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 149 | def test_vectordb_retrieval_ids(vectordb_instance): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 161 | def test_vectordb_retrieval_ids_empty(vectordb_instance): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 207 | async def test_duplicate_id_vectordb_ingest(openai_chroma): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 234 | async def test_long_text_vectordb_ingest(openai_chroma): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 247 | def mock_get_text_embedding_batch(self, texts, **kwargs): | CODE |
| LOW | …tests/autorag/nodes/semanticretrieval/test_vectordb.py | 269 | async def test_filter_exist_ids_from_retrieval_gt(mock_chroma): | CODE |
| LOW | …nodes/semanticretrieval/test_run_semantic_retrieval.py | 75 | def test_run_semantic_retrieval_node(node_line_dir): | CODE |
| LOW | …tests/autorag/nodes/hybridretrieval/test_hybrid_rrf.py | 78 | def test_hybrid_rrf_node_deploy(pseudo_project_dir): # noqa: F811 | CODE |
| LOW | …rag/nodes/hybridretrieval/test_run_hybrid_retrieval.py | 76 | def test_run_hybrid_retrieval_node(node_line_dir): | CODE |
| LOW | …/tests/autorag/nodes/hybridretrieval/test_hybrid_cc.py | 62 | def test_hybrid_cc_non_overlap(): | CODE |
| 405 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/tests/autorag/nodes/generator/test_vllm.py | 6 | CODE | |
| LOW | legacy/autorag/nodes/passageaugmenter/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/passageaugmenter/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/promptmaker/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/promptmaker/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/promptmaker/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/promptmaker/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/semanticretrieval/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/hybridretrieval/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/hybridretrieval/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/generator/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/generator/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/generator/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/generator/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/generator/__init__.py | 5 | CODE | |
| LOW | legacy/autorag/nodes/queryexpansion/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/queryexpansion/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/queryexpansion/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/queryexpansion/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 5 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 6 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 7 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 8 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 9 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 10 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 11 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 12 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 13 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 14 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 15 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 16 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/__init__.py | 17 | CODE | |
| LOW | legacy/autorag/nodes/passagereranker/tart/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 5 | CODE | |
| LOW | legacy/autorag/nodes/passagefilter/__init__.py | 6 | CODE | |
| LOW | legacy/autorag/nodes/passagecompressor/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/nodes/passagecompressor/__init__.py | 2 | CODE | |
| LOW | legacy/autorag/nodes/passagecompressor/__init__.py | 3 | CODE | |
| LOW | legacy/autorag/nodes/passagecompressor/__init__.py | 4 | CODE | |
| LOW | legacy/autorag/nodes/lexicalretrieval/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 8 | CODE | |
| LOW | legacy/autorag/deploy/__init__.py | 9 | CODE | |
| LOW | legacy/autorag/utils/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/utils/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/utils/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/utils/__init__.py | 1 | CODE | |
| LOW | legacy/autorag/utils/__init__.py | 1 | CODE | |
| 37 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …tests/autorag/data/qa/evolve/base_test_query_evolve.py | 0 | filename: new jeans never die. newjeans (뉴진스) is a 5-member girl group under ador and hybe labels. the members consist o | STRING |
| HIGH | …torag/data/qa/generation_gt/base_test_generation_gt.py | 0 | filename: new jeans never die. newjeans (뉴진스) is a 5-member girl group under ador and hybe labels. the members consist o | STRING |
| HIGH | …acy/tests/autorag/data/qa/query/base_test_query_gen.py | 0 | filename: new jeans never die. newjeans (뉴진스) is a 5-member girl group under ador and hybe labels. the members consist o | STRING |
| HIGH | legacy/autorag/nodes/hybridretrieval/run.py | 0 | evaluate retrieval node from retrieval node result dataframe. :param result_df: the result dataframe from a retrieval no | STRING |
| HIGH | legacy/autorag/nodes/queryexpansion/run.py | 0 | evaluate retrieval node from retrieval node result dataframe. :param result_df: the result dataframe from a retrieval no | STRING |
| HIGH | legacy/autorag/nodes/retrieval/run_util.py | 0 | evaluate retrieval node from retrieval node result dataframe. :param result_df: the result dataframe from a retrieval no | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/nvidia.py | 0 | initialize cohere rerank node. :param project_dir: the project directory path. :param api_key: the api key for cohere re | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/mixedbreadai.py | 0 | initialize cohere rerank node. :param project_dir: the project directory path. :param api_key: the api key for cohere re | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/jina.py | 0 | initialize cohere rerank node. :param project_dir: the project directory path. :param api_key: the api key for cohere re | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/cohere.py | 0 | initialize cohere rerank node. :param project_dir: the project directory path. :param api_key: the api key for cohere re | STRING |
| HIGH | …/autorag/nodes/passagereranker/sentence_transformer.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/openvino.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/monot5.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/koreranker.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| HIGH | …cy/autorag/nodes/passagereranker/flag_embedding_llm.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| HIGH | legacy/autorag/nodes/passagereranker/flag_embedding.py | 0 | rerank a list of contents based on their relevance to a query using baai normal-reranker model. :param queries: the list | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | legacy/README.md | 222 | # RAG Optimization | COMMENT |
| MEDIUM | legacy/README.md | 232 | ## How AutoRAG optimizes RAG pipeline? | COMMENT |
| MEDIUM | legacy/README.md | 244 | ### 📌 Supporting RAG Optimization Nodes & modules | COMMENT |
| MEDIUM | legacy/README.md | 363 | ### 4. Deploy your optimal RAG pipeline | COMMENT |
| MEDIUM | legacy/tests/autorag/nodes/generator/test_openai.py | 109 | # unknown gpt-5.4+ variants fall back to the family context window | COMMENT |
| MEDIUM⚡ | legacy/tests/autorag/embedding/test_base.py | 19 | # Test loading a supported embedding model | COMMENT |
| MEDIUM⚡ | legacy/tests/autorag/embedding/test_base.py | 24 | # Test loading an unsupported embedding model | COMMENT |
| MEDIUM | legacy/tests/autorag/vectordb/test_pinecone.py | 21 | dimension=768, # mock embedding model has 768 dimensions | CODE |
| MEDIUM | legacy/docs/source/tutorial.md | 51 | ## Find Optimal RAG Pipeline | COMMENT |
| MEDIUM | legacy/docs/source/tutorial.md | 213 | ## Deploy your optimal RAG pipeline | COMMENT |
| MEDIUM | legacy/docs/source/test_your_rag.md | 1 | # Evaluate your RAG | COMMENT |
| MEDIUM | legacy/docs/source/roadmap/modular_rag.md | 8 | # Road to Modular RAG | COMMENT |
| MEDIUM | legacy/docs/source/roadmap/modular_rag.md | 10 | ## 🤷♂️ What is Modular RAG? | COMMENT |
| MEDIUM | legacy/docs/source/roadmap/modular_rag.md | 43 | ## 🚀 Road to Modular RAG | COMMENT |
| MEDIUM | legacy/docs/source/roadmap/modular_rag.md | 113 | ### Node line for Modular RAG | COMMENT |
| MEDIUM | …/autorag/nodes/passageaugmenter/prev_next_augmenter.py | 41 | # init embedding model | COMMENT |
| MEDIUM | legacy/autorag/nodes/generator/openai_llm.py | 21 | 1_050_000 # gpt-5.4 / gpt-5.5 / gpt-5.6 families share a 1.05M context window | CODE |
| MEDIUM | legacy/autorag/nodes/generator/openai_llm.py | 24 | # gpt-5 family prefixes that support the 1.05M context window. | COMMENT |
| MEDIUM | legacy/autorag/nodes/generator/openai_llm.py | 35 | # gpt-5.6 family (July 2026) - 1.05M context window | COMMENT |
| MEDIUM | legacy/autorag/utils/util.py | 551 | openai_embedding_limit = 8000 # all openai embedding model has 8000 max token input | CODE |
| MEDIUM | docs/subagent-orchestration.md | 1 | # Subagent orchestration | COMMENT |
| MEDIUM | .github/copilot-instructions.md | 1 | # AutoRAG - AI-Powered RAG Pipeline Optimization | COMMENT |
| MEDIUM | .github/copilot-instructions.md | 235 | │ │ ├── nodes/ # RAG pipeline nodes | CODE |
| MEDIUM | .github/copilot-instructions.md | 239 | │ │ ├── rag/ # RAG pipeline configs | CODE |
| MEDIUM | presentation_assets/SPEAKER_OUTLINE.md | 11 | ## ACT 1 — AutoRAG: AutoML for RAG (slides 1–9, ~8 min) | COMMENT |
| MEDIUM | presentation_assets/SPEAKER_OUTLINE.md | 45 | ## ACT 2 — AutoRAG-Research: reproducible RAG (slides 10–13, ~4 min) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | legacy/docs/source/troubleshooting.md | 82 | export OPENAI_API_KEY=your_api_key | CODE |
| HIGH | legacy/docs/source/troubleshooting.md | 102 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/local_model.md | 62 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/local_model.md | 87 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/install.md | 96 | export OPENAI_API_KEY="sk-...your-api-key..." | CODE |
| HIGH | legacy/docs/source/install.md | 107 | OPENAI_API_KEY=sk-...your-api-key... | CODE |
| HIGH | legacy/docs/source/install.md | 148 | OPENAI_API_KEY=sk-...your-api-key... | CODE |
| HIGH | legacy/docs/source/integration/llm/huggingface_llm.md | 24 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/integration/llm/nvidia_nim.md | 41 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/integration/llm/llm.md | 61 | api_key: your_api_key | CODE |
| HIGH | legacy/docs/source/integration/vectordb/chroma.md | 110 | api_key: YOUR_API_KEY | CODE |
| HIGH | .github/copilot-instructions.md | 92 | OPENAI_API_KEY=sk-your-api-key-here | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 148 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 152 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 161 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 162 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 169 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 170 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 173 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 179 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 180 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 184 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 185 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 189 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 190 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 192 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 193 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 202 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 211 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 220 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 224 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 225 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 227 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 236 | CODE | |
| MEDIUM | legacy/autorag/data/legacy/qacreation/base.py | 239 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | legacy/tests/autorag/nodes/generator/test_minimax.py | 317 | # Create a very long prompt | COMMENT |
| MEDIUM | …utorag/nodes/passagereranker/test_voyageai_reranker.py | 42 | # Create a mock VoyageResponse object | COMMENT |
| MEDIUM | …utorag/nodes/passagereranker/test_voyageai_reranker.py | 51 | # Create an instance of RerankingObject using the mock data | COMMENT |
| MEDIUM⚡ | legacy/autorag/utils/util.py | 530 | # Create the header of the table | COMMENT |
| MEDIUM⚡ | legacy/autorag/utils/util.py | 533 | # Create the rows of the table | COMMENT |
| MEDIUM | legacy/autorag/data/parse/clova.py | 154 | # Create a 2D array to keep track of merged cells | COMMENT |
| MEDIUM | legacy/autorag/data/qa/extract_evidence.py | 1 | # This module is about extracting evidence from the given retrieval gt passage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/autorag/nodes/generator/openai_llm.py | 223 | CODE | |
| LOW | …/autorag/nodes/passagereranker/tart/modeling_enc_t5.py | 83 | CODE | |
| LOW | legacy/autorag/nodes/passagecompressor/longllmlingua.py | 115 | CODE | |
| LOW | legacy/autorag/embedding/vllm.py | 58 | CODE | |
| LOW | legacy/autorag/vectordb/milvus.py | 22 | CODE | |
| LOW | legacy/autorag/vectordb/milvus.py | 164 | CODE | |
| LOW | legacy/autorag/vectordb/pinecone.py | 15 | CODE | |
| LOW | legacy/autorag/vectordb/pinecone.py | 110 | CODE | |
| LOW | legacy/autorag/vectordb/qdrant.py | 22 | CODE | |
| LOW | legacy/autorag/vectordb/weaviate.py | 17 | CODE | |
| LOW | legacy/autorag/vectordb/weaviate.py | 154 | CODE | |
| LOW | legacy/autorag/vectordb/chroma.py | 19 | CODE | |
| LOW | legacy/autorag/vectordb/couchbase.py | 18 | CODE | |
| LOW | legacy/autorag/utils/util.py | 43 | CODE | |
| LOW | legacy/autorag/utils/util.py | 456 | CODE | |
| LOW | legacy/autorag/evaluation/metric/generation.py | 73 | CODE | |
| LOW | legacy/autorag/evaluation/metric/generation.py | 187 | CODE | |
| LOW | legacy/autorag/evaluation/metric/generation.py | 233 | CODE | |
| LOW | legacy/autorag/evaluation/metric/generation.py | 418 | CODE | |
| LOW | legacy/autorag/data/parse/base.py | 69 | CODE | |
| LOW | legacy/autorag/data/legacy/qacreation/simple.py | 48 | CODE | |
| LOW | legacy/autorag/data/legacy/qacreation/base.py | 104 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/tests/delete_tests.py | 8 | CODE | |
| LOW | legacy/autorag/web.py | 9 | CODE | |
| LOW | legacy/autorag/cli.py | 100 | CODE | |
| LOW | legacy/autorag/nodes/generator/base.py | 56 | CODE | |
| LOW | legacy/autorag/nodes/generator/base.py | 59 | CODE | |
| LOW | …/autorag/nodes/passagereranker/tart/modeling_enc_t5.py | 83 | CODE | |
| LOW | legacy/autorag/vectordb/chroma.py | 19 | CODE | |
| LOW | legacy/autorag/utils/preprocess.py | 23 | CODE | |
| LOW | legacy/autorag/utils/preprocess.py | 131 | CODE | |
| LOW | legacy/autorag/utils/preprocess.py | 24 | CODE | |
| LOW | legacy/autorag/utils/util.py | 237 | CODE | |
| LOW | legacy/autorag/utils/util.py | 263 | CODE | |
| LOW | legacy/autorag/utils/util.py | 292 | CODE | |
| LOW | legacy/autorag/utils/util.py | 500 | CODE | |
| LOW | legacy/autorag/utils/util.py | 630 | CODE | |
| LOW | legacy/autorag/schema/metricinput.py | 39 | CODE | |
| LOW | legacy/autorag/data/parse/clova.py | 148 | CODE | |
| LOW | legacy/autorag/data/parse/run.py | 38 | CODE | |
| LOW | legacy/autorag/data/parse/llamaparse.py | 71 | CODE | |
| LOW | legacy/autorag/data/parse/llamaparse.py | 81 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | legacy/tests/autorag/test_evaluator.py | 59 | assert evaluator.qa_data.equals(loaded_qa_data) | CODE |
| HIGH | legacy/tests/autorag/test_evaluator.py | 60 | assert evaluator.corpus_data.equals(loaded_corpus_data) | CODE |
| HIGH | legacy/tests/autorag/utils/test_util.py | 134 | assert df.equals(summary_df) | CODE |
| HIGH | legacy/tests/autorag/utils/test_util.py | 150 | assert load_df.equals(df) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/tests/autorag/nodes/generator/test_vllm.py | 8 | except Exception as exc: # noqa: BLE001 - skip when mock is incompatible with installed vllm | CODE |
| LOW | legacy/autorag/dashboard.py | 148 | except Exception as e: | STRING |
| MEDIUM | legacy/autorag/dashboard.py | 172 | print(f"Error in {yaml_filepath}: {exc}") | STRING |
| LOW | legacy/autorag/nodes/generator/base.py | 40 | except Exception as e: | CODE |
| LOW | legacy/autorag/nodes/passagereranker/openvino.py | 73 | except Exception: | CODE |
| LOW | legacy/autorag/nodes/passagereranker/flag_embedding.py | 32 | except Exception: | CODE |
| LOW | legacy/autorag/embedding/vllm.py | 145 | except Exception as e: | CODE |
| LOW | legacy/autorag/vectordb/milvus.py | 86 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/pinecone.py | 37 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/pinecone.py | 65 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/qdrant.py | 81 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/weaviate.py | 52 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/weaviate.py | 89 | except Exception as exc: | CODE |
| LOW⚡ | legacy/autorag/vectordb/couchbase.py | 67 | except Exception as e: | CODE |
| LOW⚡ | legacy/autorag/vectordb/couchbase.py | 80 | except Exception as exc: | CODE |
| LOW | legacy/autorag/vectordb/couchbase.py | 231 | except Exception as e: | CODE |
| LOW | legacy/autorag/schema/metricinput.py | 33 | except Exception: | CODE |
| LOW | legacy/autorag/data/__init__.py | 58 | except Exception: | CODE |
| LOW | legacy/autorag/data/__init__.py | 61 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/copilot-instructions.md | 189 | # WARNING: This test requires OpenAI API key and may cost ~$0.30 | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 312 | // Step 1: unknown/forbidden action (precedence #1) | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 322 | // Step 2: diagnostic validation (precedence #2 — diagnostic field checks) | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 350 | // Step 3: top-level type/enum (artifacts, agentScope, malformed containers) | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 440 | // Step 5: leaf identity / model (traversal order: root → tasks[i] → chain[j] → parallel[k]) | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 1146 | // Step 1: Remove all existing exact canonical role lines | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 1154 | // Step 2: Find insertion point | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 1185 | // Step 3: Insert the two role lines with LF between them | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/subagents/dispatch-validation.ts | 312 | // Step 1: unknown/forbidden action (precedence #1) | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 322 | // Step 2: diagnostic validation (precedence #2 — diagnostic field checks) | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 350 | // Step 3: top-level type/enum (artifacts, agentScope, malformed containers) | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 440 | // Step 5: leaf identity / model (traversal order: root → tasks[i] → chain[j] → parallel[k]) | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 1146 | // Step 1: Remove all existing exact canonical role lines | COMMENT |
| LOW⚡ | src/subagents/dispatch-validation.ts | 1154 | // Step 2: Find insertion point | COMMENT |
| LOW | src/subagents/dispatch-validation.ts | 1185 | // Step 3: Insert the two role lines with LF between them | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | legacy/autorag/evaluation/metric/deepeval_prompt.py | 5 | return f"""Based on the given text, please generate a comprehensive list of FACTUAL claims that can inferred from the | CODE |
| MEDIUM | legacy/autorag/evaluation/metric/deepeval_prompt.py | 91 | return f"""Based on the given text, please generate a comprehensive list of FACTUAL, undisputed truths that can infer | STRING |
| MEDIUM⚡ | …esentation_assets/reveal/plugin/highlight/highlight.js | 1 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define | CODE |
| MEDIUM⚡ | …esentation_assets/reveal/plugin/highlight/highlight.js | 1 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define | CODE |
| MEDIUM⚡ | …esentation_assets/reveal/plugin/highlight/highlight.js | 1 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/cli/commands.health.test.ts | 20 | const FAKE_API_KEY = "sk-test-fake-key-DO-NOT-LEAK-1234567890"; | CODE |
| LOW | legacy/tests/autorag/nodes/generator/test_openai.py | 226 | name="John Doe", | CODE |
| LOW | legacy/tests/autorag/nodes/generator/test_openai.py | 250 | assert response[0].name == "John Doe" | CODE |
| LOW | …/tests/autorag/nodes/generator/test_llama_index_llm.py | 77 | "name": "John Doe", | CODE |
| LOW | …/tests/autorag/nodes/generator/test_llama_index_llm.py | 106 | assert output.name == "John Doe" | CODE |
| LOW | legacy/tests/autorag/utils/test_util.py | 494 | "Author": "John Doe", | CODE |
| LOW | scripts/manual-qa/run-qa-discord-live.ts | 57 | writeFileSync(join(docs, "placeholder.txt"), "placeholder"); | CODE |
| LOW | scripts/manual-qa/run-qa-live.ts | 23 | writeFileSync(join(docsDir, "readme.txt"), "placeholder"); | CODE |
| LOW | scripts/manual-qa/run-qa-tenant-live.ts | 56 | writeFileSync(join(docs, "placeholder.txt"), "placeholder"); | CODE |
| LOW | scripts/manual-qa/run-qa-spotlight-live.ts | 44 | writeFileSync(join(docsDir, "readme.txt"), "placeholder"); | CODE |
| LOW⚡ | …esentation_assets/reveal/plugin/highlight/highlight.js | 1 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | legacy/autorag/embedding/vllm.py | 121 | Generates embeddings with retry mechanism. Args: inputs: List of texts or images to embed Returns: | STRING |
| HIGH | legacy/autorag/embedding/vllm.py | 152 | Generates Embeddings with input validation and retry mechanism. Args: sentences: Texts or Sentences to embed | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | presentation_assets/reveal/plugin/notes/notes.js | 1 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/autorag/evaluator.py | 291 | # Check if trial_path exists | STRING |
| LOW | legacy/autorag/evaluator.py | 294 | # Check if trial is completed | STRING |
| LOW | legacy/autorag/vectordb/couchbase.py | 56 | # Check if the bucket exists | COMMENT |
| LOW⚡ | legacy/autorag/vectordb/couchbase.py | 73 | # Check if the index exists. Throws ValueError if it doesn't | COMMENT |
| LOW⚡ | legacy/autorag/utils/util.py | 526 | # Check if the input is a dictionary | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/pyproject.toml | 221 | # | COMMENT |
| LOW | …le_config/rag/english/non_gpu/simple_azure_openai.yaml | 1 | # Azure OpenAI sample configuration for AutoRAG | COMMENT |
| LOW | legacy/autorag/data/qa/__init__.py | 1 | # This is v2 version, the next version of data creation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | legacy/autorag/embedding/base.py | 46 | # you can use your own model in this way. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/tests/autorag/utils/test_util.py | 298 | # Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | legacy/autorag/nodes/promptmaker/__init__.py | 7 | __all__ = [ | CODE |