live · scanning repos
Scanrepo
github.com
github.com / Fairellxd

Fairellxd/lirik-lagu

Python·24 files·commit aad3a49·scanned 9d ago·cached ✓
10/100
SAFE
No malicious patterns found. Repo signals are consistent with a legitimate project.
verdict accurate?
threat-state: safelive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.line-without.py
os.system('cls')

lyrics = [
+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.love-story.py
def hide_cursor():
    os.system('cls' if os.name == 'nt' else 'clear')
    sys.stdout.write("\033[?25l")
    sys.stdout.flush()
+4
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

20 files scanned @ aad3a49 | 8/28/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 20/24rules hit 3engine v5commit aad3a49

github

Fairellxd/lirik-lagu

lirik lagu,budayakan membaca agar paham

Python
1
0
55d
24 files
20 scanned(83%)
aad3a49

architecture░▒▓

entry (0) flagged (2) pkg (2)
22 nodes · 20 edgesscroll to zoom · click node to jump to finding
SAFE (10/100) — Fairellxd/lirik-lagu — ScanRepo