← Back to scan
File as GitHub Issue repo: caresmartsuits-eng/adminapplication-internal

Push this scan report to caresmartsuits-eng/adminapplication-internal

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

Admin endpoint without auth: POST /admin/configurations/create

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 MINED114 Admin endpoint without auth: POST /admin/create-user backend/src/routes/users.routes.js:9
CRIT MINED114 Admin endpoint without auth: PUT /admin/config-headers/update/:id backend/src/routes/configHeaders.routes…:66
CRIT MINED114 Admin endpoint without auth: POST /admin/config-headers/create backend/src/routes/configHeaders.routes…:36
CRIT MINED114 Admin endpoint without auth: PUT /admin/configurations/update/:id backend/src/routes/configs.routes.js:59
CRIT MINED114 Admin endpoint without auth: POST /admin/configurations/create backend/src/routes/configs.routes.js:34
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… backendmongo/src/routes/orders.routes.js:16
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… backendmongo/src/routes/auth.routes.js:14
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… backend/src/routes/auth.routes.js:10
HIGH JRN009 Secret-like setting is echoed into a password input value client/src/pages/user/ResetPassword.jsx:125
HIGH JRN009 Secret-like setting is echoed into a password input value client/src/pages/features/users/CreateU…:118
HIGH JRN009 Secret-like setting is echoed into a password input value client/src/App.jsx:156
HIGH MINED113 Express POST /login has no auth backend/src/routes/auth.routes.js:10
HIGH MINED113 Express PUT /orders/update/:id has no auth backend/src/routes/orders.routes.js:74
HIGH MINED113 Express POST /orders/create has no auth backend/src/routes/orders.routes.js:16
HIGH CORE_NO_TESTS No test files found
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… backendmongo/src/utils/axiosmailer.js:112
MED JRN002 Browser storage is used for session token material client/src/pages/features/orders/Create…:94
MED JRN002 Browser storage is used for session token material client/src/pages/features/orders/Create…:71
MED JRN002 Browser storage is used for session token material client/src/pages/features/orders/Create…:47
MED JRN002 Browser storage is used for session token material client/src/pages/features/orders/Create…:32
MED JRN002 Browser storage is used for session token material client/src/pages/features/configs/Creat…:58
MED JRN002 Browser storage is used for session token material client/src/pages/features/configs/Creat…:21
MED JRN002 Browser storage is used for session token material client/src/pages/features/configs/Confi…:31
MED JRN002 Browser storage is used for session token material client/src/pages/features/configHeaders…:12
MED JRN002 Browser storage is used for session token material client/src/pages/features/configHeaders…:17
MED JRN002 Browser storage is used for session token material client/src/pages/features/configHeaders…:11
MED JRN002 Browser storage is used for session token material client/src/pages/features/audits/AuditL…:20
MED JRN002 Browser storage is used for session token material client/src/pages/admin/AdminDashboard.j…:35
MED CORE_NO_CI No CI/CD configuration found
MED CORE_NO_README No README file found
LOW AIC003 Duplicated implementation block across source files client/src/pages/user/UserDashboard.jsx:15
LOW AIC003 Duplicated implementation block across source files client/src/pages/user/ResetPassword.jsx:122
LOW AIC003 Duplicated implementation block across source files client/src/pages/user/ResetPassword.jsx:66
LOW AIC003 Duplicated implementation block across source files client/src/pages/user/ForgotPassword.jsx:40
LOW AIC003 Duplicated implementation block across source files client/src/pages/features/orders/Update…:140
LOW AIC003 Duplicated implementation block across source files client/src/pages/features/orders/Orders…:223
LOW AIC003 Duplicated implementation block across source files client/src/pages/features/configs/Updat…:8
LOW AIC003 Duplicated implementation block across source files client/src/pages/features/configs/Confi…:106
LOW AIC003 Duplicated implementation block across source files backendmongo/src/models/Configuration.js:9
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… client/src/pages/features/configs/Creat…:115
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… client/src/pages/features/audits/AuditL…:195
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… client/src/App.jsx:3
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. backendmongo/src/utils/nodemailer.js:76
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… backend/src/server.js:17
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … backend/src/server.js:42
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … backend/src/db.js:6
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … backend/src/audits.js:8
Reset to top 5 48 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `caresmartsuits-eng/adminapplication-internal`

**Score: 63/100 (D)**  ·  48 findings  ·  scanned 2026-05-27 13:22 UTC  ·  6,139 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 10 |
| MEDIUM | 15 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/48db27c5-c23e-469b-b989-fa3903222026/)  ·  ![scorecard](https://repobility.com/scan/48db27c5-c23e-469b-b989-fa3903222026/report.png?v=1779888165-s2)

### Top findings

1. **CRITICAL** `MINED114` — Admin endpoint without auth: POST /admin/create-user
   `backend/src/routes/users.routes.js:9` · ✓ Repobility
2. **CRITICAL** `MINED114` — Admin endpoint without auth: PUT /admin/config-headers/update/:id
   `backend/src/routes/configHeaders.routes.js:66` · ✓ Repobility
3. **CRITICAL** `MINED114` — Admin endpoint without auth: POST /admin/config-headers/create
   `backend/src/routes/configHeaders.routes.js:36` · ✓ Repobility
4. **CRITICAL** `MINED114` — Admin endpoint without auth: PUT /admin/configurations/update/:id
   `backend/src/routes/configs.routes.js:59` · ✓ Repobility
5. **CRITICAL** `MINED114` — Admin endpoint without auth: POST /admin/configurations/create
   `backend/src/routes/configs.routes.js:34` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/48db27c5-c23e-469b-b989-fa3903222026/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'caresmartsuits-eng/adminapplication-internal' 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.