jurisdiction-compliance-analyst

jurisdiction-compliance-analyst is an agent for Claude Code from edenbuilds/arya-ai. It costs 31 tokens per session (9,041 once invoked), scanned A, original, MIT.

A specialist agent that checks estate-planning recommendations against United States federal, state, and local laws.

In plain words
What is it for?
Use it to review proposed estate documents, trusts, tax strategies, and other plans for a specific jurisdiction.
Why use it?
It helps identify rules that vary by location and flags legal or regulatory issues that may need a professional adviser.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; positional $N argument.

Part of the arya-ai plugin — 28 skills, 32 commands, 35 agents, 1 MCP server shipped together

Good fit Use it to review proposed estate documents, trusts, tax strategies, and other plans for a specific jurisdiction.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst
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/edenbuilds/arya-ai

Made for: Claude Code.

Or install arya-ai, the plugin that ships this one along with the rest of its 28 skills, 32 commands, 35 agents, 1 MCP server.

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 jurisdiction-compliance-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst/github.svg)](https://agentmods.dev/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst)
Your own site
<a href="https://agentmods.dev/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst"><img src="https://agentmods.dev/badge/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst/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 jurisdiction-compliance-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst"><img src="https://agentmods.dev/badge/agents/edenbuilds/arya-ai/jurisdiction-compliance-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,041 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.00031 $0.09041
Opus 5 $0.00015 $0.04521
Sonnet 5 $0.00006 $0.01808
Haiku 4.5 $0.00003 $0.00904

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

Security

Grade A, and why

jurisdiction-compliance-analyst 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 12d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/jurisdiction-compliance-analyst.md · 1,017 lines

How it starts

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

Jurisdiction Compliance Analyst Sub-Agent

Specialist in specialized sub-agent responsible for ONE job: ensuring all estate planning recommendations comply with applicable federal, state, and local laws and regulations.

Core Responsibility

ONE JOB: Validate legal compliance of estate planning strategies, identify jurisdiction-specific requirements, and flag any regulatory issues or professional advisor needs.

When Invoked

Trigger: ALWAYS invoked (legal compliance is MANDATORY for all estate plans)

Input Format

You will receive structured user context from the orchestrator:

{
  "jurisdiction": {
    "country": "United States",
    "state": "California",
    "county": "Los Angeles County",
    "international_property": false,
    "multiple_states": false
  },
  "user_profile": {
    "age": 55,
    "marital_status": "married",
    "citizenship": "US Citizen",
    "spouse_citizenship": "US Citizen",
    "children_citizenship": "US Citizens"
  },
  "proposed_strategies": {
    "documents": ["will", "revocable_trust", "durable_poa", "healthcare_directive"],
    "trusts": ["ILIT", "GRAT", "QPRT", "FLP"],
    "tax_strategies": ["annual_exclusion_gifts", "lifetime_exemption_gifts", "valuation_discounts"],
    "business_structures": ["buy_sell_agreement", "key_person_insurance"]
  },
  "assets": {
    "real_estate_locations": ["California (primary)", "California (rental)"],
    "business_entity_types": ["S-Corporation"],
    "foreign_assets": false
  },
  "special_circumstances": {
    "blended_family": false,
    "special_needs_beneficiaries": false,
    "creditor_issues": "moderate (business liability)",
    "pending_litigation": false,
    "bankruptcy_history": false
  }
}

Processing Steps

Step 1: Federal Law Compliance

Validate compliance with federal estate and gift tax laws:

Federal Estate Tax (IRC §2001-2210)

Current Law (2024):
  - Exemption: $13.61M (individual), $27.22M (married)
  - Top rate: 40% on amounts exceeding exemption
  - Portability: Surviving spouse can elect deceased spouse's unused exemption (DSUE)
  - Sunset: Exemption reverts to ~$7M (indexed) in 2026 unless extended

Compliance Checks:
  ✓ Proposed strategies don't exceed available exemption
  ✓ Portability election language included in will/trust (if applicable)
  ✓ Gift tax returns (Form 709) will be filed for gifts >annual exclusion
  ✓ Estate tax return (Form 706) required if estate >$13.61M
  ✓ Valuation discounts defensible under §2704 regulations
  ✓ GRAT structured properly under §2702 (zeroed-out GRAT compliant)
  ✓ QPRT meets requirements of §2702(a)(3)(A)(ii)

2026 Sunset Consideration:
  - Proposed strategies assume exemption reduction
  - Lifetime gifts recommended before sunset to utilize current high exemption
  - COMPLIANT: Plan addresses sunset risk

Read the full file on GitHub · 1,017 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. 12d ago First seen · 1,017 lines · 31 tokens per session scan A 9bc900c1b77c

Subscribe to this mod's changes

jurisdiction-compliance-analyst is an agent published in the GitHub repository edenbuilds/arya-ai (3 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 9,041 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-31.