protocol-security/Ethereum Security Reviewer
Automated security review of pull requests using LLMs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for accessing PR content | yes | — |
| llm-provider | LLM provider to use (anthropic or openai) | yes | anthropic |
| anthropic-api-key | Anthropic API key for Claude access | yes | — |
| openai-api-key | OpenAI API key for GPT access | no | — |
| claude-model | Specific Claude model to use | no | claude-sonnet-4-6 |
| gpt-model | Specific GPT model to use (default: gpt-4.1) | no | gpt-4.1 |
| docs-dir | Directory containing vulnerability documentation | no | — |
| voyage-api-key | Voyage AI API key for embeddings (required for Claude with docs-dir) | no | — |
| voyage-model | Voyage AI model to use | no | voyage-3-large |
Outputs
no outputs