DoubleTick

Security checks across static analysis, malware telemetry, and agentic risk

Overview

DoubleTick is coherent for its stated purpose, but it asks you to trust an npm-based MCP tool with Gmail sending access and recipient open-tracking data.

Install this only if you want an agent-connected tool that can send Gmail messages with tracking pixels. Review OAuth/login permissions, inspect the npm/GitHub package if possible, and confirm each email's recipient and content before sending.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

An agent using this tool could send tracked emails on your behalf, so mistakes could disclose information or contact people unintentionally.

Why it was flagged

The skill exposes a tool that can send external email from the user's account. This is the core purpose, but it is a high-impact action if invoked with the wrong recipient or content.

Skill content
- **send_tracked_email** — Send an email with read tracking.
Recommendation

Use only when you intend to send a tracked email, and review recipient, subject, and body before allowing the send.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

The tool may operate using your Gmail and DoubleTick identity, including sending messages through Gmail.

Why it was flagged

The integration needs account access for Gmail sending and DoubleTick tracking. This is expected for the feature, but it gives the tool delegated authority tied to user accounts.

Skill content
- A Gmail account
- A [DoubleTick](https://doubletickr.com) account
Recommendation

Check the OAuth/login prompts and scopes carefully, and consider using a dedicated account if you do not want this tied to your main Gmail account.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

You are trusting the published npm package to handle account login, Gmail sending, and tracking behavior safely.

Why it was flagged

The MCP server is launched from an npm package via npx, and the provided artifact set contains only SKILL.md, so the package implementation was not reviewed here.

Skill content
"command": "npx", "args": ["-y", "doubletick-cli"]
Recommendation

Review the linked npm/GitHub project, prefer a known version, and install only if you trust the package maintainer.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Recipient open activity and device/timing metadata may be recorded by DoubleTick and made available through the tool.

Why it was flagged

The skill sends tracking pixels and stores or retrieves recipient open metadata, including device and timing information. This is disclosed and central to the product, but it is sensitive behavioral data.

Skill content
the pixel fires and the open is logged ... with open count, device, and timing
Recommendation

Use tracking only where appropriate and lawful, avoid sending sensitive content unnecessarily, and review DoubleTick's privacy practices.