todoist
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses system
curlcommands to interact with the Todoist API, which is the standard method for RESTful interactions in this context. - [DATA_EXFILTRATION]: The skill communicates with
api.todoist.com. This is the official endpoint for a well-known service and is necessary for the skill's primary functionality. - [SAFE]: Authentication is managed via a user-provided
TODOIST_API_TOKENenvironment variable, avoiding the risk of hardcoded credentials.
Audit Metadata