github.com / nabil24024004
nabil24024004/ Quick-Pill
C++·77 files·commit 3de1b0a·scanned 8m ago·cached ✓
50/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 26 days ago
Created 26 days ago
threat-state: suspiciouslive
FINDINGS ░▒▓
criticalchild_process / exec usageExecuting shell commands can be used to download and run malware, exfiltrate data, or modify system files.src/main.js
const { exec, execFile, spawn } = require('child_process');
function getPowershellEncodedCommand(script) {+8warningClipboard 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/Island.jsx
} else if (navigator.clipboard && navigator.clipboard.readText) {
text = await navigator.clipboard.readText();
}
if (!text || !text.trim()) return;+4warningHigh-entropy string literalsFound 22 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/main.js+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.js+3
warningHigh-entropy string literalsFound 13 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/Island.jsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/Island.jsx+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.
29 files scanned @ 3de1b0a | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration0
file system access4
obfuscation12
supply chain0
owasp / injection0
telemetry
files 29/77rules hit 7engine v6commit 3de1b0a
github
nabil24024004/Quick-Pill
Dynamic Island app for windows
2
0
26d
77 files
29 scanned(38%)
3de1b0a
architecture░▒▓
entry (2) flagged (2) pkg (14)
39 nodes · 68 edgesscroll to zoom · click node to jump to finding