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

Blueturboguy07/cue

JavaScript·114 files·commit 29eb90e·scanned 57m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 1,386 stars — findings likely legitimate code patterns

verdict accurate?
threat-state: lowlive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.scripts/bugfix-lab/mic-double-start-harness.mjs
try {
  buildFn = new Function(
    'navigator', 'cue', 'AudioContext', 'AudioWorkletNode', 'document',
    'showStatus', 'isWindows', '$', 'composer', 'updateSttStatus', 'setLiveDotState',
+5
criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: src/interview-context.js, src/llm.js, src/prompts.js. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry5 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
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.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/interview-context.js+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/llm.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/llm.js+3
warningHigh-entropy string literalsFound 14 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/prompts.js+3
infoSuspicious file in repoExecutable file (cue-mic-not-detected-gemini.ps1) in repositoryscripts/bugfix-lab/cue-mic-not-detected-gemini.ps1+2
infoSuspicious file in repoExecutable file (cue-windows-app-will-not-quit.ps1) in repositoryscripts/bugfix-lab/cue-windows-app-will-not-quit.ps1+2
infoSuspicious file in repoExecutable file (cue-windows-drag-permission-latency-bundle.ps1) in repositoryscripts/bugfix-lab/cue-windows-drag-permission-latency-bundle.ps1+2
warningDependency runs install scripts"<root>/postinstall" executes code during installation. Malicious packages use this to drop payloads before the app even runs.package.json+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.

82 files scanned @ 29eb90e | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution20
network & exfiltration0
file system access0
obfuscation15
supply chain15
owasp / injection0
telemetry
files 82/114rules hit 13engine v6commit 29eb90e

github

Blueturboguy07/cue

Open-source macOS AI copilot that floats over your screen, sees/hears your meetings, and stays hidden from screen shares. Cluely alternative, bring-your-own-key.

JavaScript
1386
318
71d
114 files
82 scanned(72%)
29eb90e

architecture░▒▓

entry (1) flagged (9) pkg (15)
93 nodes · 109 edgesscroll to zoom · click node to jump to finding