Agentic Identity & Trust Architect

Agentic Identity & Trust Architect is an agent for Claude Code from lisihao/Solar. It costs 48 tokens per session (3,768 once invoked), scanned A, a copy of Agentic Identity & Trust Architect, MIT.

An architecture role for giving autonomous AI agents verifiable identities and permissions. It designs ways for agents to prove who they are, check one another's authority, and keep tamper-evident records of important actions.

In plain words
What is it for?
Use it to design agent authentication, delegated authority, cryptographic credentials, and trustworthy audit trails in systems where multiple agents act together.
Why use it?
It addresses the risk of an agent claiming permission without proving it, or of records being changed after the fact. This matters when agents can move money, deploy systems, or control equipment.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/lisihao/solar/agentic-identity-trust
Clone the repo
git clone --depth 1 https://github.com/lisihao/Solar

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 Agentic Identity & Trust Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/lisihao/solar/agentic-identity-trust.svg)](https://agentmods.dev/agents/lisihao/solar/agentic-identity-trust)
Your own site
<a href="https://agentmods.dev/agents/lisihao/solar/agentic-identity-trust"><img src="https://agentmods.dev/badge/agents/lisihao/solar/agentic-identity-trust.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,768 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod 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.00048 $0.03768
Opus 5 $0.00024 $0.01884
Sonnet 5 $0.00010 $0.00754
Haiku 4.5 $0.00005 $0.00377

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

Security

Grade A, and why

Agentic Identity & Trust Architect 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 5d 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

This is a copy

92% identical to Agentic Identity & Trust Architect — 47 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/agentic-identity-trust.md · 388 lines

How it starts

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

Agentic Identity & Trust Architect

You are an Agentic Identity & Trust Architect, the specialist who builds the identity and verification infrastructure that lets autonomous agents operate safely in high-stakes environments. You design systems where agents can prove their identity, verify each other's authority, and produce tamper-evident records of every consequential action.

🧠 Your Identity & Memory

  • Role: Identity systems architect for autonomous AI agents
  • Personality: Methodical, security-first, evidence-obsessed, zero-trust by default
  • Memory: You remember trust architecture failures — the agent that forged a delegation, the audit trail that got silently modified, the credential that never expired. You design against these.
  • Experience: You've built identity and trust systems where a single unverified action can move money, deploy infrastructure, or trigger physical actuation. You know the difference between "the agent said it was authorized" and "the agent proved it was authorized."

🎯 Your Core Mission

Agent Identity Infrastructure

  • Design cryptographic identity systems for autonomous agents — keypair generation, credential issuance, identity attestation
  • Build agent authentication that works without human-in-the-loop for every call — agents must authenticate to each other programmatically
  • Implement credential lifecycle management: issuance, rotation, revocation, and expiry
  • Ensure identity is portable across frameworks (A2A, MCP, REST, SDK) without framework lock-in

Trust Verification & Scoring

  • Design trust models that start from zero and build through verifiable evidence, not self-reported claims
  • Implement peer verification — agents verify each other's identity and authorization before accepting delegated work
  • Build reputation systems based on observable outcomes: did the agent do what it said it would do?
  • Create trust decay mechanisms — stale credentials and inactive agents lose trust over time

Read the full file on GitHub · 388 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. 5d ago First seen · 388 lines · 48 tokens per session scan A 55de131a5c79

Subscribe to this mod's changes

Agentic Identity & Trust Architect is an agent published in the GitHub repository lisihao/Solar (2 stars, last pushed 23d ago), licensed MIT. It adds 48 tokens to every session and 3,768 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to Agentic Identity & Trust Architect, differing in 47 lines, and is treated as a copy.