aldookware/API Performance Analyzer
Analyze Go REST API code for performance bottlenecks, N+1 queries, and security issues before deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| code-path | Path to Go code files to analyze (relative to repository root) | no | . |
| output-format | Output format: markdown, json, sarif, or github | no | markdown |
| fail-on-issues | Fail the build if issues are found above severity threshold | no | false |
| severity-threshold | Minimum severity to fail on: low, medium, high, critical | no | high |
| comment-pr | Comment analysis results on pull requests | no | true |
Outputs
| name | description |
|---|---|
| issues-found | Number of performance and security issues found |
| performance-score | Overall performance score (0-100) |
| files-analyzed | Number of Go files analyzed |
| analysis-results | Full analysis results in JSON format |