im-reminder
Audited by Gen Agent Trust Hub on Feb 13, 2026
The skill im-reminder is a descriptive skill that outlines how to configure timed reminder tasks using a JSON structure. It does not contain any executable code, scripts, or external dependencies that could pose a direct security risk. The skill's instructions are clear and do not exhibit any signs of prompt injection, data exfiltration, obfuscation, privilege escalation, or persistence mechanisms beyond its intended function of creating scheduled reminders.
The primary area of consideration is the payload.message field, which is user-defined and intended to be processed by the Agent when the reminder triggers. This introduces a potential for indirect prompt injection, where a malicious user could craft the message content to try and manipulate the Agent's behavior. However, this is an inherent risk of any LLM system processing user-generated content and is not a specific vulnerability in the skill's design itself. The skill's purpose is to facilitate scheduled messages, and the content of those messages is controlled by the user.
No other security concerns were identified. The skill is well-documented and appears to serve its stated purpose without introducing undue risk.