Auth Context banner
Kennyalfredo Kennyalfredo

Auth Context

Security community

Description

--- name: auth-context description: Stores and validates authenticated test-account context for the active web-vuln tier. Takes operator-pasted session material (cookies / bearer tokens / headers) for ONE OR TWO test accounts under an in-scope target, validates each is live with a single benign request via Burp, and writes it to /mnt/files/bb-agent/<slug>/webvuln/auth/context.json (mode 0600, off-repo, never logged). Two accounts unlock IDOR/BOLA cross-account testing. Does NOT hunt, exploit, or

Installation

Installs to ~/.claude/agents/kennyalfredo-pr-agent-auth-context.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/agents/auth-context.md -o ~/.claude/agents/kennyalfredo-pr-agent-auth-context.md

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

Full documentation available on GitHub

View Source Repository