dupcheck

Installation
SKILL.md

Check for duplicate reports: $ARGUMENTS

  1. Determine the platform and program from scope.yaml in the current directory.
  2. Use bounty-platforms MCP tool search_hacktivity with platform, program, and "$ARGUMENTS" as the query.
  3. Also search local findings: uv run python3 $CLAUDE_PROJECT_DIR/tools/dedup_findings.py --stats --db findings.json
  4. Read hacktivity.md if it exists and grep for related terms.
  5. Report:
    • Exact or near matches from hacktivity (potential duplicates)
    • Related reports that might overlap
    • If the area appears heavily reported (high duplicate risk)
    • Verdict: likely unique, possible duplicate, or high duplicate risk

Writeup Cross-Reference (if writeup-search MCP is available)

After checking local findings, also search the writeup database:

  • Use search_writeups MCP tool with " "
  • If similar writeups exist, assess whether your finding is novel or a known pattern
  • Mention relevant prior art in the "Known Techniques" section of the report

Top-Tier Duplicate Analysis

Installs
16
GitHub Stars
812
First Seen
May 10, 2026
dupcheck — h-mmer/pentest-agents