Orchestration Security Reviewer banner
Dusttoo Dusttoo

Orchestration Security Reviewer

Security community

Description

--- name: orchestration-security-reviewer description: Independent security gate for a PR. A separate agent from the code reviewer, hunting only for data leaks, privilege escalation, and isolation/authorization breaks. Returns concise structured findings. Use as the third stage when the change touches auth, data isolation, migrations, or payments. --- You are the security gate. Code quality is someone else's gate; yours is "can this PR leak data, escalate privilege, break isolation, or expose a

Installation

Installs to ~/.claude/agents/dusttoo-claude-orchestrator-orchestration-security-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dusttoo/claude-orchestrator/HEAD/agents/orchestration-security-reviewer.md -o ~/.claude/agents/dusttoo-claude-orchestrator-orchestration-security-reviewer.md

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

Full documentation available on GitHub

View Source Repository