CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
C
61/100
Health score

Insights

No issues matched the built-in pattern scan across 67 source files. That scan looks for common mistakes only — it is not a security audit and does not check dependency advisories
1 test files but coverage is low (<20%) relative to codebase size
38 dependencies scored for hygiene only — no advisory feed was consulted here, so this score is not a vulnerability check. See Security advisories for the OSV cross-check
No LICENSE file — open source projects need a license to be usable
No lockfile — builds may not be reproducible
No activity in 90+ days — project may be dormant
How to improve this score61 → 80 possible
Gains are computed from the same formula that produced the score — completing everything below is worth 19 points.
+5
1. Add ~3 test files to reach a 20% test-to-source ratiotesting
1 test files today against ~20 source files (Low (<20%))
Fix it yourself

Change: Add ~3 test files to reach a 20% test-to-source ratio

1 test files today against ~20 source files (Low (<20%))

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+4.5
2. Push again — freshness decays the scoreactivity
Last push 180 days ago; pushing within 7 days is worth 30 of activity's 100 points
Fix it yourself

Change: Push again — freshness decays the score

Last push 180 days ago; pushing within 7 days is worth 30 of activity's 100 points

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+3
3. Commit a lockfiledependencies
38 dependencies in backend/requirements.txt, frontend/package.json with no lockfile — builds are not reproducible
Fix it yourself

Change: Commit a lockfile

38 dependencies in backend/requirements.txt, frontend/package.json with no lockfile — builds are not reproducible

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+2
4. Add a LICENSE filedocumentation
Unlicensed code is legally unusable by anyone else
Fix it yourself

Change: Add a LICENSE file

Unlicensed code is legally unusable by anyone else

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+1.5
5. Split the largest files to bring average size under 5,000 bytescomplexity
Average is 5,838 bytes across 59 files; start with database.py, AdminCreateBooking.jsx, AdminBookings.jsx
Fix it yourself

Change: Split the largest files to bring average size under 5,000 bytes

Average is 5,838 bytes across 59 files; start with database.py, AdminCreateBooking.jsx, AdminBookings.jsx

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+1.5
6. Add CONTRIBUTING.mddocumentation
Tells collaborators how to work on the repo
Fix it yourself

Change: Add CONTRIBUTING.md

Tells collaborators how to work on the repo

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

+1.5
7. Add a CHANGELOGdocumentation
Lets users see what changed between versions
Fix it yourself

Change: Add a CHANGELOG

Lets users see what changed between versions

Make the change on a branch, push it, and open a pull request — the health score recomputes on the next visit.

Security100
25 of 25 possible overall points (weight 25%)
0 findings across 0 rules
0 critical · 0 high · 0 medium
Testing25
5 of 20 possible overall points (weight 20%)
1 test files
Coverage estimate: Low (<20%)
Complexity80
12 of 15 possible overall points (weight 15%)
59 source files
Avg file size: 5,838 bytes
Largest: database.py (34,859 bytes)
Dependencies80
12 of 15 possible overall points (weight 15%)
38 dependencies (backend/requirements.txt, frontend/package.json)
No lockfile
Documentation44
4 of 10 possible overall points (weight 10%)
README found
No license
2 doc files
Activity15
2 of 15 possible overall points (weight 15%)
0 commits (30d)
2 contributors
Last push: 180d ago