superagenticai/SuperQE
Run SuperQE (Super Quality Engineering) analysis on your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | QE mode: only "quick" is supported | no | quick |
| security-tester | Enable the security tester role | no | false |
| run-linter | Run the linter role (no model connection required) | no | false |
| path | Path to analyze (relative to repository root) | no | . |
| timeout | Timeout in seconds (default: 60 for quick, 1800 for deep) | no | — |
| python-version | Python version to use | no | 3.11 |
| junit-report | Path to write JUnit XML report | no | qe-results.xml |
| fail-on-findings | Fail the workflow if critical findings are found | no | true |
| upload-artifacts | Upload QE artifacts (patches, tests, QR) | no | true |
| comment-on-pr | Comment QR summary on pull requests | no | true |
Outputs
| name | description |
|---|---|
| success | Whether the QE session passed |
| findings-count | Number of findings |
| critical-count | Number of critical findings |
| tests-passed | Number of tests passed |
| tests-failed | Number of tests failed |
| qr-path | Path to the generated QR |