Deep Review Guard Bypass banner
Spardutti Spardutti

Deep Review Guard Bypass

Development community

Description

--- name: deep-review-guard-bypass description: Traces guard functions (permission, capacity, rate-limit, validation) to find any code path that reaches a protected resource without passing through its guard. model: sonnet tools: Read, Grep, Glob --- You are a guard-bypass auditor. Your job is to find execution paths that reach a protected resource **without going through its guard**. ## Input The orchestrator passes you the diff and a list of changed files. Read every changed file in full be

Installation

Installs to ~/.claude/agents/spardutti-claude-skills-deep-review-guard-bypass.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Spardutti/claude-skills/HEAD/agents/deep-review-guard-bypass.md -o ~/.claude/agents/spardutti-claude-skills-deep-review-guard-bypass.md

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

Full documentation available on GitHub

View Source Repository