auth-and-authorization-patterns

auth-and-authorization-patterns is a skill for Claude Code, Codex from aiming-lab/MetaClaw. It costs 47 tokens per session (255 once invoked), scanned A, original, MIT.

A set of guidelines for adding login and permission checks to software. Authentication verifies who someone is, while authorization controls what they may do.

In plain words
What is it for?
Use it when building login flows, JWT or OAuth2 token handling, user sessions, multi-factor authentication, or role-based permissions.
Why use it?
It helps avoid unsafe login systems, weak password storage, unchecked permissions, and poorly handled sessions or access tokens.

Skill for Claude CodeCodex

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

Good fit Use it when building login flows, JWT or OAuth2 token handling, user sessions, multi-factor authentication, or role-based permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiming-lab/metaclaw/auth-and-authorization-patterns
About the project

MetaClaw is an AI-agent system that learns from conversations and evolves its behavior over time. It provides memory and learning modes for users who want an agent that adapts across interactions, with support for multiple claw-based agent projects.

aiming-lab/MetaClaw · 3,496 stars · on GitHub · arxiv.org

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 aiming-lab/MetaClaw --skill auth-and-authorization-patterns
Clone the repo
git clone --depth 1 https://github.com/aiming-lab/MetaClaw

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 auth-and-authorization-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiming-lab/metaclaw/auth-and-authorization-patterns.svg)](https://agentmods.dev/skills/aiming-lab/metaclaw/auth-and-authorization-patterns)
Your own site
<a href="https://agentmods.dev/skills/aiming-lab/metaclaw/auth-and-authorization-patterns"><img src="https://agentmods.dev/badge/skills/aiming-lab/metaclaw/auth-and-authorization-patterns.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00047 $0.00255
Opus 5 $0.00023 $0.00128
Sonnet 5 $0.00009 $0.00051
Haiku 4.5 $0.00005 $0.00026

Measured 8d ago against content hash 94970a377169, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

auth-and-authorization-patterns 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 8d 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.

memory_data/skills/auth-and-authorization-patterns/SKILL.md · 27 lines

What it actually says

Auth & Authorization Patterns

Authentication (who are you?):

  • Use a battle-tested library — do not roll your own crypto.
  • Hash passwords with bcrypt/argon2; never MD5/SHA1 for passwords.
  • Use short-lived JWTs (15–60 min) with refresh tokens; store refresh tokens securely.
  • Implement MFA for sensitive operations.

Authorization (what can you do?):

  • Check authorization on every request, not just at login.
  • Enforce RBAC or ABAC at the service layer, not the UI.
  • Apply principle of least privilege: grant minimal permissions needed.

OAuth2 / OIDC:

  • Use the Authorization Code flow with PKCE for user-facing apps.
  • Validate iss, aud, exp, and nonce claims on every token.

Session management:

  • Regenerate session ID after login (session fixation prevention).
  • Set HttpOnly and Secure flags on session cookies.
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. 8d ago First seen · 27 lines · 47 tokens per session scan A 94970a377169

Subscribe to this mod's changes

auth-and-authorization-patterns is a skill published in the GitHub repository aiming-lab/MetaClaw (3,496 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 255 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-30.

Related

Other skills, from other repositories

langbot-eba-adapter-dev

Build, refactor, and test LangBot platform adapters for the Event-Based Agents architecture. Use when adding or migrating Telegram, Discord, or other messaging platform adapters to the EBA adapter layout, validating unified event/message conversion, writing live adapter probes, or using standalone plugin runtime plus…

langbot-app/LangBot · 73 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

browserwing-executor

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.

MemTensor/MemOS · 42 tokens

data-leakage-detection

Detect sensitive information disclosure via escalating dialogue probes. Covers system prompt extraction, credential/API key leakage, PII, and internal configuration exposure.

Tencent/AI-Infra-Guard · 34 tokens

llama-factory

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support.

davila7/claude-code-templates · 51 tokens

tinker-fine-tuning

Provides guidance for fine-tuning LLMs using the Tinker cloud training API from Thinking Machines Lab. Use when running supervised fine-tuning, reinforcement learning (GRPO/PPO), or LoRA training on cloud GPUs via Tinker's managed infrastructure instead of local compute.

synthetic-sciences/openscience · 62 tokens