google-tasks
Audited by Socket on Mar 8, 2026
1 alert found:
Obfuscated FileThe skill demonstrates coherent purpose-capability alignment: it uses standard REST API calls with curl/jq to manage Google Tasks and includes a plausible OAuth-based setup flow. The data flows (tokens and API responses) align with the stated functionality. However, storage of token.json in the workspace root and the mixed Bash/Node.js setup for authentication introduce security and auditing concerns. These warrant tightening: secure token storage (restricted access, environment isolation), clearer credential lifecycle, and explicit handling of token refresh. Overall, the footprint is mostly benign and proportionate to the stated task, but the token storage/policy and initial setup flow elevate risk to a cautious level.