本项目是基于dify开源项目实现的dsl工作流脚本合集
This report presents the forensic synthetic code analysis of wwwzhouhui/dify-for-dsl, a Python project with 3,865 GitHub stars. SynthScan v2.0 examined 84,899 lines of code across 305 source files, recording 555 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 7.8 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 555 distinct pattern matches across 13 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 | py/readme.txt | 489 | except Exception as e: | STRING |
| LOW | py/readme.txt | 714 | except Exception as e: | STRING |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 99 | except Exception as e: | CODE |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 147 | except Exception as e: | CODE |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 155 | except Exception as e: | CODE |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 210 | except Exception as e: | CODE |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 218 | except Exception as e: | CODE |
| LOW | py/yewu2story/teststoryvideo.py | 108 | except Exception as e: | CODE |
| LOW | py/yewu2story/testdify.py | 30 | except Exception as e: | CODE |
| LOW | py/yewu2story/utils/utils.py | 88 | except Exception as e: | CODE |
| LOW | py/yewu2story/utils/utils.py | 217 | except Exception: | CODE |
| MEDIUM | py/yewu2story/utils/utils.py | 85 | def run(): | CODE |
| MEDIUM | py/yewu2story/utils/utils.py | 210 | def get_system_locale(): | CODE |
| LOW | py/yewu2story/api/video.py | 58 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/llm.py | 207 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/llm.py | 233 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/llm.py | 333 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/voice.py | 1143 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/voice.py | 1161 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/voice.py | 1264 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/voice.py | 1272 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/video.py | 211 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/video.py | 217 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/video.py | 272 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/video.py | 338 | except Exception as e: | CODE |
| LOW | py/yewu2story/services/video.py | 347 | except Exception as e: | CODE |
| MEDIUM⚡ | py/yewu2edgetts/app.py | 543 | print(f"Error during TTS generation: {str(e)}") | CODE |
| MEDIUM⚡ | py/yewu2edgetts/app.py | 544 | print(f"Error type: {type(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 73 | print(f"Error serving favicon: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 233 | print(f"Error in get_voices: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 352 | print(f"Error in list_voices: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 511 | print(f"Error writing subtitle file: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 528 | print(f"Error getting audio duration: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 612 | print(f"Error getting duration for {filename}: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 652 | print(f"Error serving subtitle: {str(e)}") | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 60 | def favicon(): | CODE |
| MEDIUM | py/yewu2edgetts/app.py | 104 | def get_voices(): | CODE |
| LOW⚡ | py/yewu2edgetts/app.py | 542 | except Exception as e: | CODE |
| LOW⚡ | py/yewu2edgetts/app.py | 549 | except Exception as e: | CODE |
| LOW⚡ | py/yewu2edgetts/app.py | 556 | except Exception as cleanup_error: | CODE |
| LOW⚡ | py/yewu2edgetts/app.py | 562 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 72 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 232 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 351 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 510 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 527 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 595 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 611 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 623 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 651 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 689 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 702 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 708 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 726 | except Exception as e: | CODE |
| LOW | py/yewu2edgetts/app.py | 783 | except Exception as e: | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 54 | except Exception: | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 78 | except Exception as e: | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 174 | except Exception: | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 269 | except Exception: | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 287 | except Exception as e: | CODE |
| 186 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 1 | CODE | |
| LOW | py/yewu2googleimgtxt/image-generation-client.py | 4 | CODE | |
| LOW | py/yewu2googleimgtxt/image-generation-client.py | 74 | CODE | |
| LOW | py/yewu2videoaddsrt/cfg.py | 1 | CODE | |
| LOW | py/yewu2videoaddsrt/cfg.py | 2 | CODE | |
| LOW | py/fapiao/fapiaosqd.py | 17 | CODE | |
| LOW | py/geekaiapp/filters/remove_italic.py | 7 | CODE | |
| LOW | py/geekaiapp/filters/remove_italic.py | 7 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/config.py | 1 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/config.py | 3 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/jm1_gradio.py | 12 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/jm1_gradio.py | 13 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 2 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 4 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 6 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 18 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 18 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_gradio.py | 4 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_gradio.py | 5 | CODE | |
| LOW | py/geekaiapp/zhongyao1/zhongyao-mcp-server.py | 2 | CODE | |
| LOW | py/geekaiapp/zhongyao1/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | py/geekaiapp/zhongyao1/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | py/geekaiapp/zhongyao1/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 4 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 5 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 9 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 7 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 7 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 7 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 13 | CODE | |
| LOW | py/geekaiapp/laTex1/latex_mcp_jiekou.py | 9 | CODE | |
| LOW | py/geekaiapp/laTex1/latex_gradio.py | 7 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_gradio.py | 5 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_gradio.py | 6 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou.py | 3 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou.py | 9 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou2.py | 3 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou2.py | 9 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_mcp_jiekou.py | 5 | CODE | |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_mcp_jiekou.py | 12 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server.py | 5 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server.py | 6 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server.py | 6 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server2.py | 5 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server2.py | 6 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server2.py | 6 | CODE | |
| LOW | mcp/FastMCP/zhongyao-mcp-server.py | 2 | CODE | |
| LOW | mcp/FastMCP/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | mcp/FastMCP/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | mcp/FastMCP/zhongyao-mcp-server.py | 3 | CODE | |
| LOW | dsl/google/gemini2/image-generation-server.py | 7 | CODE | |
| LOW | dsl/google/gemini2/image-generation-client.py | 2 | CODE | |
| LOW | dsl/google/gemini2/image-generation-client.py | 3 | CODE | |
| LOW | dsl/google/gemini2/image-generation-client.py | 4 | CODE | |
| LOW | dsl/jimeng/picturebooktts.py | 1 | CODE | |
| LOW | dsl/jimeng/picturebooktts.py | 1 | CODE | |
| LOW | dsl/difyforgitee/test_hidream_e1_client2.py | 2 | CODE | |
| LOW | dsl/difyforgitee/test_hidream_e1_client2.py | 3 | CODE | |
| LOW | dsl/difyforgitee/test_hidream_e1_client2.py | 4 | CODE | |
| LOW | dsl/difyforgitee/giteeapiforall.py | 10 | CODE | |
| 42 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | py/yewu2excelhtml/test_dify.py | 0 | <!doctype html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini | STRING |
| HIGH | dsl/makehtml/test_dify.py | 0 | <!doctype html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini | STRING |
| HIGH | py/yewu2excelhtml/test_client.py | 0 | <!doctype html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini | STRING |
| HIGH | dsl/makehtml/test_client.py | 0 | <!doctype html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini | STRING |
| HIGH | py/geekaiapp/g_utils.py | 0 | generates text-to-speech audio using the edge tts api and uploads it to tencent cloud cos. | STRING |
| HIGH | py/geekaiapp/g_jiekou.py | 0 | generates text-to-speech audio using the edge tts api and uploads it to tencent cloud cos. | STRING |
| HIGH | py/geekaiapp/tts1/tts1_jiekou.py | 0 | generates text-to-speech audio using the edge tts api and uploads it to tencent cloud cos. | STRING |
| HIGH | dsl/jimeng/picturebooktts.py | 0 | generates text-to-speech audio using the edge tts api and uploads it to tencent cloud cos. | STRING |
| HIGH | dsl/edgetts/edgetts_service.py | 0 | generates text-to-speech audio using the edge tts api and uploads it to tencent cloud cos. | STRING |
| HIGH | py/geekaiapp/g_jiekou.py | 0 | 换脸api接口 - source_image: 源图片(包含要提取的人脸) - target_image: 目标图片(需要被替换人脸的图片) | STRING |
| HIGH | py/geekaiapp/beartAI_face_swap.py | 0 | 换脸api接口 - source_image: 源图片(包含要提取的人脸) - target_image: 目标图片(需要被替换人脸的图片) | STRING |
| HIGH | py/geekaiapp/beartAIfaceswap1/bf_jiekou.py | 0 | 换脸api接口 - source_image: 源图片(包含要提取的人脸) - target_image: 目标图片(需要被替换人脸的图片) | STRING |
| HIGH | py/geekaiapp/beartAIfaceswap1/bf_jiekou2.py | 0 | 换脸api接口 - source_image: 源图片(包含要提取的人脸) - target_image: 目标图片(需要被替换人脸的图片) | STRING |
| HIGH | dsl/beartAI/beartAI_face_swap.py | 0 | 换脸api接口 - source_image: 源图片(包含要提取的人脸) - target_image: 目标图片(需要被替换人脸的图片) | STRING |
| HIGH | py/geekaiapp/zhongyao1/zhongyao-gradio-app.py | 0 | 请以json格式返回关于"{yaocai}"的中药材信息,包含以下字段: 1. name: 药材名称 2. property: 药性(寒、热、温、凉) 3. taste: 药味(酸、苦、甘、辛、咸) 4. meridian: 归经 5. f | STRING |
| HIGH | py/geekaiapp/zhongyao1/zhongyao-mcp-server.py | 0 | 请以json格式返回关于"{yaocai}"的中药材信息,包含以下字段: 1. name: 药材名称 2. property: 药性(寒、热、温、凉) 3. taste: 药味(酸、苦、甘、辛、咸) 4. meridian: 归经 5. f | STRING |
| HIGH | mcp/FastMCP/zhongyao-mcp-server.py | 0 | 请以json格式返回关于"{yaocai}"的中药材信息,包含以下字段: 1. name: 药材名称 2. property: 药性(寒、热、温、凉) 3. taste: 药味(酸、苦、甘、辛、咸) 4. meridian: 归经 5. f | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 104 | CODE | |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 161 | CODE | |
| LOW | py/yewu2googleimgtxt/image-generation-client.py | 7 | CODE | |
| LOW | py/yewu2googleimgtxt/image-generation-client.py | 37 | CODE | |
| LOW | py/yewu2story/utils/utils.py | 221 | CODE | |
| LOW | py/yewu2story/services/llm.py | 118 | CODE | |
| LOW | py/yewu2story/services/llm.py | 142 | CODE | |
| LOW | py/yewu2story/services/llm.py | 287 | CODE | |
| LOW | py/yewu2story/services/voice.py | 74 | CODE | |
| LOW | py/yewu2story/services/voice.py | 1118 | CODE | |
| LOW | py/yewu2story/services/video.py | 101 | CODE | |
| LOW | py/yewu2story/services/video.py | 281 | CODE | |
| LOW | py/yewu2edgetts/app.py | 237 | CODE | |
| LOW | py/yewu2edgetts/app.py | 363 | CODE | |
| LOW | py/yewu2edgetts/app.py | 600 | CODE | |
| LOW | py/yewu2edgetts/app.py | 667 | CODE | |
| LOW | py/yewu2videoaddsrt/tools.py | 59 | CODE | |
| LOW | py/yewu2videoaddsrt/tools.py | 535 | CODE | |
| LOW | py/yewu2videoaddsrt/app.py | 64 | CODE | |
| LOW | py/fapiao/fapiaosqd.py | 501 | CODE | |
| LOW | py/fapiao/fapiaosqd.py | 31 | CODE | |
| LOW | py/fapiao/fapiaosqd.py | 80 | CODE | |
| LOW | py/yewu2jmvideo/jimeng_video_service.py | 59 | CODE | |
| LOW | py/geekaiapp/g_utils.py | 232 | CODE | |
| LOW | py/geekaiapp/g_utils.py | 296 | CODE | |
| LOW | py/geekaiapp/g_utils.py | 395 | CODE | |
| LOW | py/geekaiapp/jimeng_video_service.py | 74 | CODE | |
| LOW | py/geekaiapp/g_jiekou.py | 654 | CODE | |
| LOW | py/geekaiapp/g_jiekou.py | 918 | CODE | |
| LOW | py/geekaiapp/g_jiekou.py | 977 | CODE | |
| LOW | py/geekaiapp/beartAI_face_swap.py | 102 | CODE | |
| LOW | py/geekaiapp/beartAI_face_swap.py | 161 | CODE | |
| LOW | py/geekaiapp/filters/remove_italic.py | 9 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/jm1_gradio.py | 376 | CODE | |
| LOW | py/geekaiapp/wenshengtu1/jm1_gradio.py | 464 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_gradio.py | 51 | CODE | |
| LOW | py/geekaiapp/tts1/tts1_gradio.py | 102 | CODE | |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 110 | CODE | |
| LOW | py/geekaiapp/laTex1/latex_mcp_jiekou.py | 130 | CODE | |
| LOW | py/geekaiapp/laTex1/latex_mcp_jiekou.py | 142 | CODE | |
| LOW | py/geekaiapp/laTex1/latex_gradio.py | 180 | CODE | |
| LOW | py/geekaiapp/markdown2map/marp1_gradio.py | 308 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server.py | 79 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server.py | 190 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server2.py | 79 | CODE | |
| LOW | mcp/FastMCP/doubao_mcp_ai_server2.py | 190 | CODE | |
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 22 | CODE | |
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 57 | CODE | |
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 169 | CODE | |
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 204 | CODE | |
| LOW | mcp/fastapi-mcp-server/jimeng/jimeng_video_service.py | 115 | CODE | |
| LOW | dsl/google/gemini2/image-generation-server.py | 89 | CODE | |
| LOW | dsl/google/gemini2/image-generation-server.py | 145 | CODE | |
| LOW | dsl/google/gemini2/image-generation-client.py | 7 | CODE | |
| LOW | dsl/google/gemini2/image-generation-client.py | 37 | CODE | |
| LOW | dsl/jimeng/jimeng_video_service.py | 108 | CODE | |
| LOW | dsl/difyforgitee/giteeapiforall.py | 232 | CODE | |
| LOW | dsl/difyforsiliconflow/bizyair/getcomfyuifastapi.py | 65 | CODE | |
| LOW | dsl/beartAI/beartAI_face_swap.py | 78 | CODE | |
| LOW | dsl/beartAI/beartAI_face_swap.py | 137 | CODE | |
| 13 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/readme.txt | 583 | def generate_timestamp_filenameforaudio(extension='mp3'): | STRING |
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 64 | def generate_timestamp_filename(extension='png'): | CODE |
| LOW | py/yewu2story/utils/utils.py | 96 | def time_convert_seconds_to_hmsm(seconds) -> str: | CODE |
| LOW | py/yewu2story/utils/utils.py | 127 | def split_string_by_punctuations(s): | STRING |
| LOW | py/yewu2story/utils/utils.py | 161 | def split_string_by_punctuations_new(text: str) -> List[str]: | STRING |
| LOW | py/yewu2story/services/llm.py | 211 | async def generate_story_with_images(self, request: StoryGenerationRequest) -> List[Dict[str, Any]]: | CODE |
| LOW | py/yewu2story/services/voice.py | 33 | def split_string_by_punctuations(s): | CODE |
| LOW | py/yewu2edgetts/app.py | 744 | async def general_exception_handler(request: Request, exc: Exception): | CODE |
| LOW | py/yewu2videoaddsrt/tools.py | 528 | def get_current_time_as_yymmddhhmmss(format='hms'): | CODE |
| LOW | py/fapiao/fapiaosqd.py | 80 | def extract_invoice_applications(self, rows_data: List[List[str]]) -> List[Dict[str, Any]]: | CODE |
| LOW | py/fapiao/fapiaosqd.py | 290 | def create_enhanced_invoice_preview(applications: List[Dict]) -> str: | CODE |
| LOW | py/yewu2excelhtml/makehtmlapi.py | 67 | def generate_timestamp_filename(extension='html'): | CODE |
| LOW | py/geekaiapp/g_utils.py | 320 | def generate_timestamp_filenameforaudio(extension='mp3'): | STRING |
| LOW | py/geekaiapp/g_utils.py | 555 | def generate_timestamp_filename_for_video(extension='mp4'): | CODE |
| LOW | py/geekaiapp/g_utils.py | 591 | def generate_timestamp_filename_for_image(extension='jpg'): | CODE |
| LOW⚡ | py/geekaiapp/g_jiekou.py | 516 | async def make_ai_txt_picture_audio(data: List[Item1]): | CODE |
| LOW | mcp/fastapi-mcp-server/jimeng/jimeng_video_service.py | 70 | def generate_timestamp_filename_for_video(extension='mp4'): | CODE |
| LOW | dsl/makehtml/makehtmlapi.py | 55 | def generate_timestamp_filename(extension='html'): | CODE |
| LOW | dsl/office/word/test_md_to_docx_client.py | 4 | def test_md_to_docx_conversion(): | CODE |
| LOW | dsl/google/gemini2/image-generation-server.py | 52 | def generate_timestamp_filename(extension='png'): | CODE |
| LOW | dsl/jimeng/jimeng_video_service.py | 63 | def generate_timestamp_filename_for_video(extension='mp4'): | CODE |
| LOW | dsl/jimeng/picturebooktts.py | 95 | def generate_timestamp_filenameforaudio(extension='mp3'): | CODE |
| LOW | dsl/difyforgitee/giteeapiforall.py | 54 | def generate_timestamp_filename(extension='png'): | CODE |
| LOW | dsl/difyforgitee/giteeapiforall.py | 60 | def generate_timestamp_filenameforaudio(extension='mp3'): | CODE |
| LOW | dsl/difyforgitee/giteeapiforall.py | 171 | async def generate_image_to_imagefile(file: UploadFile = File(...)): | CODE |
| LOW | dsl/difyforgitee/giteeapifordify.py | 32 | def generate_timestamp_filename(extension='png'): | CODE |
| LOW | dsl/difyforgitee/dify中创建并使用自定义工具-gitee绘画.md | 464 | def generate_timestamp_filename(extension='png'): | CODE |
| LOW | dsl/utils/cos_utils.py | 7 | def generate_timestamp_filenameforaudio(extension='mp3'): | CODE |
| LOW | dsl/difyforsiliconflow/siliconflowmakevideofastapi.py | 51 | def generate_timestamp_filenameforaudio(extension='mp3'): | CODE |
| LOW | dsl/beartAI/beartAI_face_swap.py | 189 | def generate_timestamp_filename_for_image(extension='jpg'): | CODE |
| LOW | dsl/db/student/test_score_api.py | 25 | def test_get_class_average_scores(): | CODE |
| LOW | dsl/db/student/test_score_api.py | 40 | def test_get_course_top_students(): | CODE |
| LOW | dsl/story/utils/utils.py | 96 | def time_convert_seconds_to_hmsm(seconds) -> str: | CODE |
| LOW | dsl/story/utils/utils.py | 127 | def split_string_by_punctuations(s): | STRING |
| LOW | dsl/story/utils/utils.py | 161 | def split_string_by_punctuations_new(text: str) -> List[str]: | STRING |
| LOW | dsl/story/services/llm.py | 206 | async def generate_story_with_images(self, request: StoryGenerationRequest) -> List[Dict[str, Any]]: | CODE |
| LOW | dsl/story/services/voice.py | 35 | def split_string_by_punctuations(s): | CODE |
| LOW | dsl/akshare/stock_analysis_api.py | 116 | def _truncate_json_for_logging(json_obj, max_length=500): | CODE |
| LOW | dsl/akshare/stock_analysis_api.py | 229 | def calculate_bollinger_bands(series, period, std_dev): | CODE |
| LOW | dsl/akshare/stock_analysis_client.py | 61 | def display_technical_summary(technical_summary): | CODE |
| LOW | dsl/akshare/testakshare.py | 83 | def calculate_bollinger_bands(series, period, std_dev): | CODE |
| LOW | dsl/akshare/testakshare.py | 140 | def _truncate_json_for_logging(json_obj, max_length=500): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/yewu2googleimgtxt/image-generation-server.py | 48 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/yewu2videoaddsrt/cfg.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/yewu2excelhtml/makehtmlapi.py | 42 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/yewu2jmvideo/jimeng_video_service.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/g_utils.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/jimeng_video_service.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/g_jiekou.py | 70 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/beartAI_face_swap.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/wenshengtu1/config.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/wenshengtu1/jm1_jiekou.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/tts1/tts1_jiekou.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/danci1/danci1_gradio.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/laTex1/latex_mcp_jiekou.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/laTex1/latex_gradio.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/laTex1/latex_jiekou.py | 24 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_gradio.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_jiekou2.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/beartAIfaceswap1/bf_mcp_jiekou.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | py/geekaiapp/markdown2map/marp1_gradio.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | mcp/fastapi-mcp-server/jimeng/jimeng_video_service.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/makehtml/makehtmlapi.py | 34 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/office/word/md_to_docx_server.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/google/gemini2/image-generation-server.py | 39 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/jimeng/jimeng_video_service.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/jimeng/picturebooktts.py | 59 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/difyforgitee/giteeapiforall.py | 27 | logger = logging.getLogger(__name__) # <--- 新增 | CODE |
| LOW | dsl/difyforsiliconflow/bizyair/getcomfyuifastapi.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/beartAI/beartAI_face_swap.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | dsl/zhipu/zhiputexttovideoapi.py | 14 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/docker-compose.yml | 21 | # TENCENT_REGION: ${TENCENT_REGION:-ap-nanjing} | COMMENT |
| LOW | py/yewu2story/teststoryvideo.py | 1 | import time | COMMENT |
| LOW | py/yewu2videoaddsrt/tools.py | 181 | # f'{dirname}/{CAIJIAN_HEBING}', | COMMENT |
| LOW | py/yewu2videoaddsrt/tools.py | 221 | f'{dirname}/shortvideo.mp4' | COMMENT |
| LOW | py/yewu2jmvideo/jimeng_video_service.py | 21 | COMMENT | |
| LOW | py/geekaiapp/g_utils.py | 81 | os.makedirs(ip_md, exist_ok=True) | COMMENT |
| LOW | py/geekaiapp/g_utils.py | 101 | print(f"Marp 的路径是: {marp_path}") | COMMENT |
| LOW | py/geekaiapp/g_jiekou.py | 41 | app = FastAPI(debug=True) | COMMENT |
| LOW | py/geekaiapp/g_jiekou.py | 1061 | # \setCJKmainfont{SimSun} % 设置中文字体 | COMMENT |
| LOW | py/geekaiapp/g_jiekou.py | 1081 | # # 转换并获取输出路径 | COMMENT |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 101 | # { | COMMENT |
| LOW | py/geekaiapp/danci1/danci1_jiekou.py | 121 | # ] | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 101 | # 测试 | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 121 | # - 数组 | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 141 | # - return | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 161 | # - 接口与抽象类的区别 | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 181 | # - HashMap | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 201 | # ### 字符流 | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 221 | # ### 泛型的概念 | COMMENT |
| LOW | py/geekaiapp/markdown2map/marp1_jiekou.py | 241 | # - 执行SQL语句 | COMMENT |
| LOW | dsl/crawl4ai/aibase_craw4fastapi.py | 1 | # import json | COMMENT |
| LOW | dsl/crawl4ai/aibase_craw4fastapi.py | 21 | # # 过滤出符合新闻详情页的链接 | COMMENT |
| LOW | dsl/crawl4ai/aibase_craw4fastapi.py | 41 | # }, | COMMENT |
| LOW | dsl/crawl4ai/aibase_craw4fastapi.py | 61 | # bypass_cache=True, # 忽略缓存,确保获取最新内容 | COMMENT |
| LOW | dsl/crawl4ai/aibase_craw4fastapi.py | 81 | # # 循环处理每个新闻URL | COMMENT |
| LOW | dsl/difyforsiliconflow/bizyair/getcomfyuifastapi.py | 101 | return output_images | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | py/yewu2story/testdify.py | 32 | arg1 = '{"success":true,"data":{"video_url":"https://dify-1258720957.cos.ap-nanjing.myqcloud.com/videos/video20250318220 | CODE |
| HIGH | py/geekaiapp/wenshengtu1/jm1_gradio.py | 268 | if (modal && modalImg && imageUrls_{unique_id}[index]) {{ | CODE |
| HIGH | dsl/story/testdify.py | 32 | arg1 = '{"success":true,"data":{"video_url":"https://dify-1258720957.cos.ap-nanjing.myqcloud.com/videos/video20250318220 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | py/yewu2story/services/llm.py | 289 | 生成 LLM 响应 Args: messages: 消息列表 response_format: 响应格式,默认为 json_object Returns: | STRING |
| HIGH | dsl/story/services/llm.py | 281 | 生成 LLM 响应 Args: messages: 消息列表 response_format: 响应格式,默认为 json_object Returns: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | py/geekaiapp/readme.md | 78 | "image_api_key": "your-api-key", | CODE |
| HIGH | py/geekaiapp/tts1/README.md | 29 | MICROSOFT_API_KEY=your_api_key | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | py/yewu2story/teststoryvideo.py | 23 | CODE | |
| LOW | py/yewu2story/utils/utils.py | 158 | CODE | |
| LOW | py/yewu2story/services/voice.py | 71 | CODE | |
| LOW | dsl/story/teststoryvideo.py | 13 | CODE | |
| LOW | dsl/story/utils/utils.py | 158 | CODE | |
| LOW | dsl/story/services/voice.py | 73 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 126 | # Check if we got a valid response | COMMENT |
| LOW | mcp/fastapi-mcp-server/jimeng/test_mcp_tools.py | 273 | # Check if we got a valid response | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | py/geekaiapp/g_jiekou.py | 528 | async def process_data(item: Item1): | CODE |
| LOW | dsl/jimeng/picturebooktts.py | 68 | async def process_data(item: Item): | CODE |