hacktivity-check

Scans HackerOne hacktivity and disclosed reports to detect duplicate vulnerability patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/overtimepog/greyhatcc --skill hacktivity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hacktivity-check
Source: https://github.com/overtimepog/greyhatcc/tree/main/skills/hacktivity-check
Command: npx skills add https://github.com/overtimepog/greyhatcc --skill hacktivity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents you from submitting duplicate bug bounty reports by checking HackerOne's hacktivity and disclosed reports, saving you time and protecting your reputation.

Core Features & Use Cases

  • Duplicate Detection: Scans HackerOne for similar findings before you submit.
  • Risk Assessment: Provides a dupe risk level (HIGH/MEDIUM/LOW/CLEAR).
  • Recommendation: Suggests whether to submit, not submit, or differentiate your finding.
  • Use Case: Before submitting a potential vulnerability, run this skill with the program name and finding description to see if a similar report has already been disclosed.

Quick Start

Check for duplicate findings for the 'example-program' with a description of 'Stored XSS in user profile'.

Frequently Asked Questions about hacktivity-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for duplicate bug bounty reports on HackerOne before submitting?

To check for duplicate bug bounty reports on HackerOne, provide your program name and vulnerability description. The tool scrapes disclosed hacktivity reports and analyzes historical data to detect duplicate vulnerability patterns.

What is the best way to avoid duplicate vulnerability submissions in security research?

The best way to avoid duplicate vulnerability submissions is to scan historical disclosed reports before filing. This process matches your finding against existing data to prevent wasted submissions and protect your reputation.

Can I use HackerOne API and web search to detect duplicate vulnerability patterns?

Yes, you can detect duplicate vulnerability patterns using the HackerOne API, web search, and Playwright. These integrations perform comprehensive checks against historical disclosed reports to identify matching findings.

How do I assess the risk level of a duplicate bug bounty finding?

You assess the risk level of a duplicate finding by analyzing your vulnerability description against historical disclosed reports. The analysis generates a dupe risk level of HIGH, MEDIUM, LOW, or CLEAR to guide your submission.

Should I submit a bug bounty report if a similar vulnerability has already been disclosed?

If a similar vulnerability is already disclosed, you should evaluate the generated recommendation to submit, not submit, or differentiate your finding. This prevents wasted submissions and potential reputation damage from duplicates.

Does duplicate detection for HackerOne hacktivity work with specific program names and finding descriptions?

Yes, duplicate detection for HackerOne hacktivity works when you input the specific program name and a detailed finding description, such as Stored XSS in a user profile, to accurately scan for similar disclosed reports.