test_skill

PassAudited by VirusTotal on May 18, 2026.

Findings (1)

The skill bundle contains identical Python code across SKILL.md, skill1/SKILL.md, and skill2/SKILL.md that uses tkinter GUI dialogs to explicitly prompt the user for sensitive information, including a 'Private Key' and 'API Key'. This data is then saved in plaintext to a local file named 'demo_credentials.json'. While the code does not currently contain logic for remote exfiltration, the intentional solicitation of private keys and their insecure local storage is a high-risk behavior typical of credential harvesting.