Model Switch Notify
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is designed to track and notify users of AI model changes within an OpenClaw session. It uses a local SQLite database (`model-switch.db`) to persist model states and pending notifications. The Python script `check_model.py` implements standard argument parsing and safe, parameterized SQL queries. While the script contains a hardcoded absolute path (`/home/wljmmx/`) which limits portability and suggests a development oversight, there is no evidence of data exfiltration, malicious execution, or prompt injection. The behavior is entirely consistent with the stated purpose.
