← Back to scan
File as GitHub Issue repo: maruturisaisasidhar/vcodex

Push this scan report to maruturisaisasidhar/vcodex

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

Auth/permission check missing on AI-generated endpoint

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 SEC009 [SEC009] .env File Committed: .env file with secrets committed to repository. .env
CRIT SEC049 [SEC049] GCP API key: Google Cloud API key (AIza prefix). Ported from gitleaks gcp-api-ke… src/firebase/config.js:13
CRIT CORE_ENV_FILE .env file committed to repository .env
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/components/exam/faculty/QuestionFor…:70
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… server.js:25
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… server-production.js:36
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… deploy-to-ec2.sh:79
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. deploy-to-ec2.sh:13
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. deploy-execution-server.sh:28
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/FacultySetupPage.jsx:452
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/FacultySetupPage.jsx:272
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/FacultySetupPage.jsx:94
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/FacultyLoginPage.jsx:285
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/FacultyLoginPage.jsx:111
HIGH MINED113 Express POST /api/lara/ask has no auth server-production.js:36
HIGH MINED113 Express POST /api/lara has no auth server.js:25
HIGH CORE_NO_TESTS No test files found
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … functions/index.js:28
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 25.0% of discovered …
MED WEB015 Public web app has no Content Security Policy index.html
MED CORE_NO_CI No CI/CD configuration found
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… src/hooks/useGitHub.js:30
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… src/components/exam/student/QuestionVie…:22
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/panels/AiPanel.jsx:137
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/exam/student/QuestionVie…:31
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/exam/faculty/QuestionFor…:168
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… server.js:13
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… server-production.js:13
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/api/examService.js:197
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … server.js:55
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … server-production.js:44
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. server-production.js:103
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. deploy-to-ec2.sh:155
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… deploy-to-ec2.sh:235
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… deploy-to-ec2.sh:32
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… deploy-execution-server.sh:36
Reset to top 5 44 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `maruturisaisasidhar/vcodex`

**Score: 64/100 (D+)**  ·  44 findings  ·  scanned 2026-05-22 12:47 UTC  ·  9,881 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 14 |
| MEDIUM | 6 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/8aacf6ca-6284-49d9-b68d-7c6c5b949e6f/)  ·  ![scorecard](https://repobility.com/scan/8aacf6ca-6284-49d9-b68d-7c6c5b949e6f/report.png?v=1779454071-s2)

### Top findings

1. **CRITICAL** `SEC009` — .env File Committed: .env file with secrets committed to repository.
   `.env`
2. **CRITICAL** `SEC049` — GCP API key
   `src/firebase/config.js:13` · A07:2021 Identification & Authentication Failures
3. **CRITICAL** `CORE_ENV_FILE` — .env file committed to repository
   `.env`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/components/exam/faculty/QuestionForm.jsx:70` · A10:2021 SSRF
5. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `server.js:25` · CWE-862

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/8aacf6ca-6284-49d9-b68d-7c6c5b949e6f/_
Megaproject â high spam risk
Could not determine 'maruturisaisasidhar/vcodex' 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.