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

PandaLofyfc/claudiodev

JavaScript·1 files·commit e53c985·scanned 2d ago·cached ✓
50/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
No stars or forks
No community activity
threat-state: suspiciouslive

FINDINGS ░▒▓

criticalchild_process / exec usageExecuting shell commands can be used to download and run malware, exfiltrate data, or modify system files.run_repo.js
const path = require('path');
const { execSync } = require('child_process');

const REPO_URL = 'https://api.github.com/repos/dogsploit/sim_codigos/contents';
+8
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
infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.run_repo.js
                    // Transforma (decodifica) de Base64 para Plain Text UTF-8
                    const plainText = Buffer.from(fileData.content, 'base64').toString('utf-8');
                    
   ...
+2
warningSingle-commit repositoryThe repository has only one commit. This is common for generated or throwaway malware repos.+3

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.

1 files scanned @ e53c985 | 8/22/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration2
file system access0
obfuscation0
supply chain3
owasp / injection0
telemetry
files 1/1rules hit 4engine v5commit e53c985

github

PandaLofyfc/claudiodev

JavaScript
0
0
136d
1 files
1 scanned(100%)
e53c985

architecture░▒▓

entry (0) flagged (1) pkg (0)
1 nodes · 0 edgesscroll to zoom · click node to jump to finding
SUSPICIOUS (50/100) — PandaLofyfc/claudiodev — ScanRepo