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

bcoe/c8

JavaScript·94 files·commit ae5a0cf·scanned 2h ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 2,121 stars — findings likely legitimate code patterns

verdict accurate?
CLI tool detected
threat-state: lowlive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.test/fixtures/source-maps/branches/branches.nyc.js
  var hash = "b58d3fb1cc3f2f3dac85400f5867c5747bee2f12";
  var global = new Function("return this")();
  var gcv = "__coverage__";
  var coverageData = {
+5
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.test/fixtures/source-maps/classes/classes.nyc.js
  var hash = "74ac795d8a024884bc2228cec55d8411c5de3312";
  var global = new Function("return this")();
  var gcv = "__coverage__";
  var coverageData = {
+5
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.test/fixtures/source-maps/inline.js
var cov_263bu3eqm8=function(){var path=                                             "./branches.js";var hash="424788076537d051b5bf0e2564aef393124eabc7";var global=new Function("return this")();var gcv...
+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
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.test/fixtures/source-maps/inline.js+3
infoAuthor has no other public repositoriesGitHub user "github-actions[bot]" 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.

66 files scanned @ ae5a0cf | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution17
network & exfiltration0
file system access0
obfuscation3
supply chain2
owasp / injection0
telemetry
files 66/94rules hit 6engine v6commit ae5a0cf

github

bcoe/c8

output coverage reports using Node.js' built in coverage

JavaScript
2121
99
3256d
94 files
66 scanned(70%)
ae5a0cf

architecture░▒▓

entry (2) flagged (3) pkg (18)
79 nodes · 43 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — bcoe/c8 — ScanRepo