Scope Check Simple banner
ArianHobson333 ArianHobson333

Scope Check Simple

Development community

Description

Verify whether $ARGUMENTS is in scope for the current bug bounty program. 1. Read the program-level `CLAUDE.md` (in `~/bounty/{program}/CLAUDE.md`) for the declared scope, out-of-scope list, and testing rules. 2. Resolve the input — if it's a URL, extract the hostname; if it's a hostname, check both the bare domain and wildcards. 3. Answer one of: - **IN SCOPE** — cite the matching scope entry, note any testing restrictions (no automated scanning, rate limits, etc.). - **OUT OF SCOPE** —

Installation

Installs to ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-scope-check-simple/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-scope-check-simple && curl -fsSL https://raw.githubusercontent.com/ArianHobson333/claude-bug-bounty-stack/HEAD/commands/scope-check-simple.md -o ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-scope-check-simple/SKILL.md

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

Full documentation available on GitHub

View Source Repository