Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_HOST | No | Redis host for caching (optional) | localhost |
| REDIS_PORT | No | Redis port for caching (optional) | 6379 |
| POSTGRES_DB | Yes | PostgreSQL database name | bugbounty |
| ZAP_API_URL | No | OWASP ZAP API URL | http://localhost:8081 |
| POSTGRES_HOST | Yes | PostgreSQL database host | localhost |
| POSTGRES_PORT | Yes | PostgreSQL database port | 5433 |
| POSTGRES_USER | Yes | PostgreSQL database user | postgres |
| CAIDO_API_TOKEN | No | Caido API token for traffic analysis integration | |
| POSTGRES_PASSWORD | Yes | PostgreSQL database password |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |