task-management
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- File System Interaction: The skill reads from and writes to a file named
TASKS.mdin the user's working directory. This is the primary mechanism for tracking tasks and is used within the intended scope of the skill's functionality. - Local Resource Management: On first use, the skill copies a
dashboard.htmlfile from an internal plugin directory to the local working directory. This is used to provide a visual interface for the task board and does not involve external network requests. - Data Handling Considerations: As the skill processes content from the
TASKS.mdfile to provide summaries, it interacts with user-generated or externally-influenced data. While this presents an indirect prompt injection surface common to data-processing tools, the skill includes instructions to ask for confirmation before adding tasks from conversations, which serves as a manual checkpoint.
Audit Metadata