Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The skill claims timestamps are stored as ISO 8601 with timezone information, but the example code uses naive datetimes from datetime.now() and isoformat() without any offset. In a scheduling skill, this can cause reminders to fire at the wrong time when data is interpreted on systems with different local time settings or after timezone changes, undermining reliability and potentially causing missed or premature actions.
