task-manager

Pass

Audited by Gen Agent Trust Hub on Jun 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No security issues detected. The skill implements a straightforward task management system using a local SQLite database.
  • [SAFE]: Database interactions are secure. The script uses parameterized queries for filtering and updates, and keys used in dynamic SQL generation for updates are restricted to a hardcoded set of allowed fields in the argument parser.
  • [SAFE]: No external network communication or remote code execution patterns were found. The skill relies entirely on the Python standard library.
  • [SAFE]: Data isolation is maintained by storing the database file within the skill's own directory structure.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 17, 2026, 07:50 PM
Security Audit — agent-trust-hub — task-manager