원클릭으로
hack-scope
Use when starting a bug bounty or security assessment. Reads VDP target information to gather scope details and plan the engagement.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when starting a bug bounty or security assessment. Reads VDP target information to gather scope details and plan the engagement.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write commit messages that capture judgment and decision-making, not just change descriptions. Use when the user wants to elevate their commit history from a log to a record of reasoning, trade-offs, and context.
Debug assistant for error analysis, log interpretation, and performance profiling. Use when user encounters errors, crashes, or performance issues.
Git workflow assistant for branching, commits, PRs, and conflict resolution. Use when user asks about git strategy, branch management, or PR workflow.
Detect project type and generate .pi/ configuration. Use when setting up pi for a new project or when user asks to initialize pi config.
Fetch a web page and extract readable text content. Use when user needs to retrieve or read a web page.
Web search via DuckDuckGo. Use when the user needs to look up current information online.
| name | hack-scope |
| description | Use when starting a bug bounty or security assessment. Reads VDP target information to gather scope details and plan the engagement. |
Analyze Vulnerability Disclosure Program (VDP) targets to extract scope boundaries and plan your attack strategy.
Use for:
NOT for:
Read VDP Document
Parse Scope
IN-SCOPE:
- Domains: *.target.com, api.target.com
- Applications: Mobile apps, web apps
- APIs: REST, GraphQL endpoints
- Infrastructure: Specific IP ranges
OUT-OF-SCOPE:
- Third-party services
- Physical security
- Social engineering
- DoS/DDoS attacks
Identify Constraints
Plan Approach
# Scope Analysis: [Target Name]
## Program Details
- URL: [VDP link]
- Contact: [security@target.com]
- Safe Harbor: [Yes/No]
## In-Scope
- Domains: [list]
- Applications: [list]
- APIs: [list]
- Infrastructure: [IP ranges]
## Out-of-Scope
- [List explicit exclusions]
## Attack Surface Map
- [Prioritized list of targets to test]
## Constraints
- Rate limit: [X req/min]
- Testing window: [if any]
- Max severity: [if capped]