live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / claude-world

claude-world/claude-agent

TypeScript·181 files·commit 8d10098·scanned 3d ago·cached ✓
69/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?
Electron app detected
threat-state: dangerouslive

FINDINGS ░▒▓

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
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/server/index.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.app/scripts/vitest-coverage-lite.mjs+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/server/agent.ts+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/server/agentic/executor.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.app/server/db.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.app/server/routes/roles.ts+3
warningPotential path traversalUser input used in file system paths without sanitization. Attacker can read/write arbitrary files.app/server/routes/skills.ts
      const skillsDir = getSkillsDir();
      const skillFile = path.join(skillsDir, safeName(req.params.name), "SKILL.md");
      if (!fs.existsSync(skillFile)) return res.status(404).json({ error: "...
+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.

98 files scanned @ 8d10098 | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection4
telemetry
files 98/181rules hit 8engine v5commit 8d10098

github

claude-world/claude-agent

Persistent personal assistant powered by Claude Code — autonomous memory, 13 skills, 4 MCP servers, content pipeline, OpenClaw migration

TypeScript
3
3
157d
181 files
98 scanned(54%)
8d10098

architecture░▒▓

entry (1) flagged (30) pkg (26)
119 nodes · 275 edgesscroll to zoom · click node to jump to finding