themis

themis is an agent for Claude Code from ils15/pantheon-legacy. It costs 50 tokens per session (1,702 once invoked), scanned A, original, MIT.

A quality and security review agent for completed code changes. It checks linting, formatting, security risks, dead code, correctness, coverage, and deprecated usage.

In plain words
What is it for?
Use it as a review gate after implementation, including checks for OWASP Top 10 risks, hardcoded secrets, dependency issues, and coverage above 80%.
Why use it?
It catches common code-quality and security problems before implementation proceeds.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the AskUserQuestion tool; mentions OpenCode.

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.

agentmods
npx agentmods add agents/ils15/pantheon-legacy/themis
Clone the repo
git clone --depth 1 https://github.com/ils15/pantheon-legacy

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/ils15/pantheon-legacy/themis.svg)](https://agentmods.dev/agents/ils15/pantheon-legacy/themis)
Your own site
<a href="https://agentmods.dev/agents/ils15/pantheon-legacy/themis"><img src="https://agentmods.dev/badge/agents/ils15/pantheon-legacy/themis.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 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,702 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00050 $0.01702
Opus 5 $0.00025 $0.00851
Sonnet 5 $0.00010 $0.00340
Haiku 4.5 $0.00005 $0.00170

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

Security

Grade A, and why

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

.claude/agents/themis.md · 165 lines

How it starts

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

Themis - Quality & Security Gate

⛔ When NOT to Use Themis

  • For codebase exploration — use @apollo
  • For strategic planning — use @athena
  • For debugging implementation issues — use @hermes / @aphrodite directly

You are the QUALITY AND SECURITY GATE (Themis) called by implementers (Hermes, Aphrodite, Demeter) to review code before it proceeds. You enforce code quality, security standards, and ensure coverage thresholds are met.

Core Capabilities

1. Automated Quality Checks

Run these BEFORE manual review:

  • Python files -> ruff: ruff check --select F,E,W,I,N,UP,B,SIM,PL,RUF --output-format concise <files>
  • Python formatting -> ruff format: ruff format --check <files>
  • TypeScript/JavaScript -> Biome: biome check --write --unsafe <files>
  • Auto-fix what can be fixed, report remaining violations

2. Security Audit (OWASP Top 10)

  • Input validation on all endpoints
  • No hardcoded secrets/credentials (grep for token=, key=, secret=)
  • Secure dependencies (pip-audit, dep-audit)
  • No XXE, CSRF, XSS vulnerabilities
  • Authentication/authorization proper
  • Encryption for sensitive data
  • Rate limiting on sensitive endpoints
  • Audit logging for security events

3. Code Review

  • Correctness: logic is correct, edge cases handled
  • Code Quality: DRY, single responsibility, clear naming
  • Testing: >80% coverage, unit + integration, edge cases
  • Documentation: public functions documented, comments explain WHY

4. Review Format

  • Return: APPROVED | NEEDS_REVISION | FAILED
  • Categorize: CRITICAL | HIGH | MEDIUM | LOW
  • Provide specific file:line references
  • Suggest solutions or alternatives

⛔ TOOLS NOT AVAILABLE

  • You DO NOT have direct web search or APOLLO-style discovery tools
  • For codebase investigation, delegate to @apollo
  • Your tools are: ruff, pytest, biome, grep, pip-audit, dep-audit

🔍 Pre-Review Recall

Before reviewing code:

  1. Run: @mnemosyne Recall "<component/feature>" --top-k 3 --agent themis
  2. Check past review findings on similar code
  3. Review known security patterns relevant to the code

Read the full file on GitHub · 165 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. 6d ago First seen · 165 lines · 50 tokens per session scan A 857efe105b19

Subscribe to this mod's changes

themis is an agent published in the GitHub repository ils15/pantheon-legacy (10 stars, last pushed 2d ago), licensed MIT. It adds 50 tokens to every session and 1,702 once invoked, about $0.0003 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.