Back to skill
Skillv0.1.0

VirusTotal security

Arya Reminders · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 3:23 AM
Hash
fea79f20a98a20dccd9cc6a78dc7ebe71fa1e1909622cb829a4b98df8590b76b
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: staratheris-arya-reminders Version: 0.1.0 The skill is designed to create natural language reminders and schedule them using an internal OpenClaw cron tool, logging to `memory/reminders.md`. It uses `bash` and `python3` for its operations, which are explicitly required. While the `CHAT_ID` for Telegram delivery can be overridden by an environment variable, the default is a specific hardcoded ID, and this is part of the skill's intended functionality to deliver reminders. The instructions for the agent in `create-reminder.agent.md` correctly show user input (`<MESSAGE>`, `<WHEN>`) being passed to the shell script in quotes, mitigating direct shell injection risk. The `schedule_cron.py` script includes a prompt engineering phrase ("No hagas preguntas") to ensure the agent directly delivers the reminder message without further interpretation, which is a defensive measure rather than a malicious prompt injection attempt. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation beyond the stated purpose.
External report
View on VirusTotal