live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / webmilmind1

webmilmind1/bounty-hunter

JavaScript·13 files·commit b47c467·scanned 8d ago·cached ✓
56/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?
Created 14 days ago
Crypto/Web3 project
Created 14 days ago
CLI tool detected
threat-state: dangerouslive

FINDINGS ░▒▓

infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.pay.mjs
      return {
        challenge: JSON.parse(Buffer.from(header, 'base64').toString('utf8')),
        dialect: 'v2',
      }
+2
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.pay-svm.mjs
 *  be paid without the caller handling key material. */
export async function solanaAddressOf(privateKey) {
  const signer = await svm.createSignerFromBase58(privateKey)
  return String(signer.addres...
+5
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.pay.mjs
import { base, polygon, avalanche, sei } from 'viem/chains'
import { privateKeyToAccount } from 'viem/accounts'

/**
+5
criticalSecret collection in crypto contextCollects seed phrases, private keys, or clipboard content while also targeting browser wallets. This is a wallet-stealer pattern.+10
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.agentkit.mjs+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.elizaos.mjs+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.elizaos.mjs+3
warningHigh-entropy string literalsFound 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.hunt.mjs+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.hunt.mjs+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.pay-svm.mjs+3
infoAuthor has no other public repositoriesGitHub user "DeskCrew" 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.

9 files scanned @ b47c467 | 8/27/2026 | heuristic scan — always review manually

risk by category
code execution0
network & exfiltration2
file system access20
obfuscation15
supply chain2
owasp / injection0
telemetry
files 9/13rules hit 11engine v5commit b47c467

github

webmilmind1/bounty-hunter

Autonomous AI agent that earns USDC answering real support tickets. Reads an open bounty board, drafts with your own LLM, pays per attempt over x402 (HTTP 402), and gets paid 85% on human approval. Base + Solana. No account, no API key, no gas.

JavaScript
1
0
23d
13 files
9 scanned(69%)
b47c467

architecture░▒▓

entry (6) flagged (6) pkg (11)
19 nodes · 22 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (56/100) — webmilmind1/bounty-hunter — ScanRepo