bt-diana

Rs React Security Check — Security agent for Claude Code

Security community

Subagent of rs-school-react-pr-reviewer.

How to install Rs React Security Check

Installs to ~/.claude/agents/bt-diana-claude-pr-review-toolkit-rs-react-security-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bt-diana/claude-pr-review-toolkit/HEAD/.claude/agents/rs-react-security-check.md -o ~/.claude/agents/bt-diana-claude-pr-review-toolkit-rs-react-security-check.md

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

What Rs React Security Check does


name: "rs-react-security-check" description: "Subagent of rs-school-react-pr-reviewer. Runs the built-in `security-review` skill against the mentee's PR diff to find real security problems (XSS via dangerouslySetInnerHTML, unsafe URL/protocol handling, secret leakage, unsafe deserialization, injection). Writes line-anchored findings to a Comments JSON file (it does NOT post to the PR) and returns the rest as a flat bullet list (or 'No issues found.'). Its findings are NON-scoring (Additional

Alternatives in Security

Full documentation available on GitHub

View Source Repository