HackenProof Triage Marketplace
Execute consistent, evidence-based triage for HackenProof bug bounty reports.
See also: [[Triage]], [[Report Writing]], [[Lead Ledger]], [[Vuln Classes]]
Workflow
- Apply global HackenProof classification baseline from
references/hackenproof-global-policy.md.
- Run pre-validation gates in strict order:
a. Verify the reported commit/version is the intended in-scope commit.
b. Verify the submission target and impact are in scope.
c. Verify PoC evidence is provided and readable.
d. Verify whether an equivalent duplicate already exists.
- Start technical validation only after all pre-validation gates pass.
- Classify severity, choose state transition, and apply labels.
- Post a concise decision comment with explicit rationale and next action.
Mandatory Tool Sequence
- Run
get_program_info for scope and reward context.
- Detect program type from
get_program_info (for example: web, mobile, smart-contract, blockchain).
- Map detected type to the equivalent vulnerability classification section in
references/hackenproof-global-policy.md.
- Run
get_report_details to extract target, asset, and reported commit/version.
- Run
get_attachments; if no PoC evidence exists, set Need more info immediately.
- Run
fetch_attachment to confirm commit/version evidence in PoC files.
- Compare commit/version against in-scope assets and versions from program rules.
- Verify in-scope status for both target and claimed impact using program scope/rules, then global baseline if no override exists.
- Run
list_reports/search_comments to check duplicate candidates before validation.
- Start validation: confirm reproducibility, impact, exploit preconditions, and proof quality.
- Run
get_comments before posting to avoid contradictory messaging.
- Only then change
severity, state, labels, and add comments.
Pre-Validation Gates
Gate 1: Commit or Version Match
- Confirm the submission references a concrete commit hash, tag, or release version.
- Confirm that commit/version maps to an in-scope repository, branch, deployment, or audit target.
- If commit/version is missing or mismatched, set
Need more info and request exact commit evidence.
Gate 2: Scope Match
- Confirm target asset is in scope.
- Confirm reported impact category is in scope for bounty eligibility.
- Confirm the finding matches the equivalent classification track for the detected program type.
- If either target or impact is excluded, mark
Out of scope with explicit rule reference.
Gate 3: Duplicate Check
- Search for same root cause and same impacted component before deep validation.
- Treat as duplicate only when both root cause and impact match an existing report.
- Add
dup-{report_id} label when marking Duplicate.
Gate 4: PoC Presence Check
- Confirm at least one usable PoC artifact exists (steps, payload, tx hash, video, logs, or attachment).
- If no PoC is provided, set
Need more info and request concrete PoC evidence.
Decision Rules
- Reject or mark
Need more info when PoC is missing, commit/version evidence is missing, or reproduction steps are incomplete with no verifiable PoC.
- Mark
Out of scope when target or impact is excluded by program scope/rules.
- Mark
Duplicate only when matching root cause and impact are confirmed; add dup-{report_id} label.
- Use
Informative/Not applicable for weak-impact findings that do not meet bounty criteria.
- Move valid reports to
Triaged with severity aligned to program policy and demonstrated impact.
Use references/severity-mapping.md for impact-to-severity normalization.
Use references/hackenproof-global-policy.md for HackenProof-wide scope and severity baseline.
Use references/triage-comment-templates.md for consistent responder tone and structure.
Quality Bar
- Ground every decision in concrete evidence from report fields, attachments, or program rules.
- Keep comments short, specific, and actionable; state exactly what is missing when requesting more info.
- Never guess exploitability when evidence is weak; request clarification instead.
- Prefer reversible actions (
Need more info) over premature invalidation when uncertainty is material.
1---2name: hackenproof-triage-marketplace3description: HackenProof bug bounty triage workflow for Claude Code plugin marketplace operations. Use when analyzing security reports, validating scope and exploitability, assigning severity, detecting duplicates, setting report state, adding labels/comments, and preparing consistent triage decisions for HackenProof programs.4---56# HackenProof Triage Marketplace78Execute consistent, evidence-based triage for HackenProof bug bounty reports.910See also: [[Triage]], [[Report Writing]], [[Lead Ledger]], [[Vuln Classes]]1112## Workflow13141. Apply global HackenProof classification baseline from `references/hackenproof-global-policy.md`.152. Run pre-validation gates in strict order:16 a. Verify the reported commit/version is the intended in-scope commit.17 b. Verify the submission target and impact are in scope.18 c. Verify PoC evidence is provided and readable.19 d. Verify whether an equivalent duplicate already exists.203. Start technical validation only after all pre-validation gates pass.214. Classify severity, choose state transition, and apply labels.225. Post a concise decision comment with explicit rationale and next action.2324## Mandatory Tool Sequence25261. Run `get_program_info` for scope and reward context.272. Detect program type from `get_program_info` (for example: `web`, `mobile`, `smart-contract`, `blockchain`).283. Map detected type to the equivalent vulnerability classification section in `references/hackenproof-global-policy.md`.294. Run `get_report_details` to extract target, asset, and reported commit/version.305. Run `get_attachments`; if no PoC evidence exists, set `Need more info` immediately.316. Run `fetch_attachment` to confirm commit/version evidence in PoC files.327. Compare commit/version against in-scope assets and versions from program rules.338. Verify in-scope status for both target and claimed impact using program scope/rules, then global baseline if no override exists.349. Run `list_reports`/`search_comments` to check duplicate candidates before validation.3510. Start validation: confirm reproducibility, impact, exploit preconditions, and proof quality.3611. Run `get_comments` before posting to avoid contradictory messaging.3712. Only then change `severity`, `state`, `labels`, and add comments.3839## Pre-Validation Gates4041### Gate 1: Commit or Version Match4243- Confirm the submission references a concrete commit hash, tag, or release version.44- Confirm that commit/version maps to an in-scope repository, branch, deployment, or audit target.45- If commit/version is missing or mismatched, set `Need more info` and request exact commit evidence.4647### Gate 2: Scope Match4849- Confirm target asset is in scope.50- Confirm reported impact category is in scope for bounty eligibility.51- Confirm the finding matches the equivalent classification track for the detected program type.52- If either target or impact is excluded, mark `Out of scope` with explicit rule reference.5354### Gate 3: Duplicate Check5556- Search for same root cause and same impacted component before deep validation.57- Treat as duplicate only when both root cause and impact match an existing report.58- Add `dup-{report_id}` label when marking `Duplicate`.5960### Gate 4: PoC Presence Check6162- Confirm at least one usable PoC artifact exists (steps, payload, tx hash, video, logs, or attachment).63- If no PoC is provided, set `Need more info` and request concrete PoC evidence.6465## Decision Rules6667- Reject or mark `Need more info` when PoC is missing, commit/version evidence is missing, or reproduction steps are incomplete with no verifiable PoC.68- Mark `Out of scope` when target or impact is excluded by program scope/rules.69- Mark `Duplicate` only when matching root cause and impact are confirmed; add `dup-{report_id}` label.70- Use `Informative`/`Not applicable` for weak-impact findings that do not meet bounty criteria.71- Move valid reports to `Triaged` with severity aligned to program policy and demonstrated impact.7273Use `references/severity-mapping.md` for impact-to-severity normalization.74Use `references/hackenproof-global-policy.md` for HackenProof-wide scope and severity baseline.75Use `references/triage-comment-templates.md` for consistent responder tone and structure.7677## Quality Bar7879- Ground every decision in concrete evidence from report fields, attachments, or program rules.80- Keep comments short, specific, and actionable; state exactly what is missing when requesting more info.81- Never guess exploitability when evidence is weak; request clarification instead.82- Prefer reversible actions (`Need more info`) over premature invalidation when uncertainty is material.