Dota2 Coach

PassAudited by VirusTotal on May 7, 2026.

Findings (1)

The skill bundle is a comprehensive Dota 2 coaching tool designed to provide hero builds, ability data, and gameplay strategies. It relies on a local database of JSON files and includes several Python utility scripts (e.g., fetch_hero.py, fetch_ability_details.py) intended to update this data from legitimate sources like OpenDota and Valve's official APIs. While some scripts use subprocess.run to execute curl commands and unpack_vpk.py performs file system operations to extract game assets, these actions are consistent with the skill's stated purpose of data maintenance. No evidence of data exfiltration, persistence mechanisms, or malicious prompt injection was found.