Calcleap
F 45 completed
unknown / html · large
3,061
Files
1,050,903
LOC
0
Frameworks
10
Languages
Pipeline State
completedRun ID
#1745067Phase
doneProgress
0%Started
2026-05-17 18:01:29Finished
2026-05-17 18:01:29LLM tokens
0Pipeline Metadata
Want fix-PRs on findings? Install Repobility's GitHub App · github.com/apps/repobility-bot
Quality Score
F
44.9/100
Structure
42
Code Quality
72
Documentation
53
Testing
15
Practices
30
Security
39
Dependencies
70
Strengths
- CI/CD pipeline configured (github_actions)
- Consistent naming conventions (kebab-case)
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- 6 files with critical complexity need refactoring
- 7 bare except/catch blocks swallowing errors
- Potential hardcoded secrets in 2 files
- 1700 duplicate lines detected — consider DRY refactoring
- 2 'god files' with >500 LOC need decomposition
Recommendations
- Add a test suite — start with critical path integration tests
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
- Replace bare except/catch blocks with specific exception types
- Move hardcoded secrets to environment variables or a secrets manager
Languages
Frameworks
None detected
Symbols
variable2,034
function232
constant77
Embed Badge
Add to your README:
