Is jdrhyne/todo-tracker safe?
https://github.com/openclaw/skills/tree/main/skills/jdrhyne/todo-tracker
94
SAFE
The TODO Tracker skill is a legitimate utility for managing persistent TODO lists across agent sessions. It includes a well-written bash script for file operations but shows no signs of malicious behavior, data exfiltration, or security vulnerabilities.
Category Scores
Findings (2)
LOW Bash Script Execution -20 ▶
The skill includes an executable bash script (todo.sh) that performs file operations. While the script appears well-written and legitimate, any executable code presents inherent risk.
INFO Heartbeat Integration -5 ▶
The skill includes heartbeat integration that automatically triggers on system heartbeats to remind about stale items. This is documented behavior but represents automated agent interaction.