← Back to scan
File as GitHub Issue repo: 2117math/2117academy

Push this scan report to 2117math/2117academy

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

LDAP injection — non-constant search filter

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 SEC049 [SEC049] GCP API key: Google Cloud API key (AIza prefix). Ported from gitleaks gcp-api-ke… js/auth.js:6
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… scripts/sillyuk/assemble_chapters.py:12
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… scripts/didimdol/validate.py:222
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… scripts/sillyuk/trim_ppt.py:13
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… scripts/sillyuk/assemble_chapters.py:38
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… scripts/didimdol/validate.py:160
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… scripts/pastq/recheck_dump.js:27
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… scripts/didimdol/recompute_check.js:32
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … scripts/unify_problem_images.py:46
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … scripts/normalize_images.py:37
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … scripts/crop_by_boxes.py:159
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 56 (SonarSo… scripts/didimdol/manifest_check.py:29
HIGH CORE_NO_TESTS No test files found
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/sillyuk/trim_ppt.py:44
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/pastq/crop_pdf.py:8
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/pastq/crop_gen.py:8
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/didimdol/validate.py:124
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… scripts/sillyuk/assemble_chapters.py:12
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… scripts/didimdol/validate.py:222
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/pastq/recheck_dump.js:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/didimdol/recompute_check.js:32
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… js/records.js:18
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. js/userManager.js:97
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. js/pwa.js:5
MED COMP001 [COMP001] High cognitive complexity: Function `process` has cognitive complexity 22 (Sona… scripts/crop_by_boxes.py:136
MED AGT007 localStorage write failures are swallowed silently monitor.html:522
MED AGT007 localStorage write failures are swallowed silently js/writer.js:278
MED AGT007 localStorage write failures are swallowed silently haesong.html:499
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB015 Public web app has no Content Security Policy index.html
MED CORE_LARGE_FILES Average file size is 1195 lines (recommend <300)
MED CORE_NO_CI No CI/CD configuration found
MED CORE_NO_README No README file found
LOW SEC124 [SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex… scripts/didimdol/manifest_check.py:131
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… scripts/pastq/recheck_dump.js:99
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… js/records.js:35
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… js/curriculumManager.js:18
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 12 (SonarSo… scripts/didimdol/prep_sol.py:20
LOW AIC003 Duplicated implementation block across source files scripts/pastq/crop_pdf.py:13
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 MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… scripts/sillyuk/assemble_chapters.py:13
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… scripts/didimdol/validate.py:223
INFO MINED063 [MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) — file can be replaced/de… scripts/didimdol/assemble_ext.py:58
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… js/curriculumManager.js:147
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… js/curriculum.js:26
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… js/contentLibrary.js:103
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/didimdol/recompute_check.js:17
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … netlify/functions/daily-backup.mjs:85
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … js/auth.js:199
Reset to top 5 53 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `2117math/2117academy`

**Score: 85/100 (A-)**  ·  53 findings  ·  scanned 2026-06-16 02:50 UTC  ·  53,765 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 12 |
| MEDIUM | 20 |
| LOW | 11 |

📊 [Full filterable report](https://repobility.com/scan/7069780f-90cd-4697-9fbe-bfd886eeed4a/)  ·  ![scorecard](https://repobility.com/scan/7069780f-90cd-4697-9fbe-bfd886eeed4a/report.png?v=1781578243-s2)

### Top findings

1. **CRITICAL** `SEC049` — GCP API key
   `js/auth.js:6` · A07:2021 Identification & Authentication Failures
2. **HIGH** `MINED001` — Bare Except Pass
   `scripts/sillyuk/assemble_chapters.py:12` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED001` — Bare Except Pass
   `scripts/didimdol/validate.py:222` · CWE-755 · ✓ Repobility
4. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `scripts/sillyuk/trim_ppt.py:13` · A03:2021 Injection
5. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `scripts/sillyuk/assemble_chapters.py:38` · A03:2021 Injection

---

**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/7069780f-90cd-4697-9fbe-bfd886eeed4a/_
Megaproject â high spam risk
Could not determine '2117math/2117academy' 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.