Python API for JMComic | 提供Python API访问禁漫天堂,同时支持网页端和移动端 | 禁漫天堂GitHub Actions下载器🚀
This report presents the forensic synthetic code analysis of hect0x7/JMComic-Crawler-Python, a Python project with 6,763 GitHub stars. SynthScan v2.0 examined 16,937 lines of code across 87 source files, recording 225 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 20.0 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 225 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 |
|---|---|---|---|---|
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 98 | # ================================================================ | COMMENT |
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 100 | # ================================================================ | COMMENT |
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 189 | # ================================================================ | COMMENT |
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 191 | # ================================================================ | COMMENT |
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 245 | # ================================================================ | COMMENT |
| MEDIUM⚡ | usage/benchmark_async_vs_sync.py | 247 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 38 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 40 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 57 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 59 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 143 | # ================================================================ | COMMENT |
| MEDIUM | usage/benchmark_async_vs_sync.py | 145 | # ================================================================ | COMMENT |
| MEDIUM⚡ | src/jmcomic/jm_async_client.py | 689 | # ====================================================================== | COMMENT |
| MEDIUM⚡ | src/jmcomic/jm_async_client.py | 691 | # ====================================================================== | COMMENT |
| MEDIUM⚡ | src/jmcomic/jm_async_client.py | 730 | # ====================================================================== | COMMENT |
| MEDIUM⚡ | src/jmcomic/jm_async_client.py | 732 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 87 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 89 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 148 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 150 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 173 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 175 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 218 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 220 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 382 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 384 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 446 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 448 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 489 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 491 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 525 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 527 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 571 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 573 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 599 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 601 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 659 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 661 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 763 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_client.py | 765 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 55 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 57 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 196 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 198 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 225 | # ====================================================================== | COMMENT |
| MEDIUM | src/jmcomic/jm_async_downloader.py | 227 | # ====================================================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_jmcomic/test_jm_client.py | 53 | def test_detail_property_list(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_client.py | 361 | def test_indexed_entity_slice(self): | STRING |
| LOW | tests/test_jmcomic/test_jm_async_api.py | 22 | def test_async_download_photo_by_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_api.py | 50 | def test_async_download_album_by_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_api.py | 99 | def test_async_partial_exception(self): | STRING |
| LOW | tests/test_jmcomic/test_jm_async_plugin.py | 16 | def test_async_plugin_missing_album_context(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_custom.py | 88 | def test_custom_client_empty_domain(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_cli.py | 15 | def test_jmcomic_parse_album_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_cli.py | 22 | def test_jmcomic_parse_photo_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_cli.py | 37 | def test_jmcomic_download_album(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_cli.py | 46 | def test_entry_points_installed(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 73 | def test_jmv_extract_pure_digits(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 79 | def test_jmv_extract_digits_scattered(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 85 | def test_jmv_extract_jm_prefix(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 91 | def test_jmv_extract_no_digits_exits(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 101 | def test_jmv_truncate_list_under_limit(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 107 | def test_jmv_truncate_list_at_limit(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 113 | def test_jmv_truncate_list_over_limit(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 121 | def test_jmv_get_album_detail_real(self): | CODE |
| LOW⚡ | tests/test_jmcomic/test_jm_cli.py | 129 | def test_jmv_print_album_detail_real(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_cli.py | 146 | def test_jmv_print_truncates_real(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_api.py | 6 | def test_download_photo_by_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_api.py | 13 | def test_download_album_by_id(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_api.py | 79 | def test_get_html_domain_all_via_github_deprecated(self): | STRING |
| LOW | tests/test_jmcomic/test_jm_async_feature.py | 15 | def test_async_download_use_feature(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_feature.py | 74 | def test_async_export_album_use_photo_rule(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 49 | def test_async_detail_property_list(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 161 | def test_async_getitem_and_slice(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 182 | def test_async_download_image(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 233 | def test_async_cache_option_driven(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 267 | def test_async_search_generator(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 281 | def test_async_categories_filter_generator(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 298 | def test_async_download_cover_not_supported(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 16 | def test_async_extends_api_client(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 40 | def test_async_client_key_missing(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 52 | def test_async_custom_client_empty_domain(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 94 | def test_async_client_empty_domain_fallback(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 116 | def test_async_explicit_domain_list(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 176 | def test_async_setup_checks_cookies_for_each_session(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 215 | def test_async_downloader_cleanup_when_setup_fails(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_plugin.py | 6 | def test_plugin_missing_album_context(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_feature.py | 111 | def test_download_use_feature(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_feature.py | 171 | def test_export_features_photo(self): | CODE |
| LOW | tests/test_jmcomic/test_jm_feature.py | 187 | def test_export_album_use_photo_rule(self): | CODE |
| LOW | usage/workflow_export_favorites.py | 4 | def prepare_actions_input_and_secrets(): | CODE |
| LOW | assets/docs/sources/tutorial/4_module_custom.md | 87 | def custom_album_photo_image_detail_class(): | CODE |
| LOW | assets/docs/sources/tutorial/4_module_custom.md | 174 | def custom_exception_listener(): | CODE |
| LOW | src/jmcomic/jm_async_client.py | 313 | def _raise_if_resp_should_retry(resp): | CODE |
| LOW | src/jmcomic/jm_async_client.py | 422 | async def _fetch_photo_additional_field(self, photo: JmPhotoDetail, | CODE |
| LOW | src/jmcomic/jm_exception.py | 185 | def replace_old_exception_executor(cls, raises: Callable[[Callable, str, dict], None]): | CODE |
| LOW | src/jmcomic/jm_entity.py | 432 | def get_data_original_query_params(self, data_original_0: Optional[str]) -> str: | CODE |
| LOW | src/jmcomic/jm_plugin.py | 179 | def set_thread_as_option_attr(self, t): | CODE |
| LOW | src/jmcomic/jm_plugin.py | 271 | def download_album_with_find_update(self, dic: Dict[str, int]): | CODE |
| LOW | src/jmcomic/jm_plugin.py | 524 | def apply_filter_then_decide_cache(image: JmImageDetail): | CODE |
| LOW | src/jmcomic/jm_plugin.py | 712 | def save_folder_page_data_to_file(self, page_data: List[JmFavoritePage], fid: str, fname: str): | STRING |
| LOW | src/jmcomic/jm_plugin.py | 733 | def zip_folder_without_password(self, files, zip_path): | STRING |
| LOW | src/jmcomic/jm_plugin.py | 1032 | def warning_wrong_usage_of_debug(self): | STRING |
| LOW | src/jmcomic/jm_plugin.py | 1161 | def try_mark_photo_skip_and_log(self, photo: JmPhotoDetail, at_least_image_count: int): | STRING |
| LOW | src/jmcomic/jm_plugin.py | 1225 | def find_duplicated_files_and_delete(self, limit: int, root_folder: str, album: Optional[JmAlbumDetail] = None): | STRING |
| LOW | src/jmcomic/__init__.py | 19 | def register_jmcomic_component(variables: Dict[str, Any], method, valid_interface: type): | CODE |
| 25 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_jmcomic/test_jm_client.py | 1 | CODE | |
| LOW | tests/test_jmcomic/test_jm_async_api.py | 10 | CODE | |
| LOW | tests/test_jmcomic/test_jm_async_plugin.py | 8 | CODE | |
| LOW | tests/test_jmcomic/__init__.py | 5 | CODE | |
| LOW | tests/test_jmcomic/__init__.py | 6 | CODE | |
| LOW | tests/test_jmcomic/test_jm_custom.py | 1 | CODE | |
| LOW | tests/test_jmcomic/test_jm_cli.py | 1 | CODE | |
| LOW | tests/test_jmcomic/test_jm_api.py | 1 | CODE | |
| LOW | tests/test_jmcomic/test_jm_async_feature.py | 8 | CODE | |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 8 | CODE | |
| LOW | tests/test_jmcomic/test_jm_async_custom.py | 6 | CODE | |
| LOW | tests/test_jmcomic/test_jm_plugin.py | 1 | CODE | |
| LOW | tests/test_jmcomic/test_jm_feature.py | 1 | CODE | |
| LOW | usage/workflow_export_favorites.py | 1 | CODE | |
| LOW | usage/workflow_download.py | 1 | CODE | |
| LOW | usage/benchmark_async_vs_sync.py | 15 | CODE | |
| LOW | usage/benchmark_async_vs_sync.py | 31 | CODE | |
| LOW | usage/benchmark_async_vs_sync.py | 32 | CODE | |
| LOW | src/jmcomic/jm_async_client.py | 6 | CODE | |
| LOW | src/jmcomic/jm_exception.py | 2 | CODE | |
| LOW | src/jmcomic/jm_exception.py | 6 | CODE | |
| LOW | src/jmcomic/jm_async_downloader.py | 9 | CODE | |
| LOW | src/jmcomic/jm_feature.py | 19 | CODE | |
| LOW | src/jmcomic/jm_entity.py | 4 | CODE | |
| LOW | src/jmcomic/jm_entity.py | 6 | CODE | |
| LOW | src/jmcomic/jm_plugin.py | 5 | CODE | |
| LOW | src/jmcomic/__init__.py | 7 | CODE | |
| LOW | src/jmcomic/__init__.py | 8 | CODE | |
| LOW | src/jmcomic/__init__.py | 9 | CODE | |
| LOW | src/jmcomic/__init__.py | 10 | CODE | |
| LOW | src/jmcomic/__init__.py | 11 | CODE | |
| LOW | src/jmcomic/__init__.py | 13 | CODE | |
| LOW | src/jmcomic/__init__.py | 13 | CODE | |
| LOW | src/jmcomic/__init__.py | 13 | CODE | |
| LOW | src/jmcomic/cl.py | 2 | CODE | |
| LOW | src/jmcomic/jm_toolkit.py | 3 | CODE | |
| LOW | src/jmcomic/jm_client_interface.py | 1 | CODE | |
| LOW | src/jmcomic/api.py | 4 | CODE | |
| LOW | src/jmcomic/jm_downloader.py | 3 | CODE | |
| LOW | src/jmcomic/jm_option.py | 1 | CODE | |
| LOW | src/jmcomic/jm_config.py | 1 | CODE | |
| LOW | src/jmcomic/jm_client_impl.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_jmcomic/test_jm_client.py | 182 | except Exception as e: | STRING |
| MEDIUM | tests/test_jmcomic/test_jm_client.py | 177 | def search_and_test(expected_result, params): | CODE |
| LOW | tests/test_jmcomic/test_jm_async_client.py | 114 | except Exception as e: | CODE |
| LOW⚡ | usage/benchmark_async_vs_sync.py | 84 | except Exception: | CODE |
| LOW⚡ | usage/benchmark_async_vs_sync.py | 94 | except Exception: | CODE |
| LOW⚡ | usage/benchmark_async_vs_sync.py | 184 | except Exception as e: | CODE |
| LOW⚡ | usage/benchmark_async_vs_sync.py | 238 | except Exception as e: | CODE |
| LOW | usage/benchmark_async_vs_sync.py | 159 | except Exception as e: | CODE |
| LOW | usage/benchmark_async_vs_sync.py | 209 | except Exception as e: | CODE |
| LOW | .github/CONTRIBUTING.md | 126 | except Exception as e: | CODE |
| LOW | assets/docs/sources/tutorial/8_pick_domain.md | 35 | except Exception as e: | CODE |
| LOW⚡ | src/jmcomic/jm_async_client.py | 680 | except Exception as e: | CODE |
| LOW⚡ | src/jmcomic/jm_async_client.py | 724 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_async_client.py | 74 | except Exception: | CODE |
| LOW | src/jmcomic/jm_async_client.py | 289 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_exception.py | 235 | except Exception: | CODE |
| LOW | src/jmcomic/jm_async_downloader.py | 89 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_async_downloader.py | 135 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_plugin.py | 1328 | except Exception as e: | STRING |
| LOW | src/jmcomic/jm_toolkit.py | 357 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_toolkit.py | 388 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_client_interface.py | 91 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_client_interface.py | 109 | except Exception as e: | CODE |
| MEDIUM | src/jmcomic/jm_client_interface.py | 88 | def json(self) -> Dict: | CODE |
| MEDIUM | src/jmcomic/jm_client_interface.py | 106 | def json(self) -> Dict: | CODE |
| LOW | src/jmcomic/api.py | 56 | except Exception as e: | CODE |
| LOW | src/jmcomic/cli.py | 71 | except Exception as e: | CODE |
| LOW | src/jmcomic/cli.py | 248 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_downloader.py | 14 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_downloader.py | 223 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_client_impl.py | 115 | except Exception as e: | CODE |
| LOW | src/jmcomic/jm_client_impl.py | 1039 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | tests/test_jmcomic/test_jm_async_custom.py | 195 | second_option.client.postman.meta_data.src_dict.pop('cookies', None) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | src/jmcomic/jm_toolkit.py | 623 | "latest_ep": null, | STRING |
| HIGH⚡ | src/jmcomic/jm_toolkit.py | 624 | "latest_ep_aid": null, | STRING |
| HIGH | src/jmcomic/jm_toolkit.py | 684 | "description": null, | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/download_dispatch.yml | 61 | # JM_USERNAME: | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 21 | # 配置客户端相关 | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 61 | # 以下的写法都可以: | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 101 | # base_dir: 根目录。 | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 121 | # 规则: 根目录 / 本子id / 章节序号 / 图片文件 | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 241 | # 请注意⚠ [https://github.com/hect0x7/JMComic-Crawler-Python/issues/223#issuecomment-2045227527] | COMMENT |
| LOW | assets/docs/sources/option_file_syntax.md | 261 | # type: random | COMMENT |
| LOW | src/jmcomic/jm_config.py | 241 | # 自动更新禁漫API域名 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/jmcomic/jm_client_impl.py | 709 | Fetches a JM entity (album or chapter) by its JM ID and returns it as an instance of `clazz`. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | usage/benchmark_async_vs_sync.py | 249 | CODE | |
| LOW | src/jmcomic/jm_async_client.py | 247 | CODE | |
| LOW | src/jmcomic/jm_option.py | 341 | CODE | |
| LOW | src/jmcomic/jm_client_impl.py | 1017 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/jmcomic/jm_plugin.py | 318 | CODE | |
| LOW | src/jmcomic/jm_plugin.py | 763 | CODE | |
| LOW | src/jmcomic/jm_toolkit.py | 1014 | CODE |