dupcheck
Installation
SKILL.md
Check for duplicate reports: $ARGUMENTS
- Determine the platform and program from
scope.yamlin the current directory. - Use
bounty-platformsMCP toolsearch_hacktivitywith platform, program, and "$ARGUMENTS" as the query. - Also search local findings:
uv run python3 $CLAUDE_PROJECT_DIR/tools/dedup_findings.py --stats --db findings.json - Read
hacktivity.mdif it exists and grep for related terms. - 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_writeupsMCP 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