← Back to scan
File as GitHub Issue repo: Meeting-BaaS/meet-teams-bot

Push this scan report to Meeting-BaaS/meet-teams-bot

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

JS: child_process.exec with non-literal

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 MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. src/browser/browser.ts:102
CRIT GHSA-r275-fr43-pm7q simple-git: GHSA-r275-fr43-pm7q package-lock.json
CRIT GHSA-m7jm-9gc2-mpf2 fast-xml-parser: GHSA-m7jm-9gc2-mpf2 package-lock.json
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… src/server.ts:73
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/server.ts:192
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/types.ts:37
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/state-machine/states/waiting-room-s…:123
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/proxy/toggle-proxy.ts:128
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/proxy/toggle-proxy.ts:177
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/events.ts:115
HIGH DKR006 Dockerfile pipes a remote script into a shell Dockerfile:6
HIGH MINED118 Dockerfile FROM `ubuntu:24.04` not pinned by digest Dockerfile:2
HIGH GHSA-jcxm-m3jx-f287 simple-git: GHSA-jcxm-m3jx-f287 package-lock.json
HIGH GHSA-hffm-xvc3-vprc simple-git: GHSA-hffm-xvc3-vprc package-lock.json
HIGH GHSA-hrpp-h998-j3pp qs: GHSA-hrpp-h998-j3pp package-lock.json
HIGH GHSA-7mvr-c777-76hp playwright: GHSA-7mvr-c777-76hp package-lock.json
HIGH GHSA-c2c7-rcm5-vvqj picomatch: GHSA-c2c7-rcm5-vvqj package-lock.json
HIGH GHSA-rhx6-c78j-4q9w path-to-regexp: GHSA-rhx6-c78j-4q9w package-lock.json
HIGH GHSA-9wv6-86v2-598j path-to-regexp: GHSA-9wv6-86v2-598j package-lock.json
HIGH GHSA-37ch-88jc-xwx2 path-to-regexp: GHSA-37ch-88jc-xwx2 package-lock.json
HIGH GHSA-7r86-cg39-jmmj minimatch: GHSA-7r86-cg39-jmmj package-lock.json
HIGH GHSA-3ppc-4f35-3m26 minimatch: GHSA-3ppc-4f35-3m26 package-lock.json
HIGH GHSA-23c5-xmqv-rm74 minimatch: GHSA-23c5-xmqv-rm74 package-lock.json
HIGH GHSA-r5fr-rjxr-66jc lodash: GHSA-r5fr-rjxr-66jc package-lock.json
HIGH GHSA-rf6f-7fwh-wjgh flatted: GHSA-rf6f-7fwh-wjgh package-lock.json
HIGH GHSA-25h7-pfq9-p65f flatted: GHSA-25h7-pfq9-p65f package-lock.json
HIGH GHSA-8gc5-j5rx-235r fast-xml-parser: GHSA-8gc5-j5rx-235r package-lock.json
HIGH GHSA-37qj-frw5-hhjh fast-xml-parser: GHSA-37qj-frw5-hhjh package-lock.json
HIGH GHSA-qwcr-r2fm-qrc7 body-parser: GHSA-qwcr-r2fm-qrc7 package-lock.json
HIGH GHSA-q8qp-cvcw-x6jj axios: GHSA-q8qp-cvcw-x6jj package-lock.json
HIGH GHSA-pf86-5x62-jrwf axios: GHSA-pf86-5x62-jrwf package-lock.json
HIGH GHSA-p92q-9vqr-4j8v axios: GHSA-p92q-9vqr-4j8v package-lock.json
HIGH GHSA-j5f8-grm9-p9fc axios: GHSA-j5f8-grm9-p9fc package-lock.json
HIGH GHSA-hfxv-24rg-xrqf axios: GHSA-hfxv-24rg-xrqf package-lock.json
HIGH GHSA-777c-7fjr-54vf axios: GHSA-777c-7fjr-54vf package-lock.json
HIGH GHSA-6chq-wfr3-2hj9 axios: GHSA-6chq-wfr3-2hj9 package-lock.json
HIGH GHSA-43fc-jf86-j433 axios: GHSA-43fc-jf86-j433 package-lock.json
HIGH GHSA-pjwm-pj3p-43mv axios: GHSA-pjwm-pj3p-43mv package-lock.json
HIGH GHSA-3g43-6gmg-66jw axios: GHSA-3g43-6gmg-66jw package-lock.json
HIGH GHSA-35jp-ww65-95wh axios: GHSA-35jp-ww65-95wh package-lock.json
HIGH MINED113 Express POST /play has no auth src/server.ts:233
HIGH MINED113 Express POST /upload has no auth src/server.ts:154
HIGH MINED113 Express POST /stop_record has no auth src/server.ts:73
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/utils/sound-level-monitor.ts:159
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/state-machine/states/cleanup-state.…:102
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/proxy/toggle-proxy.ts:194
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/browser/browser.ts:102
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DEPCUR-NPM npm package `rimraf` is 3 major version(s) behind (3.0.2 -> 6.1.3) package.json
MED DEPCUR-NPM npm package `@types/jest` is 1 major version(s) behind (29.5.14 -> 30.0.0) package.json
MED DEPCUR-NPM npm package `@types/express` is 1 major version(s) behind (4.17.13 -> 5.0.6) package.json
MED DEPCUR-NPM npm package `retry-axios` is 2 major version(s) behind (2.6.0 -> 4.0.3) package.json
MED DEPCUR-NPM npm package `proxy-chain` is 1 major version(s) behind (2.7.1 -> 3.0.0) package.json
MED DEPCUR-NPM npm package `protobufjs` is 1 major version(s) behind (7.6.1 -> 8.6.0) package.json
MED DEPCUR-NPM npm package `express` is 1 major version(s) behind (4.17.1 -> 5.2.1) package.json
MED GHSA-48c2-rrv3-qjmp yaml: GHSA-48c2-rrv3-qjmp package-lock.json
MED GHSA-58qx-3vcg-4xpx ws: GHSA-58qx-3vcg-4xpx package-lock.json
MED GHSA-w5hq-g745-h8pq uuid: GHSA-w5hq-g745-h8pq package-lock.json
MED GHSA-6rw7-vpxm-498p qs: GHSA-6rw7-vpxm-498p package-lock.json
MED GHSA-qx2v-qp2m-jg93 postcss: GHSA-qx2v-qp2m-jg93 package-lock.json
MED GHSA-3v7f-55p6-f55p picomatch: GHSA-3v7f-55p6-f55p package-lock.json
MED GHSA-xxjr-mmjv-4gpg lodash: GHSA-xxjr-mmjv-4gpg package-lock.json
MED GHSA-f23m-r3pf-42rh lodash: GHSA-f23m-r3pf-42rh package-lock.json
MED GHSA-mh29-5h37-fv8m js-yaml: GHSA-mh29-5h37-fv8m package-lock.json
MED GHSA-r4q5-vmmm-2653 follow-redirects: GHSA-r4q5-vmmm-2653 package-lock.json
MED GHSA-jp2q-39xq-3w4g fast-xml-parser: GHSA-jp2q-39xq-3w4g package-lock.json
MED GHSA-gh4j-gqv2-49f6 fast-xml-parser: GHSA-gh4j-gqv2-49f6 package-lock.json
MED GHSA-rv95-896h-c2vc express: GHSA-rv95-896h-c2vc package-lock.json
MED GHSA-f886-m6hf-6m8v brace-expansion: GHSA-f886-m6hf-6m8v package-lock.json
MED GHSA-xx6v-rp6x-q39c axios: GHSA-xx6v-rp6x-q39c package-lock.json
MED GHSA-w9j2-pvgh-6h63 axios: GHSA-w9j2-pvgh-6h63 package-lock.json
MED GHSA-vf2m-468p-8v99 axios: GHSA-vf2m-468p-8v99 package-lock.json
MED GHSA-m7pr-hjqh-92cm axios: GHSA-m7pr-hjqh-92cm package-lock.json
MED GHSA-fvcv-3m26-pcqx axios: GHSA-fvcv-3m26-pcqx package-lock.json
MED GHSA-898c-q2cr-xwhg axios: GHSA-898c-q2cr-xwhg package-lock.json
MED GHSA-62hf-57xw-28j9 axios: GHSA-62hf-57xw-28j9 package-lock.json
MED GHSA-5c9x-8gcm-mpgx axios: GHSA-5c9x-8gcm-mpgx package-lock.json
MED GHSA-445q-vr5w-6q77 axios: GHSA-445q-vr5w-6q77 package-lock.json
MED GHSA-3w6x-2g7m-8v23 axios: GHSA-3w6x-2g7m-8v23 package-lock.json
MED GHSA-2g4f-4pwh-qvx6 ajv: GHSA-2g4f-4pwh-qvx6 package-lock.json
MED GHSA-968p-4wvh-cqc8 @babel/helpers: GHSA-968p-4wvh-cqc8 package-lock.json
MED DKR001 Docker final stage has no non-root USER Dockerfile:2
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:46
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 25.0% of discovered …
MED CORE_NO_CI No CI/CD configuration found
LOW DEPCUR-NPM npm package `ts-jest` is minor version(s) behind (29.2.5 -> 29.4.11) package.json
LOW DEPCUR-NPM npm package `prettier` is minor version(s) behind (3.3.3 -> 3.8.3) package.json
LOW DEPCUR-NPM npm package `@types/ws` is minor version(s) behind (8.5.12 -> 8.18.1) package.json
LOW DEPCUR-NPM npm package `ws` is minor version(s) behind (8.18.0 -> 8.21.0) package.json
LOW DEPCUR-NPM npm package `winston` is minor version(s) behind (3.17.0 -> 3.19.0) package.json
LOW DEPCUR-NPM npm package `axios` is minor version(s) behind (1.13.2 -> 1.17.0) package.json
LOW GHSA-cm22-4g7w-348p serve-static: GHSA-cm22-4g7w-348p package-lock.json
LOW GHSA-m6fv-jmcg-4jfg send: GHSA-m6fv-jmcg-4jfg package-lock.json
LOW GHSA-w7fw-mjwx-w883 qs: GHSA-w7fw-mjwx-w883 package-lock.json
LOW GHSA-fj3w-jwp8-x2g3 fast-xml-parser: GHSA-fj3w-jwp8-x2g3 package-lock.json
LOW GHSA-qw6h-vgh9-j6wx express: GHSA-qw6h-vgh9-j6wx package-lock.json
LOW GHSA-73rr-hh4g-fpgx diff: GHSA-73rr-hh4g-fpgx package-lock.json
LOW GHSA-pxg6-pf52-xh8x cookie: GHSA-pxg6-pf52-xh8x package-lock.json
LOW GHSA-v6h2-p8h4-qcjw brace-expansion: GHSA-v6h2-p8h4-qcjw package-lock.json
LOW GHSA-xhjh-pmcv-23jw axios: GHSA-xhjh-pmcv-23jw package-lock.json
LOW GHSA-6475-r3vj-m8vf @smithy/config-resolver: GHSA-6475-r3vj-m8vf package-lock.json
LOW AIC003 Duplicated implementation block across source files src/meeting/teams/speakersObserver.ts:14
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW DKR010 Dockerfile leaves apt package indexes in the image layer Dockerfile:5
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:10
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:7
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:5
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/server.ts:277
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/utils/SyncSignal.ts:65
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/proxy/toggle-proxy.ts:167
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/meeting/teams/htmlCleaner.ts:277
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/speaker-manager.ts:202
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/meeting/teams/htmlCleaner.ts:103
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/server.ts:102
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/browser/page-logger.ts:8
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/api/methods.ts:53
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/branding.ts:29
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/api/methods.ts:17
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … sandbox/SystemDiagnostic.ts:27
INFO DEPCUR-NPM npm package `unimported` is patch version(s) behind (1.31.0 -> 1.31.1) package.json
INFO DEPCUR-NPM npm package `@types/async` is patch version(s) behind (3.2.24 -> 3.2.25) package.json
Reset to top 5 123 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Meeting-BaaS/meet-teams-bot`

**Score: 64/100 (C+)**  ·  123 findings  ·  scanned 2026-06-05 13:25 UTC  ·  16,690 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 40 |
| MEDIUM | 43 |
| LOW | 23 |

📊 [Full filterable report](https://repobility.com/scan/93651174-a399-4865-826f-fab6ccfec7c5/)  ·  ![scorecard](https://repobility.com/scan/93651174-a399-4865-826f-fab6ccfec7c5/report.png?v=1780665924-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `src/browser/browser.ts:102` · CWE-95 · ✓ Repobility
2. **CRITICAL** `GHSA-r275-fr43-pm7q` — simple-git: GHSA-r275-fr43-pm7q
   `package-lock.json`
3. **CRITICAL** `GHSA-m7jm-9gc2-mpf2` — fast-xml-parser: GHSA-m7jm-9gc2-mpf2
   `package-lock.json`
4. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `src/server.ts:73` · CWE-862
5. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/server.ts:192`

---

**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/93651174-a399-4865-826f-fab6ccfec7c5/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 7 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'Meeting-BaaS/meet-teams-bot' 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.