面向企业级市场的一站式AI应用开发框架,支持多厂商大模型统一接入与管理,具备安全可控的企业知识库与高精度检索优化能力,提供可视化流程编排、自主决策智能体与多智能体协同调度,兼容主流 Agent Skill 协议,帮助企业与开发者零门槛快速构建安全、高效、可落地的AI智能体应用与行业解决方案。
This report presents the forensic synthetic code analysis of ageerle/ruoyi-ai, a Java project with 5,603 GitHub stars. SynthScan v2.0 examined 118,597 lines of code across 1226 source files, recording 163 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.4 places this repository in the Likely human-written 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 163 distinct pattern matches across 10 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 |
|---|---|---|---|---|
| CRITICAL | …oyi/service/vector/impl/ThreeVectorStoresDockerIT.java | 88 | long deadline = System.nanoTime() + java.util.concurrent.TimeUnit.SECONDS.toNanos(15); | CODE |
| CRITICAL | …yi/service/chat/impl/provider/DifyChatServiceImpl.java | 194 | return io.github.imfangs.dify.client.model.chat.ChatMessage.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 1355 | .generateImage(org.ruoyi.common.chat.entity.image.ImageContext.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 1383 | .generateImage(org.ruoyi.common.chat.entity.image.ImageContext.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 1455 | .generateImage(org.ruoyi.common.chat.entity.image.ImageContext.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 1489 | .generateImage(org.ruoyi.common.chat.entity.image.ImageContext.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 1577 | .generateImage(org.ruoyi.common.chat.entity.image.ImageContext.builder() | CODE |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 3463 | org.ruoyi.common.chat.domain.bo.chat.ChatModelBo query = new org.ruoyi.common.chat.domain.bo.chat.ChatModelBo(); | STRING |
| CRITICAL | …oyi/service/shortdrama/impl/ShortDramaServiceImpl.java | 3520 | if (!org.ruoyi.enums.ModelType.AUDIO.getKey().equals(modelVo.getCategory())) { | STRING |
| CRITICAL | …oyi/service/vector/impl/MilvusVectorStoreStrategy.java | 129 | throw new org.ruoyi.common.core.exception.ServiceException("Embedding 返回数量与分片数量不一致"); | CODE |
| CRITICAL | …oyi/service/vector/impl/MilvusVectorStoreStrategy.java | 208 | resultList.add(org.ruoyi.domain.vo.knowledge.KnowledgeRetrievalVo.builder() | CODE |
| CRITICAL | …oyi/service/vector/impl/MilvusVectorStoreStrategy.java | 232 | throw new org.ruoyi.common.core.exception.ServiceException("Milvus向量集合删除失败"); | CODE |
| CRITICAL | …oyi/service/vector/impl/QdrantVectorStoreStrategy.java | 258 | resultList.add(org.ruoyi.domain.vo.knowledge.KnowledgeRetrievalVo.builder() | CODE |
| CRITICAL | …i/service/vector/impl/WeaviateVectorStoreStrategy.java | 289 | resultList.add(org.ruoyi.domain.vo.knowledge.KnowledgeRetrievalVo.builder() | CODE |
| CRITICAL⚡ | …t/src/main/java/org/ruoyi/domain/bo/agent/AgentBo.java | 70 | @AutoMapping(target = "mcpToolIds", expression = "java(org.ruoyi.common.json.utils.JsonUtils.toJsonString(source.get | CODE |
| CRITICAL⚡ | …t/src/main/java/org/ruoyi/domain/bo/agent/AgentBo.java | 76 | @AutoMapping(target = "skillNames", expression = "java(org.ruoyi.common.json.utils.JsonUtils.toJsonString(source.get | CODE |
| CRITICAL⚡ | …t/src/main/java/org/ruoyi/domain/bo/agent/AgentBo.java | 82 | @AutoMapping(target = "knowledgeIds", expression = "java(org.ruoyi.common.json.utils.JsonUtils.toJsonString(source.g | CODE |
| CRITICAL | …uoyi/workflow/service/impl/FlwCategoryServiceImpl.java | 117 | return StreamUtils.toList(list, category -> new org.dromara.warm.flow.core.dto.Tree() | CODE |
| CRITICAL | …ow/node/knowledgeRetrieval/KnowledgeRetrievalNode.java | 231 | org.ruoyi.domain.bo.vector.QueryVectorBo bo = new org.ruoyi.domain.bo.vector.QueryVectorBo(); | CODE |
| CRITICAL | …ava/org/ruoyi/system/domain/bo/SysTenantPackageBo.java | 40 | @AutoMapping(target = "menuIds", expression = "java(org.ruoyi.common.core.utils.StringUtils.joinComma(source.getMenu | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2812 | INSERT INTO `sys_oper_log` VALUES (2056756437140963329, '000000', 'OSS对象存储', 1, 'org.ruoyi.system.controller.system.SysO | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2813 | INSERT INTO `sys_oper_log` VALUES (2076944303757836289, '000000', '智能体管理', 2, 'org.ruoyi.controller.agent.AgentControlle | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2814 | INSERT INTO `sys_oper_log` VALUES (2076944338465701889, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2815 | INSERT INTO `sys_oper_log` VALUES (2076957117130002434, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2816 | INSERT INTO `sys_oper_log` VALUES (2076958796898422785, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2817 | INSERT INTO `sys_oper_log` VALUES (2076958822575951874, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2818 | INSERT INTO `sys_oper_log` VALUES (2076964726599897090, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2819 | INSERT INTO `sys_oper_log` VALUES (2076964779045474305, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL⚡ | docs/script/sql/ruoyi-ai.sql | 2820 | INSERT INTO `sys_oper_log` VALUES (2076971705414242305, '000000', '会话管理', 1, 'org.ruoyi.controller.chat.ChatSessionContr | CODE |
| CRITICAL | …/java/org/ruoyi/common/doc/handler/OpenApiHandler.java | 186 | io.swagger.v3.oas.models.tags.Tag tag = new io.swagger.v3.oas.models.tags.Tag(); | CODE |
| CRITICAL | …va/org/ruoyi/common/sse/listener/SseTopicListener.java | 42 | org.ruoyi.common.sse.dto.SseEventDto.content(message.getMessage())); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 37 | except Exception: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 67 | except Exception: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 78 | except Exception: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 97 | except Exception: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 224 | except Exception as e: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 278 | except Exception as e: | CODE |
| MEDIUM | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 296 | print("Error: --create requires output_file and data_json") | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/reference.md | 484 | except Exception as e: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/reference.md | 504 | except Exception as e: | CODE |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/reference.md | 578 | except Exception as e: | CODE |
| LOW | …c/main/resources/skills/docx/scripts/accept_changes.py | 52 | except Exception as e: | CODE |
| LOW | …c/main/resources/skills/docx/scripts/accept_changes.py | 116 | except Exception as e: | CODE |
| LOW | …/src/main/resources/skills/docx/scripts/office/pack.py | 126 | except Exception as e: | CODE |
| MEDIUM | …/main/resources/skills/docx/scripts/office/validate.py | 94 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | …rc/main/resources/skills/docx/scripts/office/unpack.py | 78 | except Exception as e: | CODE |
| LOW⚡ | …rc/main/resources/skills/docx/scripts/office/unpack.py | 87 | except Exception: | CODE |
| LOW⚡ | …rc/main/resources/skills/docx/scripts/office/unpack.py | 97 | except Exception: | CODE |
| LOW⚡ | …esources/skills/docx/scripts/office/validators/docx.py | 174 | except Exception as e: | CODE |
| MEDIUM⚡ | …esources/skills/docx/scripts/office/validators/docx.py | 175 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 197 | except Exception as e: | CODE |
| MEDIUM | …esources/skills/docx/scripts/office/validators/docx.py | 198 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 287 | except Exception: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 439 | except Exception: | CODE |
| LOW | …ces/skills/docx/scripts/office/validators/redlining.py | 56 | except Exception: | CODE |
| LOW | …ces/skills/docx/scripts/office/validators/redlining.py | 65 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 195 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 138 | except Exception: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 154 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 357 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 454 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 564 | except Exception: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 583 | except Exception as e: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 784 | except Exception as e: | CODE |
| LOW | …kills/docx/scripts/office/helpers/simplify_redlines.py | 43 | except Exception as e: | CODE |
| LOW | …urces/skills/docx/scripts/office/helpers/merge_runs.py | 38 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/resources/skills/pdf/scripts/fill_fillable_fields.py | 59 | def validation_error_for_field_value(field_info, field_value): | CODE |
| LOW | …esources/skills/pdf/scripts/extract_form_field_info.py | 12 | def get_full_annotation_field_id(annotation): | CODE |
| LOW | …n/resources/skills/pdf/scripts/check_bounding_boxes.py | 18 | def get_bounding_box_messages(fields_json_stream) -> list[str]: | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 38 | def test_label_entry_intersection_same_field(self): | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 56 | def test_intersection_between_different_fields(self): | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 80 | def test_different_pages_no_intersection(self): | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 104 | def test_entry_height_too_small(self): | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 125 | def test_entry_height_adequate(self): | CODE |
| LOW | …ources/skills/pdf/scripts/check_bounding_boxes_test.py | 183 | def test_multiple_errors_limit(self): | CODE |
| LOW | …dmin/src/main/resources/skills/docx/scripts/comment.py | 137 | def _ensure_comment_relationships(unpacked_dir: Path) -> None: | CODE |
| LOW | …dmin/src/main/resources/skills/docx/scripts/comment.py | 179 | def _ensure_comment_content_types(unpacked_dir: Path) -> None: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 66 | def validate_whitespace_preservation(self): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 163 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | …esources/skills/docx/scripts/office/validators/docx.py | 179 | def count_paragraphs_in_original(self): | CODE |
| LOW | …ces/skills/docx/scripts/office/validators/redlining.py | 198 | def _remove_author_tracked_changes(self, root): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 104 | def validate_slide_layout_ids(self): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 172 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 210 | def validate_notes_slide_references(self): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 115 | def repair_whitespace_preservation(self) -> int: | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 385 | def validate_all_relationship_ids(self): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 469 | def _get_expected_relationship_type(self, element_name): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 598 | def validate_file_against_xsd(self, xml_file, verbose=False): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 703 | def _clean_ignorable_namespaces(self, xml_doc): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 723 | def _remove_ignorable_elements(self, root): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 742 | def _preprocess_for_mc_ignorable(self, xml_doc): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 750 | def _validate_single_file_xsd(self, xml_file, base_path): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 787 | def _get_original_file_errors(self, xml_file): | CODE |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 814 | def _remove_template_tags_from_text_nodes(self, xml_doc): | CODE |
| LOW | …kills/docx/scripts/office/helpers/simplify_redlines.py | 47 | def _merge_tracked_changes_in(container, tag: str) -> int: | CODE |
| LOW | …kills/docx/scripts/office/helpers/simplify_redlines.py | 126 | def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 46 | CODE | |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 101 | CODE | |
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 237 | CODE | |
| LOW | …n/resources/skills/pdf/scripts/fill_fillable_fields.py | 12 | CODE | |
| LOW | …n/resources/skills/pdf/scripts/fill_fillable_fields.py | 59 | CODE | |
| LOW | …esources/skills/pdf/scripts/extract_form_field_info.py | 22 | CODE | |
| LOW | …esources/skills/pdf/scripts/extract_form_field_info.py | 62 | CODE | |
| LOW | …n/resources/skills/pdf/scripts/check_bounding_boxes.py | 18 | CODE | |
| LOW | …dmin/src/main/resources/skills/docx/scripts/comment.py | 98 | CODE | |
| LOW | …/src/main/resources/skills/docx/scripts/office/pack.py | 24 | CODE | |
| LOW | …/src/main/resources/skills/docx/scripts/office/pack.py | 108 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 298 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/docx.py | 391 | CODE | |
| LOW | …ces/skills/docx/scripts/office/validators/redlining.py | 127 | CODE | |
| LOW | …ces/skills/docx/scripts/office/validators/redlining.py | 198 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 62 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 104 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/pptx.py | 210 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 115 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 199 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 289 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 385 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 469 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 492 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 636 | CODE | |
| LOW | …esources/skills/docx/scripts/office/validators/base.py | 703 | CODE | |
| LOW | …kills/docx/scripts/office/helpers/simplify_redlines.py | 149 | CODE | |
| LOW | …urces/skills/docx/scripts/office/helpers/merge_runs.py | 178 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …c/main/resources/skills/docx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …c/main/resources/skills/docx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …c/main/resources/skills/docx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …c/main/resources/skills/docx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README.md | 94 | #### Step 1: Deploy Backend Service | COMMENT |
| LOW | README.md | 107 | #### Step 2: Deploy Admin Panel | COMMENT |
| LOW | README.md | 120 | #### Step 3: Deploy User Frontend (Optional) | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/forms.md | 85 | ## Step 1: Visual Analysis (REQUIRED) | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/forms.md | 130 | ### Step 2: Create fields.json and validation images (REQUIRED) | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/forms.md | 184 | ### Step 3: Validate Bounding Boxes (REQUIRED) | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/pdf/forms.md | 203 | ### Step 4: Add annotations to the PDF | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/docx/SKILL.md | 402 | ### Step 1: Unpack | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/docx/SKILL.md | 408 | ### Step 2: Edit XML | COMMENT |
| LOW | ruoyi-admin/src/main/resources/skills/docx/SKILL.md | 436 | ### Step 3: Pack | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …main/java/org/ruoyi/agent/config/AgentMysqlConfig.java | 1 | // package org.ruoyi.agent.config; | COMMENT |
| LOW | …main/java/org/ruoyi/agent/config/AgentMysqlConfig.java | 21 | COMMENT | |
| LOW | …main/java/org/ruoyi/agent/config/AgentMysqlConfig.java | 41 | COMMENT | |
| LOW | …/org/ruoyi/observability/SupervisorStreamListener.java | 81 | log.info("[AgenticScope销毁] memoryId: {}", agenticScope.memoryId()); | COMMENT |
| LOW | …main/java/org/ruoyi/observability/MyAgentListener.java | 121 | public void beforeAgenticScopeDestroyed(AgenticScope agenticScope) { | COMMENT |
| LOW | …main/java/org/ruoyi/observability/MyAgentListener.java | 141 | // log.info("【工具执行后】工具名称: {}", toolRequest.name()); | COMMENT |
| LOW | …n/java/org/ruoyi/workflow/workflow/WorkflowEngine.java | 161 | NodeProcessResult processResult = abstractWfNode.process((is) -> { | COMMENT |
| LOW | docs/docker/ruoyi-ai/docker-compose-all.yaml | 1 | # RuoYi-AI 一键启动全部服务 | COMMENT |
| LOW | …i-common-mybatis/src/main/resources/common-mybatis.yml | 1 | # 内置配置 不允许修改 如需修改请在 nacos 上写相同配置覆盖 | COMMENT |
| LOW | …ava/org/ruoyi/common/sse/controller/SseController.java | 61 | // public R<Void> send(Long userId, String msg) { | COMMENT |
| LOW | ruoyi-admin/src/main/resources/application-prod.yml | 61 | # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) | COMMENT |
| LOW | ruoyi-admin/src/main/resources/application-dev.yml | 61 | url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertT | COMMENT |
| LOW | ruoyi-admin/src/main/resources/application-dev.yml | 101 | # 数据库索引 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …uoyi/service/rerank/impl/AliBaiLianRerankTestMain.java | 17 | private static final String API_KEY = "sk-your-api-key-here"; | CODE |
| HIGH | …w/workflow/node/googleSearch/ZhipuWebSearchClient.java | 99 | && !"your_api_key".equalsIgnoreCase(apiKey.trim()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ruoyi-admin/src/main/resources/skills/xlsx/recalc.py | 259 | CODE | |
| LOW | …rces/skills/docx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | …rces/skills/docx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | …rces/skills/docx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | …rces/skills/docx/scripts/office/validators/__init__.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …c/main/resources/skills/docx/scripts/accept_changes.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | …rces/skills/docx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |