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

SkinsBoat/SkinOracle

TypeScript·234 files·commit 0a77ce2·scanned 2h ago·cached ✓
49/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 19 days ago
Created 19 days ago
Research / educational context
threat-state: suspiciouslive

FINDINGS ░▒▓

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
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.src/renderer/screens/DealMaker/components/SellerActiveDealCard.tsx
    try {
      const text = (await navigator.clipboard.readText()).trim();
      if (target === 'store') {
        setStoreUrl(text);
+4
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.src/renderer/screens/Oracle/components/Step4SingleLookup.tsx
    try {
      const text = await navigator.clipboard.readText();
      if (text && text.trim()) {
        setSearchQuery(text.trim());
+4
warningSeed phrase / private key harvesting UICollects seed phrase, private key, or mnemonic from the user via input/textarea/clipboard/prompt. Wallet drainers and fake wallet apps use this to steal funds.src/renderer/screens/Settings/components/ApiKeysSection.tsx
                onChange={(e) => setDmarketSecretKey(e.target.value)}
                placeholder={keysStatus.hasDmarketKeys ? "•••••••••••••••••••••••• (Secret Key)" : "DMarket Secret / Private Key (...
+5
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.src/renderer/screens/Settings/components/BlockedSkinsSection.tsx
    try {
      const text = await navigator.clipboard.readText();
      if (text && text.trim()) {
        setInputValue(text.trim());
+4
warningHigh-entropy string literalsFound 20 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/main/constants/apiUrls.ts+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/main/ipc/cs2cap.ipc.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/main/ipc/cs2cap.ipc.ts+3
warningHigh-entropy string literalsFound 15 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/main/ipc/csfloat.ipc.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/main/ipc/csfloat.ipc.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/main/ipc/dmarket.ipc.ts+3
warningLarge base64-encoded blobA 80-character base64 blob was found. May hide a remote payload or encoded executable code.src/renderer/screens/Dmarket/DmarketWorkstation.tsx
============================================================...
+3

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.

145 files scanned @ 0a77ce2 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access17
obfuscation15
supply chain0
owasp / injection0
telemetry
files 145/234rules hit 12engine v6commit 0a77ce2

github

SkinsBoat/SkinOracle

Desktop trading workstation for active CS2 traders across leading marketplaces. Streamlines market analysis, tracks buy order drift, and enables fast batch management for your targets and listings. Features client-side local execution and secure OS storage, ensuring your API keys and sensitive trade data never leave your own PC

TypeScript
1
0
19d
234 files
145 scanned(62%)
0a77ce2

architecture░▒▓

entry (0) flagged (48) pkg (20)
163 nodes · 577 edgesscroll to zoom · click node to jump to finding