Search bug bounty programmes
search_programsFind active bug bounty programmes by free-text query, organization, or reward range. Returns paginated summaries; use get_program for full scope and rules.
Instructions
Search the public BugSecure catalogue of active bug bounty programmes. Filter by free-text query, organization or reward range; results are paginated with limit/offset. Returns summaries only — call get_program with an id for scope, rules and the reward grid. invited: true lists instead the private programmes the user was invited to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1–50). | |
| query | No | Free-text search over programme titles and descriptions. | |
| offset | No | Results to skip. | |
| invited | No | List the private programmes you were invited to (no other filter applies). | |
| maxReward | No | Only programmes whose reward grid pays at most this much. | |
| minReward | No | Only programmes whose reward grid pays at least this much. | |
| organizationId | No | Only programmes run by this organisation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| programs | No | ||
| nextOffset | No | Next page’s `offset`; null on the last page. |