YARA rule python_exec_complex matches javascript files, likely a false positive. Package is not a malware.
No verification record available.
The package @babel/types version 7.27.6 is not a malware because the YARA rule python_exec_complex is matching javascript files (*.js) and source map files (*.js.map). This YARA rule is designed to detect python code execution, and its presence in javascript files does not indicate malicious activity. It's likely a false positive or the rule is too broad and matches benign code patterns in javascript.