gog-jasmine

clawhub:gog-jasmine

View source
B
84/100

First Seen

Feb 19, 2026

Last Scanned

Feb 22, 2026

Findings

2

Score

84/100

MEDIUM 2

Findings (2)

MEDIUM
Unrestricted email or messaging access
L18

Detects CLI tools granting unrestricted send/read access to email or messaging

gmail search 'newer_than:7d' --max
FIX

Restrict email and messaging API access to user-initiated actions. Prevent automated sending that could exfiltrate data via email body or attachments.

FP?

Likely FP if the skill is an email client or messaging tool whose documented purpose is to send messages on behalf of the user.

MEDIUM
Unrestricted email or messaging access
L19

Detects CLI tools granting unrestricted send/read access to email or messaging

gmail send --to
FIX

Restrict email and messaging API access to user-initiated actions. Prevent automated sending that could exfiltrate data via email body or attachments.

FP?

Likely FP if the skill is an email client or messaging tool whose documented purpose is to send messages on behalf of the user.