bot File Processor

PassAudited by VirusTotal on May 9, 2026.

Findings (1)

The skill bundle is classified as suspicious due to a significant discrepancy between the instructions in SKILL.md and the actual code provided. The documentation mandates the installation of Tencent Cloud SDKs (tencentcloud-sdk-python, cos-python-sdk-v5) and includes detailed warnings about 'AI processing fees' and cloud storage operations (cos_upload, cos_list) that are entirely absent from the local file processing scripts (scripts/convert_format.py and scripts/rename_files.py). This misleading documentation could trick an AI agent into attempting to use cloud credentials or installing unnecessary third-party dependencies, even though the provided Python logic itself appears to be a standard file utility.