npx claudepluginhub overtimepog/greyhatcc --plugin greyhatccshow | add <asset> <vuln-class>Invoke the greyhatcc:tested-tracker skill with: {{ARGUMENTS}}
Usage:
/greyhatcc:tested show - Show what has been tested/greyhatcc:tested gaps - Show untested endpoints and vuln classes/greyhatcc:tested check /api/users sqli - Check if already testedWhen an active hunt exists (hunt-state/), coverage data is read from and written to
hunt-state/coverage.json in structured JSON format. Otherwise falls back to the
legacy bug_bounty/<program>/tested.json format.
Tracks testing coverage to ensure no endpoint or vulnerability class is missed:
Coverage Matrix:
Operations:
show - Display the full coverage matrix with color-coded statusgaps - List untested endpoint/vuln-class combinations prioritized by riskadd <asset> <vuln-class> - Mark an endpoint as tested for a specific vuln classcheck <asset> <vuln-class> - Query whether a specific combination was testedstats - Show overall coverage percentage and testing velocityAutomatic Tracking:
/findings marks its endpoint and vuln class as testedGap Analysis: