live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / ArturCSegat

ArturCSegat/whats-cli

Go·35 files·commit 643af0a·scanned 1h ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
threat-state: dangerouslive

FINDINGS ░▒▓

criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.os.go
	if runtime.GOOS == "windows" {
		_ = exec.Command("cmd", "/c", "title "+title).Run()
	} else {
		fmt.Printf("\033]0;%s\007", title)
+8
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.

13 files scanned @ 643af0a | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 13/35rules hit 2engine v6commit 643af0a

github

ArturCSegat/whats-cli

Riceable CLI client for whatsapp

Go
59
0
431d
35 files
13 scanned(37%)
643af0a

architecture░▒▓

entry (1) flagged (1) pkg (29)
42 nodes · 59 edgesscroll to zoom · click node to jump to finding