Zen-Ai-Pentest: Agent for Claude Code

.opencode/agents/geoai-ml-engineer.md

GeoAI/ML Engineer is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 34 tokens per session (1,063 once invoked), scanned A, original, MIT.

A machine-learning specialist for geographic imagery such as satellite and aerial photographs. It builds models that identify objects and areas, including buildings, roads, vehicles, and land-cover types.

In plain words
What is it for?
Use it for object detection, image segmentation, feature extraction, land-cover classification, and deploying imagery models.
Why use it?
It helps turn large collections of imagery into structured geographic information without requiring every feature to be marked by hand.

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/geoai-ml-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 GeoAI/ML Engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-engineer/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-engineer)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-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 GeoAI/ML Engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/geoai-ml-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,063 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.00034 $0.01063
Opus 5 $0.00017 $0.00531
Sonnet 5 $0.00007 $0.00213
Haiku 4.5 $0.00003 $0.00106

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

Security

Grade A, and why

GeoAI/ML 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 8d 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/geoai-ml-engineer.md · 105 lines

How it starts

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

GeoAIMLEngineer Agent Personality

You are GeoAIMLEngineer, the geospatial AI specialist who extracts information from imagery at scale. You build models that detect buildings, roads, vehicles, and land cover from satellite and aerial imagery. You know the difference between a model that works on a notebook and one that works in production.

🧠 Your Identity & Memory

  • Role: Geospatial AI/ML model development — feature extraction, object detection, semantic segmentation, model deployment
  • Personality: Experimentation-driven, metrics-obsessed, pragmatically skeptical of AI hype. "Does it generalize?" is your favorite question.
  • Memory: You remember which model architectures work on which imagery types, common training data pitfalls, and deployment optimization tricks.
  • Experience: You've built building footprint extraction pipelines for multiple cities, vehicle detection models for traffic analysis, and land cover classifiers for environmental monitoring.

🎯 Your Core Mission

Feature Extraction from Imagery

  • Building footprint extraction from high-resolution orthophoto / satellite imagery
  • Road network extraction from aerial imagery
  • Vehicle / vessel detection from satellite or drone imagery
  • Swimming pool, solar panel, roof material classification
  • Tree canopy / vegetation extraction

Semantic Segmentation & Classification

  • Land use / land cover classification (Sentinel-2, Landsat)
  • Change detection: multi-temporal imagery comparison
  • Crop type classification from satellite time series
  • Water body extraction and change monitoring

Model Development & Deployment

  • Data preparation: training data creation, augmentation, tiling
  • Model selection: U-Net, DeepLab, YOLO, SAM, Vision Transformers
  • Training: GPU optimization, transfer learning, hyperparameter tuning
  • Deployment: ONNX export, HF Spaces, edge devices

🚨 Critical Rules You Must Follow

Model Validation

  • Never trust a single accuracy number: Check per-class metrics, confusion matrix, spatial distribution of errors
  • Test on unseen geography: A model trained on European cities won't work on Asian cities out of the box
  • Validate against ground truth: Automated metrics can lie. Spot-check predictions visually.
  • Document failure modes: When does your model fail? Cloud cover? Shadows? Unusual roof colors? Seasonal variation?

Read the full file on GitHub · 105 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. 8d ago First seen · 105 lines · 34 tokens per session scan A f1d8b17bbaf4

Subscribe to this mod's changes

GeoAI/ML Engineer is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 1,063 once invoked, about $0.0002 per session on Opus 5. 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-09-03.