DANGER
malware detected
github.com / CoderGhost37
CoderGhost37/ NFT-Marketplace-CryptoKet
JavaScript·82 files·commit 4505172·scanned 1h 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?
Crypto/Web3 project
threat-state: dangerouslive
FINDINGS ░▒▓
infoBrowser wallet provider accessAccesses browser wallet providers (window.solana, window.ethereum, Phantom, Solflare, etc.). Common in Web3 apps but also the entry point for wallet drainers.context/NFTContext.js
const checkIfWalletIsConnected = async () => {
if (!window.ethereum) {
return alert('Please install MetaMask');
}+2criticalCryptocurrency wallet directory accessAccessing wallet directories to steal private keys, seed phrases, or wallet data.context/NFTContext.js+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.context/NFTMarketplace.json+4
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.
35 files scanned @ 4505172 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution12
network & exfiltration0
file system access7
obfuscation4
supply chain2
owasp / injection0
telemetry
files 35/82rules hit 6engine v6commit 4505172
github
CoderGhost37/NFT-Marketplace-CryptoKet
My first Web3.0 project CryptoKet made using the immense power of Solidity and Next.js. This project combines futuristic elements of Web3 blockchain development and the popular culture wave of non-fungible tokens (NFT).
26
13
1551d
82 files
35 scanned(43%)
4505172
architecture░▒▓
entry (1) flagged (1) pkg (19)
52 nodes · 104 edgesscroll to zoom · click node to jump to finding