skwp/PR Security Review GPT
Automate security reviews of pull requests using OpenAPI GPT models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| api-key | OpenAPI GPT API key | yes | — |
| api-endpoint | Custom OpenAPI endpoint | no | https://api.openai.com/v1/chat/completions |
| model | GPT model to use | no | gpt-3.5-turbo |
| instructions | Custom instructions for GPT | no | Analyze this code diff for security vulnerabilities such as SQL injection, XSS, CSRF, insecure dependencies, hardcoded secrets, or insecure configurations. Focus only on security issues. Provide specific feedback with examples from the code and suggest fixes. Format your response with markdown. |
| max-tokens | Maximum tokens in GPT response | no | 2048 |
Outputs
no outputs