todo-tracker
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/todo.shuses thesedutility to process user-provided strings for finding and modifying items. Since these strings are not sanitized, a user could provide input containing special characters (such as forward slashes) that terminate thesedregex early and inject additionalsedcommands, potentially leading to unintended modifications or deletions within theTODO.mdfile. - [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by storing arbitrary user-provided text in a persistent file and later reading it back into the agent's context. * Ingestion points: Task descriptions and priority levels provided via the
addcommand. * Boundary markers: None; theSKILL.mdinstructions direct the agent to read the rawTODO.mdfile without using delimiters to separate user data from system instructions. * Capability inventory: The skill has the ability to read, write, and delete files within the workspace. * Sanitization: No filtering or validation is performed on user input before it is saved or displayed back to the agent.
Audit Metadata