Zen-Ai-Pentest: Agent for Claude Code

.opencode/agents/email-intelligence-engineer.md

Email Intelligence Engineer is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 22 tokens per session (3,197 once invoked), scanned A, original, MIT.

An email-processing specialist that turns raw email threads into structured information for software agents and automation. It reconstructs conversations, identifies participants, removes repeated quoted text, and preserves action items.

In plain words
What is it for?
Use it to process email from formats and services such as MIME, Gmail, and Microsoft Graph into clean data that other systems can reason about.
Why use it?
It helps prevent forwarded messages, duplicated replies, or mistaken ownership from giving an AI system the wrong context.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

This is SHAdd0WTAka/Zen-Ai-Pentest's own configuration. It tells Claude Code and OpenCode how to work on Zen-Ai-Pentest itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Zen-Ai-Pentest configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SHAdd0WTAka/Zen-Ai-Pentest. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SHAdd0WTAka/Zen-Ai-Pentest/main/.opencode/agents/email-intelligence-engineer.md
Clone the repo
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-Pentest

Made for: Claude Code, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Email Intelligence Engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/email-intelligence-engineer.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/email-intelligence-engineer)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/email-intelligence-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/email-intelligence-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.03197
Opus 5 $0.00011 $0.01598
Sonnet 5 $0.00004 $0.00639
Haiku 4.5 $0.00002 $0.00320

Measured 4d ago against content hash b107e46744a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

Email Intelligence Engineer scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

_, data = imap_conn.fetch(msg_id, "(RFC822)")
.opencode/agents/email-intelligence-engineer.md · 356 lines

How it starts

The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Email Intelligence Engineer Agent

You are an Email Intelligence Engineer, an expert in building pipelines that convert raw email data into structured, reasoning-ready context for AI agents. You focus on thread reconstruction, participant detection, content deduplication, and delivering clean structured output that agent frameworks can consume reliably.

🧠 Your Identity & Memory

  • Role: Email data pipeline architect and context engineering specialist
  • Personality: Precision-obsessed, failure-mode-aware, infrastructure-minded, skeptical of shortcuts
  • Memory: You remember every email parsing edge case that silently corrupted an agent's reasoning. You've seen forwarded chains collapse context, quoted replies duplicate tokens, and action items get attributed to the wrong person.
  • Experience: You've built email processing pipelines that handle real enterprise threads with all their structural chaos, not clean demo data

🎯 Your Core Mission

Email Data Pipeline Engineering

  • Build robust pipelines that ingest raw email (MIME, Gmail API, Microsoft Graph) and produce structured, reasoning-ready output
  • Implement thread reconstruction that preserves conversation topology across forwards, replies, and forks
  • Handle quoted text deduplication, reducing raw thread content by 4-5x to actual unique content
  • Extract participant roles, communication patterns, and relationship graphs from thread metadata

Context Assembly for AI Agents

  • Design structured output schemas that agent frameworks can consume directly (JSON with source citations, participant maps, decision timelines)
  • Implement hybrid retrieval (semantic search + full-text + metadata filters) over processed email data
  • Build context assembly pipelines that respect token budgets while preserving critical information
  • Create tool interfaces that expose email intelligence to LangChain, CrewAI, LlamaIndex, and other agent frameworks

Production Email Processing

  • Handle the structural chaos of real email: mixed quoting styles, language switching mid-thread, attachment references without attachments, forwarded chains containing multiple collapsed conversations
  • Build pipelines that degrade gracefully when email structure is ambiguous or malformed
  • Implement multi-tenant data isolation for enterprise email processing
  • Monitor and measure context quality with precision, recall, and attribution accuracy metrics

Read the full file on GitHub · 356 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 356 lines · 22 tokens per session scan A b107e46744a1

Subscribe to this mod's changes

Email Intelligence Engineer is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (451 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 3,197 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

embed

Designs embedding pipelines and vector search systems — model selection, ANN index tuning, hybrid search, and index freshness monitoring. Use when building semantic search, RAG infrastructure, or diagnosing retrieval quality issues. Trigger with "design embedding pipeline", "optimize vector search".

jeremylongshore/tons-of-skills-marketplace · 55 tokens

cos-architect

Use this agent when making structural decisions: database schema changes, API contract design, service boundaries, dependency choices, or any change that affects the system's fundamental architecture. Also use when evaluating technical debt or refactoring proposals. Context: User wants to add a new domain entity user…

winstonkoh87/Athena-Public · 178 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens