Mufi Calendar
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
```json { "classification": "suspicious", "summary": "The skill is suspicious due to a potential shell injection vulnerability in `scripts/remind.js`. The `execSync` call constructs a command to send a Discord message, incorporating event summaries from Google Calendar. While an attempt is made to escape double quotes (`.replace(/\"/g, '\\"')`), other shell metacharacters (e.g., backticks, semicolons, dollar signs) are not escaped, potentially allowing an attacker who can control Google Calendar event summaries to execute arbitrary commands on the host system. This is a vulnerability, not malicious intent, as the primary purpose is legitimate inter-skill communication." } ```
