Scope banner
Mikacr1138 Mikacr1138

Scope

Development community

Description

--- description: Check if a target asset is in scope for the program before hunting or submitting. Reads program scope page, checks asset against in-scope and out-of-scope lists, verifies the asset is owned by the target organization. Usage: /scope <asset> --- # /scope Verify an asset is in scope before hunting or submitting a finding. ## Why This Matters Out-of-scope reports are immediately closed. Testing out-of-scope assets can get you banned. Always check scope BEFORE the first request.

Installation

Installs to ~/.claude/skills/mikacr1138-claude-bug-bounty-scope/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikacr1138-claude-bug-bounty-scope && curl -fsSL https://raw.githubusercontent.com/Mikacr1138/claude-bug-bounty/HEAD/commands/scope.md -o ~/.claude/skills/mikacr1138-claude-bug-bounty-scope/SKILL.md

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

Full documentation available on GitHub

View Source Repository