Multi-Platform Live Stream Automatic Recording Tool | 多平台直播流自动录制客户端 · 基于FFmpeg · 支持监控/定时/转码
This report presents the forensic synthetic code analysis of ihmily/StreamCap, a Python project with 3,960 GitHub stars. SynthScan v2.0 examined 17,426 lines of code across 132 source files, recording 262 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 15.8 places this repository in the Moderate 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 262 distinct pattern matches across 8 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 | main.py | 148 | except Exception as e: | CODE |
| LOW | main.py | 186 | except Exception as err: | CODE |
| LOW⚡ | app/app_manager.py | 118 | except Exception: | CODE |
| LOW⚡ | app/app_manager.py | 127 | except Exception as exc: | CODE |
| LOW⚡ | app/app_manager.py | 136 | except Exception as exc: | CODE |
| LOW⚡ | app/app_manager.py | 145 | except Exception as exc: | CODE |
| LOW⚡ | app/app_manager.py | 151 | except Exception as exc: | CODE |
| LOW | app/app_manager.py | 192 | except Exception as e: | CODE |
| LOW | app/app_manager.py | 215 | except Exception as e: | CODE |
| LOW | app/ui/components/business/video_player.py | 118 | except Exception as e: | CODE |
| LOW | app/ui/components/business/video_player.py | 140 | except Exception as e: | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 377 | except Exception as e: | CODE |
| LOW | app/ui/components/business/recording_card.py | 252 | except Exception as e: | CODE |
| LOW | app/ui/components/business/recording_card.py | 296 | except Exception as e: | CODE |
| LOW | app/ui/components/business/recording_card.py | 421 | except Exception as e: | CODE |
| LOW | app/ui/components/business/recording_card.py | 440 | except Exception as e: | CODE |
| LOW | app/ui/components/business/recording_card.py | 496 | except Exception as e: | CODE |
| LOW | app/ui/views/storage_view.py | 82 | except Exception as e: | CODE |
| LOW | app/ui/views/storage_view.py | 95 | except Exception: | CODE |
| LOW | app/ui/views/storage_view.py | 108 | except Exception as e: | CODE |
| MEDIUM | app/ui/views/storage_view.py | 53 | def update_file_list(self): | CODE |
| MEDIUM | app/ui/views/storage_view.py | 101 | def _get_items(): | CODE |
| LOW | app/messages/notification_service.py | 25 | except Exception as e: | CODE |
| LOW | app/messages/notification_service.py | 116 | except Exception as e: | CODE |
| LOW | app/messages/desktop_notify.py | 19 | except Exception: | CODE |
| LOW | app/core/update/update_checker.py | 59 | except Exception as e: | CODE |
| LOW | app/core/update/update_checker.py | 126 | except Exception as e: | CODE |
| LOW | app/core/update/update_checker.py | 164 | except Exception as e: | CODE |
| LOW | app/core/update/update_checker.py | 199 | except Exception as e: | CODE |
| MEDIUM | app/core/update/update_checker.py | 53 | def _get_current_version(self) -> str: | CODE |
| LOW | app/core/config/config_manager.py | 47 | except Exception as e: | CODE |
| LOW | app/core/config/config_manager.py | 87 | except Exception as e: | CODE |
| LOW | app/core/config/config_manager.py | 145 | except Exception as e: | CODE |
| LOW | app/core/recording/record_manager.py | 523 | except Exception: | CODE |
| LOW | app/core/recording/stream_manager.py | 164 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 187 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 284 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 336 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 471 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 479 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 497 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 508 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 601 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 677 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 766 | except Exception as e: | CODE |
| LOW | app/core/recording/stream_manager.py | 774 | except Exception as e: | CODE |
| MEDIUM | app/core/recording/stream_manager.py | 331 | def remove_active_recorder(self): | CODE |
| LOW | app/core/runtime/backend_services.py | 102 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW | app/core/runtime/backend_services.py | 107 | except Exception: | CODE |
| LOW | app/core/runtime/backend_services.py | 121 | except Exception as exc: # pragma: no cover - defensive | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 137 | except Exception as exc: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 141 | except Exception: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 151 | except Exception: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 171 | except Exception as exc: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 178 | except Exception as exc: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 185 | except Exception as exc: | CODE |
| LOW⚡ | app/core/runtime/backend_services.py | 192 | except Exception as exc: | CODE |
| LOW | app/core/runtime/process_manager.py | 45 | except Exception as e: | CODE |
| LOW | app/core/runtime/process_manager.py | 79 | except Exception as e: | CODE |
| LOW | app/core/media/direct_downloader.py | 49 | except Exception as e: | CODE |
| 35 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/ui/filters/recording_filters.py | 48 | def get_platform_filter_result(cls, recording, platform_filter) -> bool: | CODE |
| LOW | app/ui/components/business/recording_dialog.py | 140 | async def on_segment_setting_change(e): | CODE |
| LOW | app/ui/components/business/recording_dialog.py | 185 | def create_time_picker_handler(index): | CODE |
| LOW | app/ui/components/business/recording_dialog.py | 234 | async def on_scheduled_setting_change(e): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 385 | def get_icon_for_recording_state(recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 389 | def get_tip_for_recording_state(self, recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 393 | def get_icon_for_monitor_state(recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 397 | def get_tip_for_monitor_state(self, recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 520 | async def recording_button_on_click(self, _, recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 523 | async def recording_dir_button_on_click(self, _, recording: Recording): | CODE |
| LOW⚡ | app/ui/components/business/recording_card.py | 526 | async def recording_info_button_on_click(self, _, recording: Recording): | CODE |
| LOW | app/ui/components/business/recording_card.py | 171 | def get_card_background_color(self, recording: Recording): | CODE |
| LOW | app/ui/components/business/recording_card.py | 284 | async def show_recording_info_dialog(self, recording: Recording): | CODE |
| LOW | app/ui/components/business/recording_card.py | 451 | async def edit_recording_button_click(self, _, recording: Recording): | CODE |
| LOW | app/ui/components/business/recording_card.py | 464 | async def recording_delete_button_click(self, _, recording: Recording): | CODE |
| LOW | app/ui/components/business/recording_card.py | 499 | async def preview_video_button_on_click(self, _, recording: Recording): | CODE |
| LOW | app/ui/views/storage_view.py | 140 | def show_empty_folder_message(self): | CODE |
| LOW | app/ui/views/home_view.py | 271 | def create_announcements_area(self): | CODE |
| LOW | app/ui/views/home_view.py | 669 | async def on_browse_recordings_click(self, _): | CODE |
| LOW | app/ui/views/settings_view.py | 209 | async def save_user_config_after_delay(self, delay): | CODE |
| LOW | app/ui/views/settings_view.py | 219 | async def save_accounts_after_delay(self, delay): | CODE |
| LOW | app/ui/views/settings_view.py | 231 | def get_supported_record_format() -> list: | CODE |
| LOW | app/ui/views/settings_view.py | 234 | def create_recording_settings_tab(self): | CODE |
| LOW | app/ui/views/settings_view.py | 894 | def create_push_channels_layout(self): | CODE |
| LOW | app/ui/views/settings_view.py | 931 | def create_cookies_settings_tab(self): | CODE |
| LOW | app/ui/views/settings_view.py | 1001 | def create_accounts_settings_tab(self): | CODE |
| LOW | app/ui/views/settings_view.py | 1102 | def create_folder_setting_row(self, label): | CODE |
| LOW | app/ui/views/settings_view.py | 1159 | def create_channel_switch_container(self, channel_name, icon, key): | CODE |
| LOW | app/ui/views/settings_view.py | 1364 | def create_security_settings_tab(self): | CODE |
| LOW | app/ui/views/recordings_view.py | 115 | def create_recordings_title_area(self): | CODE |
| LOW | app/ui/views/recordings_view.py | 332 | async def filter_recording_on_click(self, _): | CODE |
| LOW | app/ui/views/recordings_view.py | 415 | def create_recordings_content_area(self): | CODE |
| LOW | app/ui/views/recordings_view.py | 442 | async def create_card_with_time_range(_recording: Recording): | CODE |
| LOW | app/ui/views/recordings_view.py | 534 | async def create_card_with_time_range(rec): | CODE |
| LOW⚡ | app/ui/views/recordings_view.py | 598 | async def start_monitor_recordings_on_click(self, _): | CODE |
| LOW⚡ | app/ui/views/recordings_view.py | 604 | async def stop_monitor_recordings_on_click(self, _): | CODE |
| LOW⚡ | app/ui/views/recordings_view.py | 608 | async def delete_monitor_recordings_on_click(self, _): | CODE |
| LOW | app/ui/views/recordings_view.py | 651 | async def delete_all_recording_cards(self): | CODE |
| LOW | app/ui/views/recordings_view.py | 705 | def get_grid_child_aspect_ratio(self): | CODE |
| LOW | app/ui/views/recordings_view.py | 746 | def on_platform_dropdown_change(self, e): | CODE |
| LOW | app/messages/message_pusher.py | 32 | def is_any_push_channel_enabled(self) -> bool: | CODE |
| LOW | app/core/config/language_manager.py | 33 | def _initialize_observer_registry(self) -> None: | CODE |
| LOW | app/core/recording/record_manager.py | 230 | def set_periodic_task_running(cls, value=True): | CODE |
| LOW | app/core/recording/record_manager.py | 233 | async def setup_periodic_live_check(self, interval: int = 180): | CODE |
| LOW | app/core/recording/stream_manager.py | 151 | def _clean_and_truncate_title(title: str) -> str | None: | CODE |
| LOW | app/core/recording/stream_manager.py | 167 | async def _handle_recording_finished(self, record_name: str, stop_msg: str = "", complete_msg: str = "") -> None: | CODE |
| LOW | app/core/recording/stream_manager.py | 191 | def is_flv_preferred_platform(self): | CODE |
| LOW | app/core/runtime/paths.py | 15 | def _macos_bundle_contents_dir(executable_dir: Path) -> Path | None: | CODE |
| LOW | app/core/runtime/bundled_env.py | 8 | def patch_macos_flet_launcher() -> None: | CODE |
| LOW | app/core/runtime/bundled_env.py | 49 | def has_materialized_framework_links(app_path: Path) -> bool: | CODE |
| LOW | app/core/runtime/bundled_env.py | 63 | def write_file_picker_entitlements(target_dir: Path) -> Path: | CODE |
| LOW | app/core/runtime/bundled_env.py | 72 | def prepare_streamcap_flet_app() -> Path: | CODE |
| LOW | app/core/media/ffmpeg_builders/base.py | 63 | def _get_basic_ffmpeg_command(self) -> list[str]: | CODE |
| LOW | app/utils/utils.py | 217 | def is_current_time_within_range(time_range_str: str): | CODE |
| LOW | app/utils/utils.py | 231 | def is_time_interval_exceeded(last_check_time, interval_seconds=60): | CODE |
| LOW | app/initialization/installation_manager.py | 81 | async def update_component_progress(self, component_name, progress, status): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/__init__.py | 2 | CODE | |
| LOW | app/ui/filters/__init__.py | 1 | CODE | |
| LOW | app/ui/themes/__init__.py | 1 | CODE | |
| LOW | app/ui/themes/__init__.py | 2 | CODE | |
| LOW | app/core/__init__.py | 1 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 2 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/platforms/platform_handlers/__init__.py | 3 | CODE | |
| LOW | app/core/config/settings_config.py | 1 | CODE | |
| LOW | app/core/runtime/backend_services.py | 1 | CODE | |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | main.py | 134 | CODE | |
| LOW | main.py | 160 | CODE | |
| LOW | app/ui/components/business/recording_dialog.py | 26 | CODE | |
| LOW | app/ui/components/business/recording_dialog.py | 369 | CODE | |
| LOW | app/ui/components/business/recording_card.py | 197 | CODE | |
| LOW | app/ui/components/business/recording_card.py | 315 | CODE | |
| LOW | app/ui/components/business/recording_card.py | 499 | CODE | |
| LOW | app/ui/components/state/recording_card_state.py | 11 | CODE | |
| LOW | app/ui/components/dialogs/search_dialog.py | 5 | CODE | |
| LOW | app/ui/views/home_view.py | 352 | CODE | |
| LOW | app/ui/views/recordings_view.py | 727 | CODE | |
| LOW | app/core/update/update_checker.py | 132 | CODE | |
| LOW | app/core/update/update_checker.py | 204 | CODE | |
| LOW | app/core/update/update_checker.py | 284 | CODE | |
| LOW | app/core/update/update_checker.py | 207 | CODE | |
| LOW | app/core/config/config_manager.py | 122 | CODE | |
| LOW | app/core/recording/stream_manager.py | 219 | CODE | |
| LOW | app/core/recording/stream_manager.py | 365 | CODE | |
| LOW | app/core/recording/stream_manager.py | 544 | CODE | |
| LOW | app/core/runtime/process_manager.py | 59 | CODE | |
| LOW | app/scripts/ffmpeg_install.py | 72 | CODE | |
| LOW | app/scripts/ffmpeg_install.py | 161 | CODE | |
| LOW | app/scripts/node_install.py | 49 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/__init__.py | 9 | __all__ = ["InstallationManager", "execute_dir", "resource_dir"] | CODE |
| LOW | app/ui/filters/__init__.py | 3 | __all__ = ["RecordingFilters"] | CODE |
| LOW | app/ui/themes/__init__.py | 4 | __all__ = ["PopupColorItem", "ThemeManager"] | CODE |
| LOW | app/core/__init__.py | 3 | __all__ = ["get_platform_handler"] | CODE |
| LOW | app/core/platforms/platform_handlers/__init__.py | 149 | __all__ = [ | CODE |
| LOW | app/api/video_stream_service.py | 34 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | .github/workflows/sync.yml | 24 | # Step 1: run a standard checkout action, provided by github | COMMENT |
| LOW⚡ | .github/workflows/sync.yml | 34 | # Step 2: run the sync action | COMMENT |
| LOW | .github/workflows/sync.yml | 48 | # Step 3: Display a sample message based on the sync output var 'has_new_commits' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | .github/workflows/sync.yml | 24 | # Step 1: run a standard checkout action, provided by github | COMMENT |
| LOW⚡ | .github/workflows/sync.yml | 34 | # Step 2: run the sync action | COMMENT |
| LOW | .github/workflows/sync.yml | 48 | # Step 3: Display a sample message based on the sync output var 'has_new_commits' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/messages/notification_service.py | 120 | CODE | |
| LOW | app/messages/notification_service.py | 157 | CODE |