cythonvijay/CRONOS Code Guard
CRONOS Enterprise Code Intelligence Engine. Performs fast CI gate analysis and full AI intelligence analysis. Runs full AI intelligence analysis with explanations for every stage. Stages: BOUNDARY → CONTRACT → STRICT → UNIFIED INTELLIGENCE.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 29, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cythonvijay/cronos-action@90a9d55120e0d812d18169fa0cc338cbd17ad2b5 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_url | Base URL of the CRONOS API (e.g. https://your-api.onrender.com) | yes | — |
| mode | Analysis mode: STRICT | BOUNDARY | CONTRACT | yes | STRICT |
| repo | Repository slug (owner/repo) for history tracking | no | "" |
| github_token | GitHub token for PR comments and check runs | no | "" |
| pr_number | Pull request number (for PR comments) | no | "" |
| post_pr_comment | Set to 'true' to post a PR comment with the full intelligence report | no | false |
| create_annotations | Set to 'true' to emit GitHub Actions inline annotations on failure | no | true |
| fail_on_severity | Fail the step when this severity or higher is detected (CRITICAL|HIGH|MEDIUM|LOW) | no | HIGH |
| full_analysis | Set to 'true' to use /analyze_full (with AI explanations). Default true for all CRONOS stages. | no | true |
Outputs
no outputs