Back to skill

Security audit

邮件摘要

Security checks for vulnerabilities and agentic risk

Overview

This skill is a mailbox automation helper, but it asks agents to reuse logged-in browser sessions, extract email metadata and snippets, save screenshots and plaintext reports, and optionally run on schedules.

Install only if you are comfortable giving an agent access to already logged-in webmail sessions and letting it write email summaries, snippets, subjects, senders, timestamps, and screenshots to local files. Use a dedicated output directory with restricted permissions, avoid broad multi-account runs unless explicitly needed, review any cron or launchd schedule before enabling it, and delete reports/screenshots when no longer needed.

Vulnerability Patterns
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (5)

Intent-Code Divergence

Medium
Confidence
92% confidence
Finding
The skill presents conflicting security claims: it advertises automatic anti-crawling evasion while elsewhere stating verification cannot be bypassed. This inconsistency is dangerous because it normalizes or encourages stealthy automation against email providers and can mislead operators about what behavior is acceptable or expected.

Intent-Code Divergence

Low
Confidence
84% confidence
Finding
The skill claims logs will not record sensitive content, yet it instructs saving reports and screenshots containing sender, subject, timestamps, and sometimes snippets. Even if bodies are excluded, this metadata is still sensitive and can expose business relationships, account activity, and confidential topics if stored insecurely.

Ssd 3

High
Confidence
95% confidence
Finding
The skill is explicitly designed to collect, aggregate, and export mailbox data across accounts, including sender, subject, snippets, and screenshots, to local reports. This creates a substantial privacy and data-handling risk because highly sensitive communications metadata and content-adjacent information are copied outside the mail provider into agent-accessible local storage.

Ssd 3

High
Confidence
96% confidence
Finding
The examples operationalize bulk extraction of email data and appending it into consolidated Markdown reports across multiple accounts. In context, this makes the risk more serious because it is not hypothetical documentation; it is actionable guidance for exporting sensitive mailbox information into easily copied plaintext artifacts.

Ssd 3

Medium
Confidence
93% confidence
Finding
Saving inbox screenshots and retaining reports on disk can expose sensitive communications, contacts, and subject lines well beyond what is needed for summarization. Screenshots are especially risky because they may capture unexpected on-screen data that bypasses later redaction or filtering controls.

Static analysis

No suspicious patterns detected.