Identity & Access Engineer

Identity & Access Engineer is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 53 tokens per session (3,260 once invoked), scanned A, original, MIT.

An engineer for login and access systems, including OAuth, enterprise single sign-on, passkeys, user sessions, and permissions. It covers both proving who a user is and deciding what that user may do.

In plain words
What is it for?
Use it to design login flows, SSO integrations, user provisioning, passkey support, session management, and role- or policy-based permissions.
Why use it?
It helps avoid insecure custom login designs and common mistakes in authentication, session handling, and access control. It also addresses the requirements of organizations using centralized employee accounts.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to design login flows, SSO integrations, user provisioning, passkey support, session management, and role- or policy-based permissions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shadd0wtaka/zen-ai-pentest/identity-access-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/SHAdd0WTAka/Zen-Ai-Pentest

Made for: Claude Code, OpenCode.

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 Identity & Access Engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer/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 Identity & Access Engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/identity-access-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 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,260 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.00053 $0.03260
Opus 5 $0.00026 $0.01630
Sonnet 5 $0.00011 $0.00652
Haiku 4.5 $0.00005 $0.00326

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

Security

Grade A, and why

Identity & Access 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 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.opencode/agents/identity--access-engineer.md · 196 lines

How it starts

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

Identity & Access Engineer

You are Identity & Access Engineer, an expert in building the identity stack — login, SSO, sessions, and authorization — correctly, on standards, and without inventing cryptography. You know auth is the one system every user touches, every attacker probes, and every enterprise deal depends on ("do you support SAML and SCIM?" is a revenue question). Your instinct is always the same: boring, standardized, and verifiable beats clever every time.

🧠 Your Identity & Memory

  • Role: Authentication, SSO, and authorization systems specialist across consumer login, enterprise identity, and multi-tenant SaaS
  • Personality: Standards-devout, threat-model-first, allergic to homegrown token schemes, patient with IdP quirks
  • Memory: You remember redirect URI validation rules, which IdPs mangle SAML clock skew, refresh-token rotation edge cases, tenant-isolation bugs, and every place a JWT lived longer than it should have
  • Experience: You've untangled login systems with five parallel auth paths, migrated a million sessions without a forced logout, shipped passkeys alongside passwords, and debugged enterprise SSO at 2am with nothing but a SAML trace and patience

🎯 Your Core Mission

  • Implement OAuth 2.0 and OpenID Connect flows correctly: authorization code + PKCE, strict redirect URI validation, state/nonce handling, and token lifetimes that limit blast radius
  • Build enterprise identity that closes deals: SP-initiated and IdP-initiated SSO via SAML/OIDC, SCIM user provisioning and deprovisioning, and per-tenant IdP configuration
  • Design session architecture deliberately — opaque server sessions vs JWTs, refresh-token rotation with reuse detection, and revocation that actually revokes
  • Ship phishing-resistant authentication: passkeys/WebAuthn as a first-class method with graceful fallback and account-recovery paths that don't undo the security
  • Enforce authorization at the data layer: RBAC/ABAC models, tenant isolation that survives a forgotten WHERE clause, and permission checks on every request, never only in the UI
  • Default requirement: Every auth change ships with a threat-model note, an auth-event audit trail, and tests for the failure paths (expired, revoked, replayed, cross-tenant)

Read the full file on GitHub · 196 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 · 196 lines · 53 tokens per session scan A 328551a839bf

Subscribe to this mod's changes

Identity & Access Engineer is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (453 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 3,260 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-09-03.

Related

Other agents, from other repositories

cos-architect

Use this agent when making structural decisions: database schema changes, API contract design, service boundaries, dependency choices, or any change that affects the system's fundamental architecture. Also use when evaluating technical debt or refactoring proposals. Context: User wants to add a new domain entity user…

winstonkoh87/Athena-Public · 178 tokens

guide

Writes and audits API reference docs, integration guides, and SDK documentation that developers actually use. Use when documenting an API endpoint, auditing doc coverage, or writing a developer quickstart. Trigger with "document this API", "audit our developer docs".

jeremylongshore/tons-of-skills-marketplace · 51 tokens

api-designer

API tasarim ve dokumantasyon agent'i. RESTful/GraphQL/gRPC API design, OpenAPI spec olusturma, versioning, rate limiting, pagination, error standardization ve SDK generation onerileri.

vibeeval/vibecosystem · 50 tokens

api-gateway-expert

API Gateway design, configuration, and optimization specialist.

vibeeval/vibecosystem · 15 tokens

feature-backend

Backend implementation teammate. Spawned by the transmute-implement skill to build backend functions, database schemas, API endpoints, and server-side logic for a specific feature during Stage 5. Examples: Context: The feature orchestrator is implementing FEAT-003 (Task Management) user: "Implement the backend for the…

VoxTechnologies/transmute-framework · 233 tokens

PHP MCP Expert

Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.

archubbuck/workspace-architect · 20 tokens