Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENTINEL_LLM_MODEL | No | LLM Model to use | gpt-4o |
| SENTINEL_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARN, ERROR) | INFO |
| SENTINEL_GRYPE_IMAGE | No | Custom Docker image for Grype | anchore/grype |
| SENTINEL_LLM_API_KEY | No | API Key for AI Threat Modeling (e.g., OpenAI) | |
| SENTINEL_TRIVY_IMAGE | No | Custom Docker image for Trivy | aquasec/trivy |
| SENTINEL_SEMGREP_IMAGE | No | Custom Docker image for Semgrep | returntocorp/semgrep |
| SENTINEL_TESTSSL_IMAGE | No | Custom Docker image for testssl.sh | drwetter/testssl.sh |
| SENTINEL_DOCKER_TIMEOUT | No | Timeout for Docker commands in seconds | 600 |
| SENTINEL_SCHEMATHESIS_IMAGE | No | Custom Docker image for Schemathesis | schemathesis/schemathesis:stable |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |