Todo management

Security checks across malware telemetry and agentic risk

Overview

This is a coherent local todo-list skill that stores tasks in a workspace SQLite database and has no artifact evidence of hidden network, credential, or exfiltration behavior.

This appears safe for managing local workspace todos. Before installing, be comfortable with the agent creating and modifying ./todo.db, and be careful with clear/delete requests. Do not store secrets in the todo list, especially in shared workspaces.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If you ask the agent to clear or remove todos, it can delete entries from the workspace todo database.

Why it was flagged

The skill explicitly supports bulk deletion of local todo entries. This is purpose-aligned, but users should recognize that clear/delete requests mutate persistent local data.

Skill content
To clear the todo list:
1) run `entry list --all` to get IDs ...
2) remove each ID with `entry remove ID`
Recommendation

Use clear/delete commands only when intended; ask the agent to list todos first if you want to verify what will be removed.

#
ASI06: Memory and Context Poisoning
Low
What this means

Personal or sensitive tasks saved as todos may remain in the workspace database until deleted.

Why it was flagged

Todo items are stored persistently in a local SQLite database and may later be listed back into the agent context.

Skill content
The only persistent state is in `todo.db`, mutated by `todo.sh`.
Recommendation

Avoid storing secrets or highly sensitive information in todos, and protect or delete todo.db if the workspace is shared.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

You have less publisher/source context for deciding whether to trust the included shell script.

Why it was flagged

The skill has limited provenance information, although the provided artifacts do not show a remote installer, hidden dependency, or suspicious download path.

Skill content
Source: unknown
Homepage: none
Recommendation

Install only if you trust the publisher or have reviewed the included script for your environment.