wolffm/vibecheck-scan
Unified static analysis with intelligent issue creation for AI-driven development
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cadence | Analysis cadence: daily, weekly, or monthly | no | weekly |
| severity_threshold | Minimum severity for issues: critical, high, medium, low, info | no | medium |
| confidence_threshold | Minimum confidence for issues: high, medium, low | no | low |
| skip_issues | Skip GitHub issue creation/updates | no | false |
| config_path | Path to vibecheck.yml config file | no | vibecheck.yml |
| github_token | GitHub token for issue management | yes | — |
| create_config_pr | Create a PR with generated config files (.trunk/, etc.) if they don't exist. Requires contents:write and pull-requests:write permissions. | no | false |
| autofix_prs | Create PRs for findings with safe autofixes (ESLint formatting, Ruff style). Requires contents:write and pull-requests:write permissions. | no | false |
| vibecheck_github_package_token | GitHub token for accessing private packages from GitHub Package Registry. Use this if your repository has private @org/package dependencies. Typically set to secrets.GITHUB_TOKEN or a custom PAT with packages:read scope. | no | "" |
Outputs
| name | description |
|---|---|
| total_findings | Total number of findings |
| issues_created | Number of issues created |
| issues_updated | Number of issues updated |
| issues_closed | Number of issues closed |
| sarif_path | Path to generated SARIF file |
| llm_json_path | Path to generated LLM JSON file |