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

yamadashy/repomix

TypeScript·1193 files·commit 3fe3447·scanned 1h ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 15 — 28,485+ stars — findings likely false positives

verdict accurate?
28,485 stars
40% file coverage
Partial architecture graph
CLI tool detected
threat-state: lowlive

FINDINGS ░▒▓

criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: src/cli/actions/remoteAction.ts, src/cli/cliRun.ts, src/cli/prompts/remoteConfigTrustPrompt.ts. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry10 flagged files form a connected cluster that is reachable from an entry point, suggesting coordinated malicious behavior rather than isolated false positives.+5
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
warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.tests/mcp/tools/sandbox.contract.test.ts
  '~/',
  '~/.ssh/id_rsa',
];
// Absolute only on Windows (drive / UNC / rooted-backslash). On POSIX these are
+5
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/cli/actions/remoteAction.ts+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/cli/cliRun.ts+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/cli/prompts/remoteConfigTrustPrompt.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/core/file/fileManipulate.ts+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/core/file/fileProcess.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/core/skill/skillTechStack.ts+3
infoAuthor has no other public repositoriesGitHub user "github-actions[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.

483 files scanned @ 3fe3447 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution15
network & exfiltration0
file system access5
obfuscation15
supply chain2
owasp / injection0
telemetry
files 483/1193rules hit 11engine v6commit 3fe3447

github

yamadashy/repomix

📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

TypeScript
28485
1542
804d
1193 files
483 scanned(40%)
3fe3447

architecture░▒▓

entry (1) flagged (15) pkg (66)
466 nodes · 1444 edgesscroll to zoom · click node to jump to finding