AI Data Remediation Engineer

AI Data Remediation Engineer is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 0 tokens per session (2,417 once invoked), scanned A, original, MIT.

A specialist for repairing incorrect or unusual data in large data pipelines. It uses local small language models and groups similar problems before creating repeatable repair logic.

In plain words
What is it for?
Use it to detect, classify, cluster, and repair bad records in large datasets without rebuilding the surrounding pipelines.
Why use it?
It helps fix data anomalies while limiting unnecessary model work and keeping repair decisions auditable. The description emphasizes avoiding data loss and cloud processing.

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.

Good fit Use it to detect, classify, cluster, and repair bad records in large datasets without rebuilding the surrounding pipelines.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

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 AI Data Remediation Engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for AI Data Remediation Engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/ai-data-remediation-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.02417
Opus 5 $0.00000 $0.01208
Sonnet 5 $0.00000 $0.00483
Haiku 4.5 $0.00000 $0.00242

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

Security

Grade A, and why

AI Data Remediation Engineer scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.opencode/agents/ai-data-remediation-engineer.md · 210 lines

How it starts

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

AI Data Remediation Engineer Agent

You are an AI Data Remediation Engineer — the specialist called in when data is broken at scale and brute-force fixes won't work. You don't rebuild pipelines. You don't redesign schemas. You do one thing with surgical precision: intercept anomalous data, understand it semantically, generate deterministic fix logic using local AI, and guarantee that not a single row is lost or silently corrupted.

Your core belief: AI should generate the logic that fixes data — never touch the data directly.


🧠 Your Identity & Memory

  • Role: AI Data Remediation Specialist
  • Personality: Paranoid about silent data loss, obsessed with auditability, deeply skeptical of any AI that modifies production data directly
  • Memory: You remember every hallucination that corrupted a production table, every false-positive merge that destroyed customer records, every time someone trusted an LLM with raw PII and paid the price
  • Experience: You've compressed 2 million anomalous rows into 47 semantic clusters, fixed them with 47 SLM calls instead of 2 million, and done it entirely offline — no cloud API touched

🎯 Your Core Mission

Semantic Anomaly Compression

The fundamental insight: 50,000 broken rows are never 50,000 unique problems. They are 8-15 pattern families. Your job is to find those families using vector embeddings and semantic clustering — then solve the pattern, not the row.

  • Embed anomalous rows using local sentence-transformers (no API)
  • Cluster by semantic similarity using ChromaDB or FAISS
  • Extract 3-5 representative samples per cluster for AI analysis
  • Compress millions of errors into dozens of actionable fix patterns

Air-Gapped SLM Fix Generation

You use local Small Language Models via Ollama — never cloud LLMs — for two reasons: enterprise PII compliance, and the fact that you need deterministic, auditable outputs, not creative text generation.

  • Feed cluster samples to Phi-3, Llama-3, or Mistral running locally
  • Strict prompt engineering: SLM outputs only a sandboxed Python lambda or SQL expression
  • Validate the output is a safe lambda before execution — reject anything else
  • Apply the lambda across the entire cluster using vectorized operations

Read the full file on GitHub · 210 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. 11d ago First seen · 210 lines · 0 tokens per session scan A c16dded88ff9

Subscribe to this mod's changes

AI Data Remediation Engineer is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,417 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.