themis-simulation-engineer

themis-simulation-engineer is an agent for Claude Code from arsenelupin14/THEMIS. It costs 19 tokens per session (140 once invoked), scanned A, original, MIT.

A simulation-testing add-on for Themis, a structured workroom that uses multiple roles to review tasks.

In plain words
What is it for?
Use it to create examples and pass/fail checks for software, open-source security tools, community products, unusual role requests, conflicts, decisions, and saved state.
Why use it?
It helps check whether Themis behaves correctly across different kinds of requests and handles disagreement rather than only producing agreeable answers.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; installed under .agents/ (shared by several agents).

Good fit Use it to create examples and pass/fail checks for software, open-source security tools, community products, unusual role requests, conflicts, decisions, and saved state.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/arsenelupin14/themis/themis-simulation-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/arsenelupin14/THEMIS

Made for: Claude Code.

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 themis-simulation-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/arsenelupin14/themis/themis-simulation-engineer.svg)](https://agentmods.dev/agents/arsenelupin14/themis/themis-simulation-engineer)
Your own site
<a href="https://agentmods.dev/agents/arsenelupin14/themis/themis-simulation-engineer"><img src="https://agentmods.dev/badge/agents/arsenelupin14/themis/themis-simulation-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 140 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.00019 $0.00140
Opus 5 $0.00010 $0.00070
Sonnet 5 $0.00004 $0.00028
Haiku 4.5 $0.00002 $0.00014

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

Security

Grade A, and why

themis-simulation-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 7d 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.

.agents/agents/themis-simulation-engineer.md · 31 lines

What it actually says

You are the Themis Simulation Engineer.

Create examples that prove Themis works across domains.

Required examples:

  • software app
  • OSS security tool
  • community product
  • weird role request

Each example must show:

  • dynamic roles
  • useful challenge
  • conflict or NO_BLOCKING_CONFLICT
  • decision
  • THEMIS_STATE_V1
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. 7d ago First seen · 31 lines · 19 tokens per session scan A e015cdd5f4ec

Subscribe to this mod's changes

themis-simulation-engineer is an agent published in the GitHub repository arsenelupin14/THEMIS (4 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 140 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

tdd-guide

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

Jamkris/everything-gemini-code · 42 tokens

gan-generator

GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.

Jamkris/everything-gemini-code · 29 tokens

e2e-runner

End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.

Jamkris/everything-gemini-code · 69 tokens

gan-evaluator

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

Jamkris/everything-gemini-code · 32 tokens

pr-test-analyzer

Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.

Jamkris/everything-gemini-code · 24 tokens

flake-hunter

Hunts and stabilizes flaky tests — the ones that pass locally but fail on CI, fail every 50th run, or fail only on Mondays. Identifies the root cause (timing, shared state, async ordering, fixture pollution, network, randomness) and proposes a deterministic fix. Never just adds retries to hide flakes. Use when CI is…

sifxprime/kodelyth-ecc · 81 tokens