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

Spotlightforbugs/Kramli-CLI

Rust·63 files·commit 092f804·scanned 7d 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 ░▒▓

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.scripts/fix_pr_commit_authors.py
def commit_is_reassignable(sha: str) -> bool:
    author_email = subprocess.check_output(
        ["git", "log", "-1", "--format=%ae", sha],
        text=True,
+4
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src/config.rs
    fn api_key_via_security_cli() -> Option<String> {
        let output = Command::new("security")
            .args([
                "find-generic-password",
+8
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src/test_env.rs
    )) {
        std::process::Command::new(script)
            .arg("-q")
            .arg("/dev/null")
+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
warningHardcoded IP address in network callFetching data from hardcoded IP addresses instead of domain names is suspicious and may indicate C2 communication.src/api.rs
        assert!(ApiClient::ensure_secure_base_url("http://localhost:8000").is_ok());
        assert!(ApiClient::ensure_secure_base_url("http://127.0.0.1:5000").is_ok());
        assert!(ApiClient::ens...
+5
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/clean_pr_cursor_mentions.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.scripts/clean_pr_cursor_mentions.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/verify-release-artifacts.py+3
infoSuspicious file in repoVery large source file (698KB) — could contain obfuscated payloadsrc/tui.rs+2
infoAuthor has no other public repositoriesGitHub user "cursor[bot]" has no other public repositories, common for burner accounts used in scams.+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.

25 files scanned @ 092f804 | 8/28/2026 | heuristic scan — always review manually

risk by category
code execution22
network & exfiltration5
file system access0
obfuscation9
supply chain4
owasp / injection0
telemetry
files 25/63rules hit 10engine v5commit 092f804

github

Spotlightforbugs/Kramli-CLI

CLI client for Kramli (shopping lists & todos)

Rust
1
0
91d
63 files
25 scanned(40%)
092f804

architecture░▒▓

entry (1) flagged (6) pkg (42)
64 nodes · 83 edgesscroll to zoom · click node to jump to finding