CtrlK
BlogDocsLog inGet started
Tessl Logo

odyssey4me/gmail

Send, search, and organize Gmail messages, drafts, and labels. Use when asked to compose an email, reply to mail, forward a message, search inbox, manage attachments, or organize Gmail.

94

Quality

94%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Overview
Quality
Evals
Security
Files

Security

2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

Insecure credential handling detected (high risk: 1.00). The skill instructs users to place OAuth client_id and client_secret in a config file and shows a CLI command that accepts --client-secret, which requires handling and potentially outputting secret values verbatim (and exposes them via command-line/config storage).

Report incorrect finding
Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The skill's CLI and code (SKILL.md and scripts/gmail.py) explicitly fetch and display Gmail messages and message bodies via the Gmail API (e.g., messages list/get and extract_message_body), which are untrusted, user-generated emails that the agent will read and can materially influence subsequent actions like replying, sending, or labeling.

Audited
Security analysis
Snyk