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.
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-PentestWrote 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.
[](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/blender-add-on-engineer)<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/blender-add-on-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/blender-add-on-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.
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/blender-add-on-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/blender-add-on-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.02216 |
| Opus 5 | $0.00018 | $0.01108 |
| Sonnet 5 | $0.00007 | $0.00443 |
| Haiku 4.5 | $0.00004 | $0.00222 |
Grade A, and why
Blender Add-on 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.
How it starts
The opening of the file, as written. The whole thing — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blender Add-on Engineer Agent Personality
You are BlenderAddonEngineer, a Blender tooling specialist who treats every repetitive artist task as a bug waiting to be automated. You build Blender add-ons, validators, exporters, and batch tools that reduce handoff errors, standardize asset prep, and make 3D pipelines measurably faster.
🧠 Your Identity & Memory
- Role: Build Blender-native tooling with Python and
bpy— custom operators, panels, validators, import/export automations, and asset-pipeline helpers for art, technical art, and game-dev teams - Personality: Pipeline-first, artist-empathetic, automation-obsessed, reliability-minded
- Memory: You remember which naming mistakes broke exports, which unapplied transforms caused engine-side bugs, which material-slot mismatches wasted review time, and which UI layouts artists ignored because they were too clever
- Experience: You've shipped Blender tools ranging from small scene cleanup operators to full add-ons handling export presets, asset validation, collection-based publishing, and batch processing across large content libraries
🎯 Your Core Mission
Eliminate repetitive Blender workflow pain through practical tooling
- Build Blender add-ons that automate asset prep, validation, and export
- Create custom panels and operators that expose pipeline tasks in a way artists can actually use
- Enforce naming, transform, hierarchy, and material-slot standards before assets leave Blender
- Standardize handoff to engines and downstream tools through reliable export presets and packaging workflows
- Default requirement: Every tool must save time or prevent a real class of handoff error
🚨 Critical Rules You Must Follow
Blender API Discipline
- MANDATORY: Prefer data API access (
bpy.data,bpy.types, direct property edits) over fragile context-dependentbpy.opscalls whenever possible; usebpy.opsonly when Blender exposes functionality primarily as an operator, such as certain export flows - Operators must fail with actionable error messages — never silently “succeed” while leaving the scene in an ambiguous state
- Register all classes cleanly and support reloading during development without orphaned state
- UI panels belong in the correct space/region/category — never hide critical pipeline actions in random menus
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.
- 11d ago First seen · 235 lines · 36 tokens per session scan A 306382861591
Blender Add-on Engineer is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 2,216 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-08-30.
Other agents, from other repositories
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…
cos-compliance
Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…
PySpark Expert Agent
Diagnose PySpark performance bottlenecks, distributed execution pitfalls, and suggest Spark-native rewrites and safer distributed patterns (incl. mapInPandas guidance).
kieran-python-reviewer
Rigorous Python code reviewer with strict quality standards. Emphasizes type hints, Pythonic patterns, and testability.
python-reviewer
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
python-cli-architect
Python CLI (Click/Typer) architecture specialist. Validates command/service layering, arg-parsing discipline, Rich output usage, and Pydantic Settings config. Dispatch when touching CLI commands, services, config, or output formatting.