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

rjriajul/WarpCrypto

Rust·15 files·commit afe89fa·scanned 5d ago·cached ✓
3/100
SAFE
No malicious patterns found. Repo signals are consistent with a legitimate project.
verdict accurate?
Crypto/Web3 project
threat-state: safelive

FINDINGS ░▒▓

warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.src/lib.rs
    let mut ctr = [0u8; 16];
    unsafe {
        ctr.copy_from_slice(iv.as_bytes());
    }
+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.

2 files scanned @ afe89fa | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution3
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 2/15rules hit 1engine v5commit afe89fa

github

rjriajul/WarpCrypto

WarpCrypto — a high-performance Python crypto library for Telegram's MTProto protocol, written in Rust (via PyO3) as a drop-in replacement for the C-based TgCrypto.

Rust
6
0
55d
15 files
2 scanned(13%)
afe89fa

architecture░▒▓

entry (1) flagged (1) pkg (10)
12 nodes · 10 edgesscroll to zoom · click node to jump to finding