Repository Analysis

timqian/chinese-independent-blogs

中文独立博客列表

1.9 Likely human-written View on GitHub
1.9
Adjusted Score
1.9
Raw Score
100%
Time Factor
2026-05-30
Last Push
23,281
Stars
Python
Language
2,099
Lines of Code
9
Files
3
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 1LOW 2

Pattern Findings

3 matches across 2 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping2 hits · 3 pts
SeverityFileLineSnippet
LOWlinter.py63 except Exception as e:
MEDIUMlinter.py64 print(f"Error: {e} in row {reader.line_num}: {row}")
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippet
LOWlinter.py19