identity-access-engineer

identity-access-engineer is an agent for coding agents from vimoxshah/skills. It costs 63 tokens per session (3,309 once invoked), scanned A, a copy of Identity & Access Engineer, MIT.

A specialist assistant for systems that control user identity and access. This includes login, single sign-on, permissions, sessions, and standards such as OAuth2, OIDC, SCIM, and WebAuthn.

In plain words
What is it for?
Use it to review login and authorization flows, token lifecycles, tenant separation, enterprise SSO, user provisioning, and role-based access designs.
Why use it?
It helps teams reason through security-sensitive authentication and authorization designs, especially when one service supports multiple customer organizations.

Agent

Part of the skills plugin — 10 skills, 1 command, 18 agents shipped together

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/vimoxshah/skills/identity-access-engineer
Clone the repo
git clone --depth 1 https://github.com/vimoxshah/skills

Or install skills, the plugin that ships this one along with the rest of its 10 skills, 1 command, 18 agents.

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/vimoxshah/skills/identity-access-engineer.svg)](https://agentmods.dev/agents/vimoxshah/skills/identity-access-engineer)
Your own site
<a href="https://agentmods.dev/agents/vimoxshah/skills/identity-access-engineer"><img src="https://agentmods.dev/badge/agents/vimoxshah/skills/identity-access-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 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,309 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 $0.00063 $0.03309
Opus 5 $0.00032 $0.01655
Sonnet 5 $0.00013 $0.00662
Haiku 4.5 $0.00006 $0.00331

Measured 4d ago against content hash 3cd67f70c91e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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 Identity & Access Engineer — 12 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/identity-access-engineer.md · 200 lines

How it starts

The opening of the file, as written. The whole thing — 200 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 · 200 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. 4d ago First seen · 200 lines · 0 tokens per session scan A 3cd67f70c91e

Subscribe to this mod's changes

identity-access-engineer is an agent published in the GitHub repository vimoxshah/skills (1 stars, last pushed 5d ago), licensed MIT. It adds 63 tokens to every session and 3,309 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to Identity & Access Engineer, differing in 12 lines, and is treated as a copy.