todo-processing
Fail
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileObfuscated FileSKILL.md
HIGHObfuscated FileHIGH
SKILL.md
The skill's footprint is coherent with its stated purpose: it operates entirely on local todo files using standard shell commands to discover, validate, and manage todo items with proper frontmatter normalization. No external network access, credentials, or unsupported data flows are evident. The design is proportionate to the task (local file management) and maintains predictable data handling (read/write/rename of markdown files). Some minor risks include potential edge-case file conflicts during renaming and reliance on UNIX-like shell tools, which can be mitigated with guards and checks in implementation.
Confidence: 98%
Audit Metadata