Repository Analysis

521xueweihan/HelloGitHub

:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.

0.7 Likely human-written View on GitHub
0.7
Adjusted Score
0.7
Raw Score
100%
Time Factor
2026-05-29
Last Push
159,381
Stars
Python
Language
76,583
Lines of Code
257
Files
19
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 8MEDIUM 0LOW 11

Pattern Findings

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

Synthetic Comment Markers8 hits · 40 pts
SeverityFileLineSnippet
HIGHcontent/en/HelloGitHub88.md8912、[pop](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/charmbracelet/pop):Email Tool
HIGHcontent/en/HelloGitHub118.md355、[GeminiWatermarkTool](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/allenk/GeminiWa
HIGHcontent/en/HelloGitHub122.md11425、[Kami](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/tw93/Kami):Making AI-Generate
HIGHcontent/en/HelloGitHub102.md26440、[DictionaryByGPT4](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/Ceelog/Dictionary
HIGHcontent/en/HelloGitHub115.md26339、[NCE](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/iChochy/NCE):Online Reading of
HIGHcontent/en/HelloGitHub110.md396、[JarkViewer](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/jark006/JarkViewer):Conv
HIGHcontent/en/HelloGitHub120.md14531、[context-hub](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/andrewyng/context-hub)
HIGHcontent/en/HelloGitHub104.md10918、[xiaoju-survey](https://hellogithub.com/en/periodical/statistics/click?target=https://github.com/didi/xiaoju-survey):
Fake / Example Data8 hits · 11 pts
SeverityFileLineSnippet
LOWcontent/HelloGitHub60.md270 $mail->Username = 'user@example.com'; //SMTP username
LOWcontent/HelloGitHub84.md178table.insert(dict(name='John Doe', age=37))
LOWcontent/HelloGitHub84.md179table.insert(dict(name='Jane Doe', age=34, gender='female'))
LOWcontent/HelloGitHub84.md181john = table.find_one(name='John Doe')
LOWcontent/en/HelloGitHub60.md263 $mail->Username = 'user@example.com'; //SMTP username
LOWcontent/en/HelloGitHub84.md178table.insert(dict(name='John Doe', age=37))
LOWcontent/en/HelloGitHub84.md179table.insert(dict(name='Jane Doe', age=34, gender='female'))
LOWcontent/en/HelloGitHub84.md181john = table.find_one(name='John Doe')
Excessive Try-Catch Wrapping2 hits · 2 pts
SeverityFileLineSnippet
LOWscript/make_content/make_content.py90 except Exception:
LOWscript/github_bot/github_bot.py153 except Exception as e:
Unused Imports1 hit · 1 pts
SeverityFileLineSnippet
LOWscript/make_content/make_content.py17