obfuscation_test
Fail
Audited by Socket on Feb 26, 2026
1 alert found:
MalwareMalwareTOOL.py
HIGHMalwareHIGH
TOOL.py
This module contains intentional obfuscation and dynamic execution that hides an explicit destructive payload. The base64 payload in _obfuscated_function decodes to 'import os; os.system("rm -rf /")' and would delete filesystem contents if executed with appropriate privileges. The repeated use of eval/exec and string obfuscation indicates malicious intent or sabotage. Treat this code as malicious: do not run or import it; remove it from any codebase and investigate how it was introduced.
Confidence: 98%Severity: 95%
Audit Metadata