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

obra/superpowers

Shell·195 files·commit b36e082·scanned 1d ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 15278,768+ stars — findings likely false positives

verdict accurate?
278,768 stars
39% file coverage
threat-state: lowlive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.tests/brainstorm-server/auth.test.js
  const location = { replace(url) { replacements.push(url); } };
  new Function('sessionStorage', 'location', match[1])(sessionStorage, location);
  return replacements;
}
+5
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.tests/brainstorm-server/helper.test.js
const moduleShim = { exports: {} };
new Function('module', src)(moduleShim);
const { nextReconnectDelay, MIN_RECONNECT_MS, MAX_RECONNECT_MS, TOMBSTONE_AFTER_MS } = moduleShim.exports;
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code..kimi-plugin/plugin.json+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.skills/brainstorming/scripts/helper.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.tests/brainstorm-server/branding.test.js+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.tests/brainstorm-server/lifecycle.test.js+3
infoSuspicious file in repoExecutable file (run-hook.cmd) in repositoryhooks/run-hook.cmd+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.

76 files scanned @ b36e082 | 8/28/2026 | heuristic scan — always review manually

risk by category
code execution12
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 76/195rules hit 8engine v5commit b36e082

github

obra/superpowers

An agentic skills framework & software development methodology that works.

Shell
278768
24952
324d
195 files
76 scanned(39%)
b36e082

architecture░▒▓

entry (1) flagged (7) pkg (13)
33 nodes · 25 edgesscroll to zoom · click node to jump to finding