银行流水格式批量转换
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill bundle is a legitimate utility designed to batch-convert various bank statement formats (XLS, XLSX, XML, and HTML-based Excel) into a standardized 9-column template. The Python scripts (converter.py and field_mapping.py) use standard libraries like openpyxl and xlrd to process local files and do not contain any network communication, data exfiltration logic, or obfuscation. While the use of xml.etree.ElementTree for parsing XML-based Excel files presents a theoretical XXE vulnerability, the code's logic is entirely consistent with its stated purpose of financial data processing.
