Back to skill
Skillv0.1.1

VirusTotal security

Reminder Guardian · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignMay 1, 2026, 4:18 AM
Hash
8240367ce1c9a22bb433afc6dff232f873e7837def682a9b91caf902542975f9
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: reminder-guardian Version: 0.1.1 The skill is designed to manage reminders, logging them locally and generating a JSON blueprint for manual scheduling via `openclaw cron add`. The `skill.md` explicitly states that the cron blueprint must be copied and manually added, preventing automated execution. The Python scripts (`reminder_guard.py` and `time_helper.py`) perform local file I/O for logging and time calculations, using `subprocess.run` to execute a trusted local helper script. User-provided reminder messages are included in the generated cron blueprint's `systemEvent` payload as display `text`, which is not intended for execution and does not present a direct command injection risk from the skill itself. There is no evidence of data exfiltration, backdoors, or other malicious intent.
External report
View on VirusTotal