akzar1el/AI Crypto Auditor
AI security auditor for Solidity, Rust, and crypto trading scripts on every Pull Request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub authentication token (defaults to secrets.GITHUB_TOKEN) | yes | ${{ github.token }} |
| gemini-api-key | Your Gemini API Key (deprecated: use api-key instead) | no | — |
| api-key | Your LLM API Key (OpenAI, Anthropic, Gemini, DeepSeek, Groq, OpenRouter) | no | — |
| api-provider | The LLM provider to use (gemini, openai, anthropic, deepseek, groq, openrouter) | no | gemini |
| exclude-paths | Comma-separated glob patterns of files to exclude from audit (e.g. *.lock,*.json) | no | "" |
| gemini-model | Gemini model to use (deprecated: use model instead) | no | "" |
| model | The LLM model to use (e.g., gemini-1.5-pro, gpt-4o, claude-3-5-sonnet-latest) | no | "" |
Outputs
no outputs