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

eggstack/stegoeggo

Rust·455 files·commit 10d8448·scanned 28m 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?
No stars or forks
No community activity
34% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.stegoeggo-cli/src/update.rs
fn candidate_version(path: &Path) -> Result<StableVersion, UpdateError> {
    let mut command = Command::new(path);
    command.arg("version");
    let output = run_bounded(command, "candidate version...
+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
infoSuspicious file in repoExecutable file (install.ps1) in repositorypackaging/install.ps1+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.

156 files scanned @ 10d8448 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 156/455rules hit 3engine v6commit 10d8448

github

eggstack/stegoeggo

Stegoeggo is a Rust library and CLI for protecting images from unauthorized AI use through steganographic watermarking and metadata injection, providing legal deterrence.

Rust
0
0
113d
455 files
156 scanned(34%)
10d8448

architecture░▒▓

entry (1) flagged (1) pkg (73)
215 nodes · 216 edgesscroll to zoom · click node to jump to finding