Repository Analysis

521xueweihan/GitHub520

:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)

13.4 Low AI signal View on GitHub
13.4
Adjusted Score
13.4
Raw Score
100%
Time Factor
2026-05-30
Last Push
28,792
Stars
Python
Language
747
Lines of Code
10
Files
10
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 10

Pattern Findings

10 matches across 4 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping6 hits · 6 pts
SeverityFileLineSnippet
LOWfetch_ips.py62 except Exception as ex:
LOWfetch_ips.py109 except Exception as ex:
LOWfetch_ips.py114 except Exception as ex:
LOWfetch_ips.py147 except Exception:
LOWupdate_ips.py24 except Exception as ex:
LOWcommon.py52 except Exception as ex:
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOWfetch_ips.py51def get_ip_list_from_ipaddress_com(session: Any, github_url: str) -> Optional[List[str]]:
LOWfetch_ips.py75def windows_compatibility_check():
Unused Imports1 hit · 1 pts
SeverityFileLineSnippet
LOWfetch_ips.py79
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippet
LOWcommon.py57