Health Reminder
Security checks across malware telemetry and agentic risk
Overview
This appears to be a simple local health reminder tool, with the main privacy point being that it stores health-related logs on the user’s computer.
Before installing, be aware that the skill keeps medication and water-tracking records in `~/.health-reminder` on your computer. There is no evidence of network sharing or credential use, but health data can still be sensitive on shared or backed-up devices.
VirusTotal
No VirusTotal findings
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Medication names, reminder times, and water logs can remain on the computer and may be visible to anyone with access to that user account or backups.
The skill persists medication schedules and water-intake records as local JSON files. This fits the stated health-tracking purpose, but the stored information may be personally sensitive.
DATA_DIR = Path.home() / ".health-reminder" MED_FILE = DATA_DIR / "medications.json" WATER_FILE = DATA_DIR / "water.json"
Use it only on a trusted device, avoid storing details you do not want persisted, and delete or protect the `~/.health-reminder` folder if needed.
