game-cheat-detection-and-analysis
Fail
Audited by Snyk on Jun 30, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt includes an explicit archive password ("trainer2026") and code that extracts/report indicators (external download URLs and password mentions), so an agent analyzing or reporting IOCs would likely need to reproduce that secret verbatim in its output—an insecure pattern for secret handling.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). Yes — the skydock.netlify.app link is a direct .zip download (typical malware delivery), reportedly password‑protected and hosting a game trainer/cheat (malicious payload), and ara.so is a short personal domain used to host/point to that payload, matching multiple high‑risk indicators for malware distribution.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The repository is a clear malware distribution front: it points to an untrusted external payload (skydock.netlify.app) delivered as a password‑protected archive (trainer2026) with no source code, requires administrator privileges for process memory injection, and uses evasion/social engineering—constituting intentional malicious behavior (possible trojan/RAT, remote code execution, and scanning evasion).
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
Audit Metadata