themis

themis is a cursor rule for Cursor from ils15/pantheon-legacy. It costs 47 tokens per session (1,519 once invoked), scanned A, original, MIT.

A quality and security review rule for code changes. It checks style, correctness, dependency risks, security issues, and test coverage before work proceeds.

In plain words
What is it for?
Reviewing Python, JavaScript, and TypeScript changes; checking OWASP security risks; auditing dependencies; and verifying tests and coverage.
Why use it?
It catches common defects, unsafe code, outdated dependencies, and missing tests before they reach later stages.

Cursor rule for Cursor

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 rules/ils15/pantheon-legacy/themis
Clone the repo
git clone --depth 1 https://github.com/ils15/pantheon-legacy

Made for: Cursor.

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/rules/ils15/pantheon-legacy/themis.svg)](https://agentmods.dev/rules/ils15/pantheon-legacy/themis)
Your own site
<a href="https://agentmods.dev/rules/ils15/pantheon-legacy/themis"><img src="https://agentmods.dev/badge/rules/ils15/pantheon-legacy/themis.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 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,519 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 $0.00047 $0.01519
Opus 5 $0.00023 $0.00759
Sonnet 5 $0.00009 $0.00304
Haiku 4.5 $0.00005 $0.00152

Measured yesterday against content hash 0e994dbffd5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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.

.cursor/rules/themis.mdc · 143 lines

How it starts

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

Pantheon agent for Cursor. Invoke with @ in Agent mode.

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 · 143 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. yesterday First seen · 143 lines · 47 tokens per session scan A 0e994dbffd5f

Subscribe to this mod's changes

themis is a cursor rule published in the GitHub repository ils15/pantheon-legacy (10 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 1,519 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.