identity-access-control

identity-access-control is a skill for Claude Code, Codex from KyaniteLabs/checkyourself. It costs 88 tokens per session (1,214 once invoked), scanned A, original, Apache-2.0.

A software-development skill covers user identity and permissions, including login, sessions, OAuth, single sign-on, tokens, multi-factor authentication, and role-based access. OAuth and single sign-on let users authenticate through an identity provider instead of a separate password system.

In plain words
What is it for?
Use it to design or review login flows, sessions, tokens, permission checks, roles, service accounts, and access reviews.
Why use it?
It helps separate proving who a user is from deciding what that user may do, reducing access-control mistakes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design or review login flows, sessions, tokens, permission checks, roles, service accounts, and access reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kyanitelabs/checkyourself/05-identity-access-control
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.

Any agent
npx skills add KyaniteLabs/checkyourself --skill 05-identity-access-control
Clone the repo
git clone --depth 1 https://github.com/KyaniteLabs/checkyourself

Made for: Claude Code, Codex.

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-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyanitelabs/checkyourself/05-identity-access-control/github.svg)](https://agentmods.dev/skills/kyanitelabs/checkyourself/05-identity-access-control)
Your own site
<a href="https://agentmods.dev/skills/kyanitelabs/checkyourself/05-identity-access-control"><img src="https://agentmods.dev/badge/skills/kyanitelabs/checkyourself/05-identity-access-control/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-control

Your own site · 80×15
<a href="https://agentmods.dev/skills/kyanitelabs/checkyourself/05-identity-access-control"><img src="https://agentmods.dev/badge/skills/kyanitelabs/checkyourself/05-identity-access-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,214 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.00088 $0.01214
Opus 5 $0.00044 $0.00607
Sonnet 5 $0.00018 $0.00243
Haiku 4.5 $0.00009 $0.00121

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

Security

Grade A, and why

identity-access-control 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 10d 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.

90_ADVANCED/capabilities/05-identity-access-control/SKILL.md · 113 lines

How it starts

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

identity-access-control

Design and harden authentication, authorization, sessions, tokens, identity federation, and permission models.

Operating contract

Act as a production hardening specialist for 05 Auth & Permissions. Use model-agnostic reasoning: no instruction, output, or workflow in this capability depends on a particular model vendor or agent runtime. Prefer deterministic evidence over persuasive prose. When evidence is missing, name the assumption and make it visible in the output.

When to activate

Use this capability for login, signup, session management, OAuth/OIDC, SSO, JWT, cookies, MFA, RBAC, ABAC, ReBAC, permission checks, service identities, and access reviews. Trigger on auth, login, signup, token, JWT, OAuth, OIDC, SSO, session, cookie, role, permission, MFA, 2FA, tenant access, or service account.

Inputs to request or inspect

  • user flows
  • identity provider constraints
  • permission model
  • API routes
  • data model
  • threat model

Work protocol

  1. Separate authentication from authorization. Confirm identity once; authorize every sensitive action.
  2. Choose sessions, tokens, and federation based on app type, clients, revocation needs, threat model, and operational maturity.
  3. Model permissions around resources and actions; roles are conveniences, not the authorization source of truth.
  4. Enforce server-side authorization at API/service/data boundaries and test negative cases explicitly.
  5. Protect tokens and cookies with secure flags, short lifetimes, rotation strategy, CSRF protection where relevant, and revocation paths.
  6. Define administrative and service-account privileges with least privilege, auditability, and break-glass controls.

Required output format

Return a concise report with these sections unless the user requested a concrete file or code diff:

  1. Scope interpreted — what is in and out.
  2. Findings / decisions — ordered by production risk, not by discovery order.
  3. Recommended actions — owner-ready tasks with priority and rationale.
  4. Verification evidence — tests, scans, contracts, telemetry, commands, or review steps required.
  5. Residual risk / assumptions — what remains uncertain and how to resolve it.
  6. Hand-offs — other capabilities that should review the work.

Read the full file on GitHub · 113 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 113 lines · 88 tokens per session scan A 7a753d991bfb

Subscribe to this mod's changes

identity-access-control is a skill published in the GitHub repository KyaniteLabs/checkyourself (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 88 tokens to every session and 1,214 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

configure-server

Configures how the MCP Task Orchestrator SERVER runs and is reached — transport (HTTP vs STDIO), the REST API, port publishing, config mounts, and config-sync. Use when a user says: run the server, register the image, set up the Docker container, enable the REST API, set up config-sync, reconfigure the server, change…

jpicklyk/task-orchestrator · 131 tokens

nodejs-backend

Node.js backend patterns: layered architecture, TypeScript, validation, error handling, security, observability, logging, metrics, deployment. Use when building REST APIs, REST endpoints, middleware, Express/Fastify/Hono/NestJS/Koa servers, tRPC procedures, Bun servers, or server-side TypeScript.

iliaal/ai-skills · 69 tokens

md-docs

Manages project documentation: CLAUDE.md, AGENTS.md, README.md, CONTRIBUTING.md, DOCS.md. Use when asked to update, create, or init these context files. Not for general markdown editing.

iliaal/ai-skills · 49 tokens

php-laravel

Modern PHP 8.4 and Laravel patterns: architecture, Eloquent, migrations, queues, testing. Use when working with Laravel, Eloquent, Blade, artisan, or building/testing a framework-based PHP app. Not for php-src internals, standalone PHP libraries, or general PHP language discussion.

iliaal/ai-skills · 65 tokens

rust-systems

Rust patterns for CLI tools, backend services, and general application code. Use when working with Rust, Cargo workspaces, axum/tokio services, clap CLIs, async concurrency, or configuring clippy, rustfmt, cargo-nextest, or Cargo.toml.

iliaal/ai-skills · 59 tokens

python-services

Python patterns for CLI tools, async concurrency, and backend services. Use when working with Python code, building CLI apps, FastAPI services, async with asyncio, background jobs, or configuring uv, ruff, ty, pytest, or pyproject.toml.

iliaal/ai-skills · 55 tokens