live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / andy-portmen

andy-portmen/native-client

JavaScript·30 files·commit b8fa883·scanned 2d 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?
threat-state: dangerouslive

FINDINGS ░▒▓

warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).windows/install.bat
WHERE curl >nul 2>&1
if %errorlevel%==0 (
    curl -k -o "%TEMP_DIR%\%ARCHIVE_NAME%" "%BASE_URL%%ARCHIVE_NAME%"
+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
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.linux/app/install.js
  if (config.ids.chrome.length) {
    await manifest(path.join(process.env.HOME, '.config/google-chrome/NativeMessagingHosts'), 'chrome');
    support('Chrome');
    await manifest(path.join(process.e...
+10
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.linux/uninstall.sh
echo " -> Removing manifest file for Google Chrome"
rm -f ~/.config/google-chrome/NativeMessagingHosts/com.add0n.node.json
echo " -> Removing manifest file for Chromium"
rm -f ~/.config/chromium/Nativ...
+10
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.mac/app/install.js
    support('Vivaldi');
    await manifest(path.join(process.env.HOME, LAS, 'BraveSoftware/Brave-Browser/NativeMessagingHosts'), 'chrome');
    support('Brave');
    await manifest(path.join(process.e...
+10
infoSuspicious file in repoExecutable file (install.bat) in repositorywindows/install.bat+2
infoSuspicious file in repoExecutable file (uninstall.bat) in repositorywindows/uninstall.bat+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.

23 files scanned @ b8fa883 | 8/22/2026 | heuristic scan — always review manually

risk by category
code execution7
network & exfiltration0
file system access20
obfuscation0
supply chain4
owasp / injection0
telemetry
files 23/30rules hit 7engine v5commit b8fa883

github

andy-portmen/native-client

Native Messaging component for Windows, Linux, and Mac OS that is written in NodeJS.

JavaScript
821
512
3549d
30 files
23 scanned(77%)
b8fa883

architecture░▒▓

entry (0) flagged (2) pkg (2)
17 nodes · 14 edgesscroll to zoom · click node to jump to finding