Repository Analysis

mbadolato/iTerm2-Color-Schemes

Over 450 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty, Ghostty, and many more

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-05-25
Last Push
26,917
Stars
Shell
Language
202,658
Lines of Code
7352
Files
17
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 15

Pattern Findings

17 matches across 7 categories. Click a row to expand file-level details.

Deep Nesting6 hits · 6 pts
SeverityFileLineSnippet
LOWtools/wcag_check.py186
LOWtools/wcag_check.py224
LOWtools/wcag_check.py254
LOWtools/gen.py426
LOWtools/screenshot_gen/renderer.py67
LOWtools/screenshot_gen/__main__.py33
Unused Imports4 hits · 4 pts
SeverityFileLineSnippet
LOWtools/wcag_check.py10
LOWtools/gen.py41
LOWtools/screenshot_gen/renderer.py1
LOWtools/screenshot_gen/__main__.py3
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippet
LOWtools/iterm2terminal.py5# Usage:
LOWtools/terminal2iterm.py5# Usage:
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUM.github/workflows/create-release.yml104 # Create a complete archive
Excessive Try-Catch Wrapping2 hits · 2 pts
SeverityFileLineSnippet
LOWtools/wcag_check.py282 except Exception as e:
MEDIUMtools/wcag_check.py283 print(f"Error parsing {file_path.name}: {e}")
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippet
LOWtools/gen.py151 # TODO: this should probably be removed, and just use the quantized sRGB values directly,
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWtools/generate_screenshots_readme.py41def generate_screenshots_readme():