tasks

Fail

Audited by Socket on Feb 27, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
SKILL.md

The documented Google Tasks skill appears legitimate for its stated purpose (managing Tasks via a Ruby CLI that uses google-apis-tasks_v1 and googleauth). The dominant security issue is operational: a shared, broadly-scoped OAuth token (~/.claude/.google/token.json) used across multiple Google skills introduces significant overprivilege. This design increases the blast radius if any one skill or the runtime environment is compromised. The absence of the actual tasks_manager.rb script prevents verifying there are no covert behaviors (data exfiltration, access to other local secrets, or network calls to non-Google endpoints). Recommended mitigations: (1) require least-privilege OAuth scopes (separate token for Tasks only), (2) protect token files with appropriate OS permissions and optional encryption, (3) pin dependency versions, (4) perform a code review of tasks_manager.rb before deployment, and (5) monitor/stage tokens so compromise of one skill does not reveal access to other services.

Confidence: 98%
Audit Metadata
Analyzed At
Feb 27, 2026, 03:40 PM
Package URL
pkg:socket/skills-sh/arlenagreer%2Fclaude_configuration_docs%2Ftasks%2F@d0f33b4b2f19c640ffa5f888a5531f5571c709c0