← Back to scan
File as GitHub Issue repo: alexlana0/RemindMe

Push this scan report to alexlana0/RemindMe

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

python-jose: GHSA-6c5p-j8vq-pqhj

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED107 Missing import: `email` used but not imported api/app/routers/users.py:25
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:3
CRIT GHSA-vqfr-h8mv-ghfj h11: GHSA-vqfr-h8mv-ghfj api/requirements.txt
CRIT GHSA-8qxj-f9rh-9fg2 ecdsa: GHSA-8qxj-f9rh-9fg2 api/requirements.txt
CRIT GHSA-6c5p-j8vq-pqhj python-jose: GHSA-6c5p-j8vq-pqhj api/requirements.txt
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… api/app/routers/connections.py:85
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… api/app/routers/calendar.py:39
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… api/app/routers/auth.py:138
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … api/app/routers/notes.py:78
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … api/app/routers/connections.py:230
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … api/app/celery_app.py:11
HIGH DKR014 Dockerfile copies the entire context without .dockerignore front/Dockerfile:5
HIGH MINED118 Dockerfile FROM `python:3.12-slim` not pinned by digest api/Dockerfile:1
HIGH MINED118 Dockerfile FROM `nginx:1.27-alpine` not pinned by digest front/Dockerfile:7
HIGH MINED118 Dockerfile FROM `node:20-alpine` not pinned by digest front/Dockerfile:1
HIGH GHSA-gv7w-rqvm-qjhr esbuild: GHSA-gv7w-rqvm-qjhr front/package-lock.json
HIGH GHSA-7f5h-v6xp-fcq8 starlette: GHSA-7f5h-v6xp-fcq8 api/requirements.txt
HIGH PYSEC-2026-161 starlette: PYSEC-2026-161 api/requirements.txt
HIGH GHSA-wj6h-64fc-37mp ecdsa: GHSA-wj6h-64fc-37mp api/requirements.txt
HIGH PYSEC-2019-177 ecdsa: PYSEC-2019-177 api/requirements.txt
HIGH GHSA-wp53-j4wj-2cfg python-multipart: GHSA-wp53-j4wj-2cfg api/requirements.txt
HIGH GHSA-pp6c-gr5w-3c5g python-multipart: GHSA-pp6c-gr5w-3c5g api/requirements.txt
HIGH PYSEC-2025-185 python-jose: PYSEC-2025-185 api/requirements.txt
HIGH PYSEC-2024-233 python-jose: PYSEC-2024-233 api/requirements.txt
HIGH PYSEC-2024-232 python-jose: PYSEC-2024-232 api/requirements.txt
HIGH JRN009 Secret-like setting is echoed into a password input value front/src/pages/ResetPassword.tsx:54
HIGH JRN009 Secret-like setting is echoed into a password input value front/src/pages/Login.tsx:160
HIGH CORE_NO_TESTS No test files found
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … api/app/security.py:19
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … api/app/routers/calendar.py:40
MED MINED111 Bare except continues silently api/app/tasks.py:130
MED COMP001 [COMP001] High cognitive complexity: Function `calendar_feed` has cognitive complexity 16… api/app/routers/calendar.py:62
MED DKR003 Compose service `dozzle` image uses the latest tag docker-compose.yml:82
MED DKR003 Compose service `mailpit` image uses the latest tag docker-compose.yml:22
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DEPCUR-PY Python package `redis` is 3 major version(s) behind (5.2.1 -> 8.0.0) api/requirements.txt:12
MED DEPCUR-PY Python package `bcrypt` is 1 major version(s) behind (4.0.1 -> 5.0.0) api/requirements.txt:9
MED DEPCUR-NPM npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2) front/package.json
MED DEPCUR-NPM npm package `@types/react-dom` is 1 major version(s) behind (18.3.7 -> 19.2.3) front/package.json
MED GHSA-4w7w-66w2-5vf9 vite: GHSA-4w7w-66w2-5vf9 front/package-lock.json
MED GHSA-67mh-4wv8-2f99 esbuild: GHSA-67mh-4wv8-2f99 front/package-lock.json
MED GHSA-2c2j-9gv5-cj73 starlette: GHSA-2c2j-9gv5-cj73 api/requirements.txt
MED GHSA-65pc-fj4g-8rjx idna: GHSA-65pc-fj4g-8rjx api/requirements.txt
MED GHSA-9f5j-8jwj-x28g ecdsa: GHSA-9f5j-8jwj-x28g api/requirements.txt
MED GHSA-mj87-hwqh-73pj python-multipart: GHSA-mj87-hwqh-73pj api/requirements.txt
MED GHSA-cjwg-qfpm-7377 python-jose: GHSA-cjwg-qfpm-7377 api/requirements.txt
MED JRN002 Browser storage is used for session token material front/src/auth.tsx:49
MED JRN002 Browser storage is used for session token material front/src/auth.tsx:44
MED JRN002 Browser storage is used for session token material front/src/api.ts:6
MED DKR001 Docker final stage has no non-root USER front/Dockerfile:8
MED DKR001 Docker final stage has no non-root USER api/Dockerfile:1
MED DKC013 Database service has no persistent data volume docker-compose.yml:18
MED CORE_NO_CI No CI/CD configuration found
LOW COMP001 [COMP001] High cognitive complexity: Function `request_connection` has cognitive complexi… api/app/routers/connections.py:97
LOW COMP001 [COMP001] High cognitive complexity: Function `visible_items` has cognitive complexity 10… api/app/privacy.py:93
LOW DEPCUR-PY Python package `email-validator` is minor version(s) behind (2.2.0 -> 2.3.0) api/requirements.txt:13
LOW DEPCUR-PY Python package `celery` is minor version(s) behind (5.4.0 -> 5.6.3) api/requirements.txt:11
LOW DEPCUR-PY Python package `python-jose` is minor version(s) behind (3.3.0 -> 3.5.0) api/requirements.txt:7
LOW DEPCUR-PY Python package `pydantic-settings` is minor version(s) behind (2.6.1 -> 2.14.1) api/requirements.txt:6
LOW DEPCUR-PY Python package `pydantic` is minor version(s) behind (2.10.3 -> 2.13.4) api/requirements.txt:5
LOW DEPCUR-PY Python package `uvicorn` is minor version(s) behind (0.32.1 -> 0.49.0) api/requirements.txt:2
LOW DEPCUR-PY Python package `fastapi` is minor version(s) behind (0.115.5 -> 0.137.0) api/requirements.txt:1
LOW DEPCUR-NPM npm package `axios` is minor version(s) behind (1.17.0 -> 1.18.0) front/package.json
LOW AIC003 Duplicated implementation block across source files front/src/pages/Login.tsx:128
LOW DKC015 Database service has no healthcheck docker-compose.yml:18
LOW DKC016 App service does not wait for database health docker-compose.yml:60
LOW DKC016 App service does not wait for database health docker-compose.yml:45
LOW DKC016 App service does not wait for database health docker-compose.yml:28
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:82
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:72
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:60
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:45
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:28
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:22
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:82
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:72
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:60
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:45
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:28
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:22
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… front/src/theme.tsx:51
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… front/src/pages/Welcome.tsx:14
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. front/src/pages/Login.tsx:115
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. front/src/pages/ForgotPassword.tsx:19
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… front/vite.config.ts:11
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… front/nginx.conf:8
INFO MINED047 [MINED047] Emoji In Source: Emoji ✅ ❌ 🚀 in code/comments — common AI output unless explic… api/app/holidays.py:75
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. api/app/database.py:10
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… api/app/routers/auth.py:134
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… api/app/database.py:11
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… api/app/main.py:32
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… api/app/config.py:27
INFO DEPCUR-PY Python package `slowapi` is patch version(s) behind (0.1.9 -> 0.1.10) api/requirements.txt:14
INFO DEPCUR-PY Python package `python-multipart` is patch version(s) behind (0.0.18 -> 0.0.32) api/requirements.txt:10
INFO DEPCUR-PY Python package `psycopg2-binary` is patch version(s) behind (2.9.10 -> 2.9.12) api/requirements.txt:4
Reset to top 5 95 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `alexlana0/RemindMe`

**Score: 76/100 (A)**  ·  95 findings  ·  scanned 2026-06-16 02:51 UTC  ·  7,135 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 23 |
| MEDIUM | 25 |
| LOW | 27 |

📊 [Full filterable report](https://repobility.com/scan/d164b146-9ae7-4351-90e2-3c358bd9a2cb/)  ·  ![scorecard](https://repobility.com/scan/d164b146-9ae7-4351-90e2-3c358bd9a2cb/report.png?v=1781578263-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `email` used but not imported
   `api/app/routers/users.py:25` · ✓ Repobility
2. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:3`
3. **CRITICAL** `GHSA-vqfr-h8mv-ghfj` — h11: GHSA-vqfr-h8mv-ghfj
   `api/requirements.txt`
4. **CRITICAL** `GHSA-8qxj-f9rh-9fg2` — ecdsa: GHSA-8qxj-f9rh-9fg2
   `api/requirements.txt`
5. **CRITICAL** `GHSA-6c5p-j8vq-pqhj` — python-jose: GHSA-6c5p-j8vq-pqhj
   `api/requirements.txt`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/d164b146-9ae7-4351-90e2-3c358bd9a2cb/_
Megaproject â high spam risk
Could not determine 'alexlana0/RemindMe' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.