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

HoungDev/fastapi-production-api

Python·208 files·commit cae8b3a·scanned 3d 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?
Created 21 days ago
Created 21 days ago
threat-state: dangerouslive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.tests/test_oidc_cache.py

    def eval(self, script, number_of_keys, key, token):
        if self.values.get(key) == token:
            return self.delete(key)
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_oidc_cache.py

    def eval(self, script, number_of_keys, key, token):
        if self.values.get(key) == token:
            return self.delete(key)
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.tests/test_rate_limit.py
    class FakeRedis:
        async def eval(self, *args):
            calls.append(args)
            return [2, 17]
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_rate_limit.py
    class FakeRedis:
        async def eval(self, *args):
            calls.append(args)
            return [2, 17]
+7
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 16 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/app/core/config.py+3
warningHigh-entropy string literalsFound 13 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.benchmarks/db.py+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.

163 files scanned @ cae8b3a | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 163/208rules hit 7engine v5commit cae8b3a

github

HoungDev/fastapi-production-api

Production-ready FastAPI backend template with PostgreSQL, authentication, testing, Docker, security best practices, and scalable architecture.

Python
1
0
24d
208 files
163 scanned(78%)
cae8b3a

architecture░▒▓

entry (0) flagged (4) pkg (163)
326 nodes · 868 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — HoungDev/fastapi-production-api — ScanRepo