Repository Analysis

0xAX/linux-insides

A book-in-progress about the Linux kernel and its insides.

0.3 Likely human-written View on GitHub
0.3
Adjusted Score
0.3
Raw Score
100%
Time Factor
2026-05-17
Last Push
32,587
Stars
Python
Language
29,980
Lines of Code
99
Files
6
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 4

Pattern Findings

6 matches across 5 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping2 hits · 3 pts
SeverityFileLineSnippet
MEDIUMScripts/check_code_snippets.py52 print("Error in", sys.argv[1])
LOWScripts/get_all_links.py36 except Exception as e:
Self-Referential Comments1 hit · 2 pts
SeverityFileLineSnippet
MEDIUM.github/workflows/release-e-books.yaml6 - 'v*.*' # Create a release only when a new tag matching v*.* is pushed.
Unused Imports1 hit · 1 pts
SeverityFileLineSnippet
LOWScripts/get_all_links.py3
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippet
LOWScripts/get_all_links.py42
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWBooting/linux-bootstrap-5.md421#include "../../../../lib/decompress_bunzip2.c"