Little Steve Task Manager
PassAudited by VirusTotal on May 18, 2026.
Findings (1)
The skill bundle provides a functional task manager with well-structured bash scripts and proper input validation using jq. However, the 'data/tasks.json' file contains a pre-populated task (ID 12) with a title set to a destructive shell command payload: '$(rm -rf /)'. While the 'scripts/task.sh' script handles this string safely and does not execute it, the inclusion of such a payload in the default data acts as a prompt-injection lure designed to trick an AI agent into executing the command if it interprets the task content as a direct instruction.
