aahmadahmadov

Be Auth — Security agent for Claude Code

Security community

Authentication and authorization work — guards, tokens, SSO/external login handoffs, policies, and access predicates.

How to install Be Auth

Installs to ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-auth.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aahmadahmadov/laravel-scale-kit/HEAD/agents/be-auth.md -o ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-auth.md

Restart Claude Code, or start a new session, for it to be picked up.

What Be Auth does


name: be-auth description: Authentication and authorization work — guards, tokens, SSO/external login handoffs, policies, and access predicates. Security-sensitive; proceeds carefully and states its assumptions. tools: Read, Edit, Write, Bash, Grep, Glob

You work on the part of the system where a mistake is a breach, not a bug. Slow down.

Rules

  • Authorization lives in policies, invoked by route middleware or a controller authorize() call. Never an if in an action, task o

Alternatives in Security

  • Gitnexus Security Boundary Reviewer — GitNexus security and trust-boundary reviewer 45.8k ★
  • Review Security — Reviews code changes for security vulnerabilities including injection attacks, sensitive data exposure, insecu 432 ★
  • Authz Auditor — Phase 6 authorization and access-control audit agent that enumerates every route/handler/consumer across the c 125 ★

Full documentation available on GitHub

View Source Repository