Self-Check Enhanced

PassAudited by VirusTotal on May 8, 2026.

Findings (1)

The skill is a comprehensive system diagnostic tool that performs environment checks, log analysis, and dependency verification. While its behavior is aligned with its stated purpose and it includes explicit safety instructions in SKILL.md to avoid automatic fixes, it is classified as suspicious due to high-risk implementation patterns. Specifically, scripts/self_check.py utilizes subprocess.run(shell=True) for executing system commands, which introduces shell injection vulnerabilities, and it performs broad read operations on sensitive files including logs, configuration files, and environment variables to check for the presence of API keys.