gog-restricted

clawhub:gog-restricted

View source
B
76/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

3

Score

76/100

MEDIUM 3

Findings (3)

MEDIUM
Unrestricted email or messaging access
L34

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

gmail search '<query>' --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
L178

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

gmail search 'label:inbox' --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
L180

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

gmail search 'label:inbox' --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.