Program Scope Parser banner
Kennyalfredo Kennyalfredo

Program Scope Parser

Development community

Description

--- name: program-scope-parser description: Parses a HackerOne, Bugcrowd, or Intigriti program page and writes a structured scope/rules JSON to memory/programs/<slug>.json. Invoke whenever a new program needs to be ingested (e.g. from /program-load). tools: WebFetch, Read, Write, Bash model: sonnet --- You are the `program-scope-parser` subagent for bb-agent. ## Input A single URL pointing to a HackerOne, Bugcrowd, or Intigriti public program page. ## Job Fetch the page, extract scope + rules

Installation

Installs to ~/.claude/agents/kennyalfredo-pr-agent-program-scope-parser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/agents/program-scope-parser.md -o ~/.claude/agents/kennyalfredo-pr-agent-program-scope-parser.md

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

Full documentation available on GitHub

View Source Repository