Repository Analysis

xszyou/Fay

fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的agent框架。

8.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of xszyou/Fay, a Python project with 13,400 GitHub stars. SynthScan v2.0 examined 104,642 lines of code across 218 source files, recording 919 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 8.9 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).

8.9
Adjusted Score
8.9
Raw Score
100%
Time Factor
2026-08-07
Last Push
13.4K
Stars
Python
Language
104.6K
Lines of Code
218
Files
919
Pattern Hits
2026-08-09
Scan Date
0.01
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

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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

CRITICAL 1HIGH 2MEDIUM 83LOW 833

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 919 distinct pattern matches across 17 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.

Excessive Try-Catch Wrapping508 hits · 479 pts
SeverityFileLineSnippetContext
MEDIUMfay_booter.py59def get_stream(self):CODE
MEDIUMfay_booter.py95def __pyaudio_clear(self):CODE
LOWfay_booter.py89 except Exception as e:CODE
LOWfay_booter.py99 except Exception as e:CODE
LOWfay_booter.py106 except Exception as e:CODE
LOWfay_booter.py335 except Exception:CODE
LOWfay_booter.py340 except Exception as e:CODE
LOWfay_booter.py349 except Exception as e:CODE
LOWfay_booter.py358 except Exception as e:CODE
LOWfay_booter.py120 except Exception as e:CODE
LOWfay_booter.py177 except Exception as err:CODE
LOWfay_booter.py187 except Exception:CODE
LOWfay_booter.py215 except Exception:CODE
LOWfay_booter.py234 except Exception as serr:CODE
LOWfay_booter.py265 except Exception as e:CODE
LOWfay_booter.py381 except Exception as e:CODE
LOWfay_booter.py383 except Exception as e:CODE
LOWfay_booter.py427 except Exception as e:CODE
LOWfay_booter.py473 except Exception as e:CODE
LOWmain.py124 except Exception as e:CODE
LOWmain.py128 except Exception as e:CODE
LOWmain.py140 except Exception as e:CODE
LOWmain.py168except Exception as e:CODE
LOWmain.py298 except Exception as exc:CODE
MEDIUMmain.py137def cleanup_and_exit():CODE
LOWpackaging/sync_release_mcp_config.py46 except Exception:CODE
MEDIUMllm/nlp_cognitive_stream.py2310def _on_bg_complete(state):CODE
LOWllm/nlp_cognitive_stream.py1444 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py2091 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py2110 except Exception:CODE
LOWllm/nlp_cognitive_stream.py2116 except Exception:CODE
LOWllm/nlp_cognitive_stream.py2122 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py2515 except Exception as llm_err:CODE
LOWllm/nlp_cognitive_stream.py2518 except Exception as user_err:CODE
LOWllm/nlp_cognitive_stream.py2523 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py2702 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py2704 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py2707 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py2717 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py432 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py449 except Exception:CODE
LOWllm/nlp_cognitive_stream.py459 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py473 except Exception:CODE
LOWllm/nlp_cognitive_stream.py593 except Exception:CODE
LOWllm/nlp_cognitive_stream.py603 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py1099 except Exception:CODE
LOWllm/nlp_cognitive_stream.py1122 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1163 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1209 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1301 except Exception as write_err:CODE
LOWllm/nlp_cognitive_stream.py1305 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1349 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1376 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1381 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1395 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1413 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1418 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1431 except Exception as e:CODE
LOWllm/nlp_cognitive_stream.py1481 except Exception as exc:CODE
LOWllm/nlp_cognitive_stream.py1501 except Exception as exc:CODE
448 more matches not shown…
Decorative Section Separators28 hits · 102 pts
SeverityFileLineSnippetContext
MEDIUMllm/nlp_cognitive_stream.py1448# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/nlp_cognitive_stream.py1450# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/nlp_cognitive_stream.py2100 # ------------------------------------------------------------------COMMENT
MEDIUMllm/nlp_cognitive_stream.py2102 # ------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py168# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py170# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py208# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py210# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py578# ---------------------------------------------------------------------------COMMENT
MEDIUMllm/execution_manager.py580# ---------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py183# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py185# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py371# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py373# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py56# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py58# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py102# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py104# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py147# -----------------------------------------------------------------------------COMMENT
MEDIUMcore/memory_service.py149# -----------------------------------------------------------------------------COMMENT
MEDIUMsimulation_engine/gpt_structure.py35# ============================================================================COMMENT
MEDIUMsimulation_engine/gpt_structure.py37# ============================================================================COMMENT
MEDIUMsimulation_engine/gpt_structure.py94# ============================================================================COMMENT
MEDIUMsimulation_engine/gpt_structure.py96# ============================================================================COMMENT
MEDIUMsimulation_engine/gpt_structure.py222# ============================================================================COMMENT
MEDIUMsimulation_engine/gpt_structure.py224# ============================================================================COMMENT
MEDIUM…ayer_knowledge/fay_player_knowledge_base_mcp_server.py42# ---------------------------------------------------------------------------COMMENT
MEDIUM…ayer_knowledge/fay_player_knowledge_base_mcp_server.py44# ---------------------------------------------------------------------------COMMENT
Deep Nesting129 hits · 96 pts
SeverityFileLineSnippetContext
LOWfay_booter.py222CODE
LOWfay_booter.py269CODE
LOWfay_booter.py315CODE
LOWfay_booter.py142CODE
LOWpackaging/build_windows_release.py212CODE
LOWllm/execution_manager.py333CODE
LOWcore/recorder.py94CODE
LOWcore/recorder.py234CODE
LOWcore/qa_service.py31CODE
LOWcore/qa_service.py57CODE
LOWcore/action_signal.py29CODE
LOWcore/wsa_server.py28CODE
LOWcore/wsa_server.py56CODE
LOWcore/wsa_server.py78CODE
LOWcore/fay_core.py534CODE
LOWcore/fay_core.py972CODE
LOWcore/fay_core.py1088CODE
LOWcore/fay_core.py1723CODE
LOWcore/fay_core.py1820CODE
LOWcore/fay_core.py2027CODE
LOWcore/fay_core.py2129CODE
LOWcore/fay_core.py2612CODE
LOWcore/memory_service.py154CODE
LOWtest/easegen_auto_play_server.py43CODE
LOWtest/test_fay_gpt_stream.py34CODE
LOWtest/test_remote_audio_socket_10001.py30CODE
LOWfaymcp/mcp_service.py54CODE
LOWfaymcp/mcp_service.py75CODE
LOWfaymcp/mcp_service.py210CODE
LOWfaymcp/mcp_service.py326CODE
LOWfaymcp/mcp_service.py437CODE
LOWfaymcp/mcp_service.py580CODE
LOWfaymcp/mcp_service.py605CODE
LOWfaymcp/mcp_service.py767CODE
LOWfaymcp/mcp_service.py836CODE
LOWfaymcp/mcp_service.py902CODE
LOWfaymcp/mcp_service.py1027CODE
LOWfaymcp/mcp_service.py1249CODE
LOWfaymcp/mcp_service.py1294CODE
LOWfaymcp/mcp_service.py1320CODE
LOWfaymcp/mcp_service.py1361CODE
LOWfaymcp/mcp_service.py1471CODE
LOWfaymcp/mcp_service.py1678CODE
LOWfaymcp/tool_registry.py51CODE
LOWfaymcp/tool_registry.py172CODE
LOWfaymcp/mcp_client.py302CODE
LOWfaymcp/mcp_client.py462CODE
LOWfaymcp/mcp_client.py541CODE
LOWfaymcp/mcp_client.py737CODE
LOWfaymcp/prestart_registry.py22CODE
LOWfaymcp/mcp_server.py311CODE
LOWfaymcp/mcp_server.py433CODE
LOWfaymcp/mcp_server.py505CODE
LOWfaymcp/resource_registry.py98CODE
LOWsimulation_engine/llm_json_parser.py5CODE
LOWsimulation_engine/global_methods.py85CODE
LOWsimulation_engine/global_methods.py240CODE
LOWutils/stream_state_manager.py170CODE
LOWutils/stream_text_processor.py80CODE
LOWutils/config_util.py217CODE
69 more matches not shown…
Hyper-Verbose Identifiers109 hits · 92 pts
SeverityFileLineSnippetContext
LOWfay_booter.py245def accept_audio_device_output_connect():CODE
LOWmain.py15def _resolve_runner_script_path(script_arg):CODE
LOWmain.py33def _maybe_run_mcp_stdio_runner(argv):CODE
LOWmain.py62def _extract_config_center_id(argv):CODE
LOWpackaging/sync_release_mcp_config.py74def _is_portable_python_server(server: Dict[str, Any]) -> bool:CODE
LOWpackaging/build_windows_release.py135def _prepare_release_memory_snapshot() -> None:CODE
LOWpackaging/build_windows_release.py212def _rewrite_release_mcp_config(output_path: Path, built_targets: Dict[str, str]) -> None:CODE
LOWpackaging/build_windows_release.py241def _copy_packaged_mcp_into_dist() -> None:CODE
LOWllm/nlp_cognitive_stream.py1452def _classify_intent_for_running_task(content, running_state):CODE
LOWllm/nlp_cognitive_stream.py2105 def _end_session_and_remember(response_text: str) -> str:CODE
LOWllm/nlp_cognitive_stream.py56def _normalize_short_greeting_text(content: Any) -> str:CODE
LOWllm/nlp_cognitive_stream.py167def _extract_text_from_result(value: Any, *, depth: int = 0) -> List[str]:CODE
LOWllm/nlp_cognitive_stream.py319def _apply_question_placeholder(value: Any, question: str) -> Any:CODE
LOWllm/nlp_cognitive_stream.py331def _remove_prestart_from_text(text: str, keep_marked: bool = True) -> str:CODE
LOWllm/nlp_cognitive_stream.py380def _format_conversation_block(conversation: List[Dict], username: str = "User") -> str:CODE
LOWllm/nlp_cognitive_stream.py519def _format_schema_parameters(schema: Dict[str, Any]) -> List[str]:CODE
LOWllm/nlp_cognitive_stream.py581def _build_workflow_tool_spec(tool_def: Dict[str, Any]) -> Optional[WorkflowToolSpec]:CODE
LOWllm/nlp_cognitive_stream.py653def _get_latest_tool_result_text(history: List[ToolResult]) -> str:CODE
LOWllm/nlp_cognitive_stream.py1353def remember_conversation_thread(username, content, response_text):CODE
LOWllm/nlp_cognitive_stream.py1398def remember_observation_thread(username, observation_text):CODE
LOWllm/nlp_cognitive_stream.py1486def _build_new_task_confirm_reply(content, running_state):CODE
LOWllm/nlp_cognitive_stream.py1506def _auto_reply_after_execution(username, finished_exec_state):CODE
LOWllm/nlp_cognitive_stream.py2432def perform_user_portrait_analysis():CODE
LOWllm/nlp_cognitive_stream.py2256 def _first_plan_stream_callback(chunk_text: str) -> None:STRING
LOWllm/execution_manager.py212def _format_tools_for_execution(tool_registry) -> str:CODE
LOWllm/execution_manager.py226def _build_execution_next_step_messages(state: ExecutionState) -> list:CODE
LOWcore/recorder.py350 def __notify_listening_status(self):CODE
LOWcore/stream_manager.py211 def _clear_user_specific_audio(self, username, sound_queue):CODE
LOWcore/wsa_server.py99 async def send_message_with_timeout(self, client, message, username, timeout=3):CODE
LOWcore/fay_core.py972 def __send_human_audio_ordered(self, content, username, conversation_id, conversation_msg_no, is_end=False):CODE
LOWcore/fay_core.py2027 def __send_remote_device_audio(self, file_url, interact):CODE
LOWcore/fay_core.py2108 def __is_send_remote_device_audio(self, interact):CODE
LOWcore/fay_core.py2612 def __truncate_think_for_panel(self, text, uid, username):CODE
LOWcore/fay_core.py2899 def __send_digital_human_message(self, text, username, is_first=False, is_end=False):CODE
LOWcore/fay_core.py3076 def __analyze_sentiment_by_keywords(self, text):CODE
LOWcore/content_db.py212 def get_recent_messages_by_user(self, username='User', limit=30):STRING
LOWcore/content_db.py252 def get_previous_user_message(self, msg_id):CODE
LOWcore/content_db.py268 def get_today_messages_by_user(self, username):STRING
LOWcore/content_db.py296 def delete_messages_by_username(self, username):STRING
LOWtest/test_fay_gpt_stream.py6def _configure_console_streams():CODE
LOWfaymcp/mcp_service.py161def _attach_prestart_metadata(server_id: int, tools: List[Dict[str, Any]]) -> List[Dict[str, Any]]:CODE
LOWfaymcp/mcp_service.py179def _fetch_and_cache_resources(server_id: int, client: McpClient, server_name: str = "") -> None:CODE
LOWfaymcp/mcp_service.py326def disconnect_all_mcp_servers():CODE
LOWfaymcp/mcp_service.py902def get_all_online_server_tools():CODE
LOWfaymcp/mcp_service.py1108def schedule_connection_check():CODE
LOWfaymcp/mcp_service.py1249def list_runnable_prestart_tools():CODE
LOWfaymcp/mcp_service.py1294def _apply_question_placeholder(params: Dict[str, Any], question: str) -> Dict[str, Any]:CODE
LOWfaymcp/mcp_service.py1678def _autostart_connect_servers():CODE
LOWfaymcp/runtime_bridge.py53def list_runnable_prestart_tools() -> List[Dict[str, Any]]:CODE
LOWfaymcp/mcp_client.py154def _inject_packaged_python_env(CODE
LOWfaymcp/mcp_client.py195def _resolve_packaged_stdio_runner(CODE
LOWfaymcp/mcp_client.py462 def _resolve_stdio_launch_config(self) -> Dict[str, Any]:CODE
LOWfaymcp/static/js/vue.js2280 function extractPropsFromVNodeData (CODE
LOWfaymcp/static/js/vue.js3057 function createFunctionalComponent (CODE
LOWfaymcp/static/js/vue.js3098 function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {CODE
LOWfaymcp/static/js/vue.js3294 function createComponentInstanceForVnode (CODE
LOWfaymcp/static/js/vue.js5050 function resolveConstructorOptions (Ctor) {CODE
LOWfaymcp/static/js/vue.js6177 function removeAndInvokeRemoveHook (vnode, rm) {CODE
LOWfaymcp/static/js/vue.js7146 function getAndRemoveAttr (CODE
LOWfaymcp/static/js/vue.js7167 function getAndRemoveAttrByRegex (CODE
49 more matches not shown…
Unused Imports72 hits · 68 pts
SeverityFileLineSnippetContext
LOWfay_booter.py3CODE
LOWpackaging/build_windows_release.py1CODE
LOWllm/execution_manager.py16CODE
LOWcore/recorder.py7CODE
LOWcore/member_db.py2CODE
LOWcore/action_signal.py1CODE
LOWcore/memory_service.py34CODE
LOWtest/mcp_stdio_example.py26CODE
LOWtest/test_auto_play_server.py5CODE
LOWtest/test_windows_adudio_output_listen.py1CODE
LOWtest/test_remote_audio_websocket_9001.py7CODE
LOWtest/test_remote_audio_websocket_9001.py9CODE
LOWtest/test_remote_audio_websocket_9001.py10CODE
LOWtest/test_human_ws_api.py4CODE
LOWtest/FunAudioLLM/SenseVoice/model.py6CODE
LOWtest/FunAudioLLM/SenseVoice/model.py11CODE
LOWtest/FunAudioLLM/SenseVoice/model.py14CODE
LOWfaymcp/tool_registry.py12CODE
LOWfaymcp/runtime_bridge.py10CODE
LOWfaymcp/prestart_registry.py10CODE
LOWfaymcp/mcp_server.py23CODE
LOWfaymcp/resource_registry.py21CODE
LOWscheduler/thread_manager.py56CODE
LOWsimulation_engine/gpt_structure.py5CODE
LOWsimulation_engine/gpt_structure.py5CODE
LOWsimulation_engine/gpt_structure.py5CODE
LOWsimulation_engine/gpt_structure.py7CODE
LOWsimulation_engine/global_methods.py5CODE
LOWutils/util.py10CODE
LOWutils/config_util.py32CODE
LOWutils/config_util.py36CODE
LOWutils/config_util.py37CODE
LOWutils/api_embedding_service.py4CODE
LOWutils/openai_api/openai_api.py1CODE
LOWgenagents/genagents.py12CODE
LOWgenagents/genagents.py13CODE
LOWgenagents/modules/interaction.py1CODE
LOWgenagents/modules/interaction.py2CODE
LOWgenagents/modules/interaction.py3CODE
LOWgenagents/modules/interaction.py4CODE
LOWgenagents/modules/interaction.py5CODE
LOWgenagents/modules/interaction.py6CODE
LOWgenagents/modules/interaction.py9CODE
LOWgenagents/modules/interaction.py10CODE
LOWgenagents/modules/interaction.py12CODE
LOWgenagents/modules/interaction.py13CODE
LOWgenagents/modules/interaction.py14CODE
LOWgenagents/modules/interaction.py15CODE
LOWgenagents/modules/memory_stream.py1CODE
LOWgenagents/modules/memory_stream.py2CODE
LOWgenagents/modules/memory_stream.py6CODE
LOWgenagents/modules/memory_stream.py11CODE
LOWgenagents/modules/memory_stream.py12CODE
LOWgenagents/modules/memory_stream.py13CODE
LOWgenagents/modules/memory_stream.py14CODE
LOWasr/funasr.py13CODE
LOWasr/funasr/funasr_client_api.py16CODE
LOWasr/funasr/funasr_client_api.py18CODE
LOWasr/funasr/funasr_client_api.py19CODE
LOWtts/ali_tss.py2CODE
12 more matches not shown…
Over-Commented Block39 hits · 34 pts
SeverityFileLineSnippetContext
LOWtest/ovr_lipsync/ovr_lipsync_exe/CMakeCache.txt1# This is the CMakeCache file.COMMENT
LOWtest/ovr_lipsync/ovr_lipsync_exe/CMakeCache.txt241//Name of generator platform.COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp21# define SIMULATE_ID "MSVC"COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp41# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp61# define SIMULATE_ID "GNU"COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp81#if defined(__GNUC__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp101#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp121COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp141# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp161 /* __IBMCPP__ = VRP */COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp181#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp201# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp221/* __GHS_VERSION_NUMBER = VVVVRP */COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp241 # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp261#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp281COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp301# if defined(_MSC_FULL_VER)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp321#endifCOMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp361#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp381#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp401COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp421# define PLATFORM_ID "UNIX_SV"COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp441#elif defined(__WATCOMC__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp461#elif defined(__INTEGRITY)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp481# define ARCHITECTURE_ID "IA64"COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp501# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp521# else /* unknown architecture */COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp541# elif defined(__ICCAVR__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp561# if defined(__PPC64__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp581# if defined(__TI_ARM__)COMMENT
LOW…0.21032501-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.cpp681# elseCOMMENT
LOWfaymcp/static/js/vue.js1921 var copies = callbacks.slice(0);COMMENT
LOWfaymcp/static/js/vue.js1941 // The nextTick behavior leverages the microtask queue, which can be accessedCOMMENT
LOWfaymcp/static/js/vue.js2341 }COMMENT
LOWutils/openai_api/api_server.py221 json_post_list = json.loads(json_post)COMMENT
LOWutils/openai_api/openai_api_request.py201# -H "Content-Type: application/json" \COMMENT
LOWgui/static/js/vue.js1921 var copies = callbacks.slice(0);COMMENT
LOWgui/static/js/vue.js1941 // The nextTick behavior leverages the microtask queue, which can be accessedCOMMENT
LOWgui/static/js/vue.js2341 }COMMENT
AI Structural Patterns12 hits · 12 pts
SeverityFileLineSnippetContext
LOWcore/recorder.py400CODE
LOWtest/FunAudioLLM/SenseVoice/model.py445CODE
LOWtest/FunAudioLLM/SenseVoice/model.py584CODE
LOWsimulation_engine/gpt_structure.py167CODE
LOWsimulation_engine/global_methods.py237CODE
LOWutils/openai_api/api_server.py326CODE
LOWgenagents/genagents.py179CODE
LOWgenagents/genagents.py184CODE
LOWgenagents/genagents.py189CODE
LOWgenagents/modules/interaction.py65CODE
LOWgenagents/modules/interaction.py116CODE
LOWmcp_servers/yueshen_rag/server.py406CODE
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHutils/config_util.py139 'API_KEY': 'your-api-key-here', # 默认API密钥CODE
HIGHdocs/Fay数字人MCP知识库配置指南.md98 "YUESHEN_EMBED_API_KEY": "sk-your-api-key",CODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALgui/static/js/marked.min.js47`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(e){let r="Infinite loop on bytCODE
Modern Structural Boilerplate7 hits · 7 pts
SeverityFileLineSnippetContext
LOWtest/FunAudioLLM/SenseVoice/server.py11logger = logging.getLogger(__name__)CODE
LOWfaymcp/tool_registry.py120def update_tool_enabled(server_id: int, tool_name: str, enabled: bool) -> None:CODE
LOWfaymcp/mcp_client.py29logger = logging.getLogger(__name__)CODE
LOWfaymcp/mcp_client.py292 def set_enabled_lookup(self, lookup: Optional[Callable[[str], bool]]) -> None:CODE
LOWfaymcp/prestart_registry.py86def set_prestart(server_id: int, tool_name: str, params: Dict[str, Any], include_history: bool = True, allow_function_caCODE
LOWutils/api_embedding_service.py21logger = logging.getLogger(__name__)CODE
LOWasr/funasr/ASR_server.py10logger = logging.getLogger(__name__)CODE
Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippetContext
LOWfaymcp/static/js/element.js1!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue")):"function"==typeof defCODE
LOWfaymcp/static/js/vue.js6812 key === 'placeholder' && value !== '' && !el.__iephCODE
LOWgui/static/js/element.js1!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue")):"function"==typeof defCODE
LOWgui/static/js/element-ui.js1!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue")):"function"==typeof defCODE
LOWgui/static/js/vue.js6812 key === 'placeholder' && value !== '' && !el.__iephCODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMmcp_servers/yueshen_rag/README.md1## YueShen RAG MCP ServerCOMMENT
Self-Referential Comments1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMtest/ovr_lipsync/ffmpeg/doc/ffmpeg-devices.html1242<pre class="example-preformatted"># Create a JACK writable client with name &quot;ffmpeg&quot;.CODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMtest/ovr_lipsync/ffmpeg/doc/faq.html524<p>FFmpeg has a <a class="url" href="ffmpeg-formats.html#concat"><code class="code">concat</code></a> demuxer which you CODE
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMfaymcp/mcp_client.py217CODE
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWfaymcp/static/js/vue.js4754 function getData (data, vm) {CODE
LOWgui/static/js/vue.js4754 function getData (data, vm) {CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsimulation_engine/global_methods.py338 # Loop through the list in steps of q_chunk_sizeCOMMENT