live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / trintlermint

trintlermint/problem-sets

C++·189 files·commit 4bb8a09·scanned 27m 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?
22% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.advent-of-code/2025/day-1-secret-entrance/golf/g-d01-1.py
    p=a=b=0
for x in open(0):exec("p+=x>'M'or-1;y=p%100==50;b+=y;"*int(x[1:]));a+=y
print(a,b)
"""
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.advent-of-code/2025/day-10-factory/factory-golf.py
l=c=0
for z in open(0,"rb"):t,*b,j=z.split();v=[1]*len(b);k=len(j:=eval(j[1:-1]));L=lambda B,*C:int(.5+scipy.optimize.milp(v+[0]*B,integrality=v+[1]*B,constraints=C).fun);c+=L(0,x:=c_[*[isin(r_[:k]+48...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.advent-of-code/2025/day-10-factory/factory-golf.py
l=c=0
for z in open(0,"rb"):t,*b,j=z.split();v=[1]*len(b);k=len(j:=eval(j[1:-1]));L=lambda B,*C:int(.5+scipy.optimize.milp(v+[0]*B,integrality=v+[1]*B,constraints=C).fun);c+=L(0,x:=c_[*[isin(r_[:k]+48...
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.advent-of-code/2025/day-10-factory/factory.py
    target_bits = np.array([1 if ch == "#" else 0 for ch in indicator_token[1:-1]], dtype=int)
    joltage_targets = np.array(eval(joltage_token[1:-1]), dtype=int)

    buttons = [parse_button_indices...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.advent-of-code/2025/day-10-factory/factory.py
    target_bits = np.array([1 if ch == "#" else 0 for ch in indicator_token[1:-1]], dtype=int)
    joltage_targets = np.array(eval(joltage_token[1:-1]), dtype=int)

    buttons = [parse_button_indices...
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.advent-of-code/2025/day-12-christmas-tree-farm/christmas-tree-farm.py
print(sum(eval(d.translate({120:42,32:43,58:"/9>="}))for d in[*open(0)][30:]))
+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

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.

41 files scanned @ 4bb8a09 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 41/189rules hit 7engine v6commit 4bb8a09

github

trintlermint/problem-sets

My answers to problem sets for Aizu, AdventofCode, Janestreet Puzzles, CodeChef, Codeforces, CSES, Deep-ML, DMOJ, EOlymp, HackerRank, Kattis, KiloNova, Leetcode, LibreOJ, Perl Weekly Review, Project Euler, SPOJ and Timus judges.

C++
3
0
350d
189 files
41 scanned(22%)
4bb8a09

architecture░▒▓

entry (0) flagged (5) pkg (8)
44 nodes · 9 edgesscroll to zoom · click node to jump to finding