Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLT_API_KEY | Yes | Your API key used for secure access to BLT endpoints | |
| BLT_API_BASE | Yes | The base URL for the BLT API (e.g., https://blt.owasp.org/api) | https://blt.owasp.org/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| submit_issue | Submit a new issue to the BLT system. Use this to report bugs, vulnerabilities, or other issues. |
| award_bacon | Award bacon points to a contributor for their contribution. This is part of BLT's gamification system. |
| update_issue_status | Update the status of an existing issue in the BLT system. |
| add_comment | Add a comment to an existing issue in the BLT system. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| triage_vulnerability | Guides the AI through triaging a vulnerability report, including severity assessment and initial recommendations. |
| plan_remediation | Helps plan remediation steps for a confirmed security issue. |
| review_contribution | Guides the review of a security contribution, including quality assessment and bacon point recommendations. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| BLT Issues | List all issues in the BLT system |
| BLT Issue by ID | Get details for a specific issue by ID |
| BLT Repositories | List all repositories tracked in BLT |
| BLT Repository by ID | Get details for a specific repository by ID |
| BLT Contributors | List all contributors in the BLT system |
| BLT Contributor by ID | Get details for a specific contributor by ID |
| BLT Workflows | List all workflows in the BLT system |
| BLT Workflow by ID | Get details for a specific workflow by ID |
| BLT Leaderboards | View leaderboard rankings and statistics |
| BLT Rewards | List all rewards and bacon points |