corrie2/CodeSentinel — Risk Advisor & Ecosystem Auditor
PR risk assessment and impact analysis. Outputs a structured audit report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_url | Pull request URL (auto-detected in GitHub Actions) | no | "" |
| mimo_api_key | MiMo API key | no | "" |
| deepseek_api_key | DeepSeek API key | no | "" |
| github_token | GitHub token | no | ${{ github.token }} |
| format | Output format: markdown or json | no | markdown |
| skip_llm | Skip LLM deep review (faster, no API key needed) | no | false |
| rules | Custom rules TOML file path | no | "" |
| llm_provider | LLM provider: mimo, deepseek, or openai | no | mimo |
Outputs
| name | description |
|---|---|
| risk_level | Risk level: low, medium, or high |
| report_path | Path to the generated report |