← Back to scan
File as GitHub Issue repo: Lum1104/Understand-Anything

Push this scan report to Lum1104/Understand-Anything

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 MINED107 [MINED107] Missing import: `warnings` used but not imported: The file uses `warnings.some… understand-anything-plugin/skills/under…:403
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … understand-anything-plugin/packages/das…:39
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … understand-anything-plugin/packages/das…:161
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … understand-anything-plugin/packages/cor…:232
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… understand-anything-plugin/packages/cor…:27
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… understand-anything-plugin/packages/cor…:92
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… understand-anything-plugin/packages/cor…:31
HIGH SEC069 [SEC069] Dockerfile: no USER directive (runs as root): Container runs as root because no … understand-anything-plugin/packages/cor…:1
HIGH SEC069 [SEC069] Dockerfile: no USER directive (runs as root): Container runs as root because no … understand-anything-plugin/packages/cor…:1
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… understand-anything-plugin/packages/cor…:52
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… understand-anything-plugin/packages/cor…:155
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… understand-anything-plugin/packages/cor…:133
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… understand-anything-plugin/packages/das…:12
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… understand-anything-plugin/packages/das…:26
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… install.sh:242
HIGH COMP001 [COMP001] High cognitive complexity: Function `merge_graphs` has cognitive complexity 92 … understand-anything-plugin/skills/under…:52
HIGH MINED115 [MINED115] Action `actions/deploy-pages` pinned to mutable ref `@v4`: `uses: actions/depl… .github/workflows/deploy-homepage.yml:68
HIGH MINED115 [MINED115] Action `actions/upload-pages-artifact` pinned to mutable ref `@v3`: `uses: act… .github/workflows/deploy-homepage.yml:55
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/deploy-homepage.yml:29
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/deploy-homepage.yml:27
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-homepage.yml:26
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/ci.yml:27
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/ci.yml:25
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ci.yml:24
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… understand-anything-plugin/skills/under…:422
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … understand-anything-plugin/packages/cor…:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … understand-anything-plugin/packages/cor…:92
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … understand-anything-plugin/packages/cor…:31
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED JRN002 Browser storage is used for session token material understand-anything-plugin/packages/das…:91
MED JRN002 Browser storage is used for session token material understand-anything-plugin/packages/das…:84
MED JRN002 Browser storage is used for session token material understand-anything-plugin/packages/das…:75
MED AGT007 localStorage write failures are swallowed silently understand-anything-plugin/packages/das…:43
MED AGT015 Remote install command pipes network code directly to a shell install.sh:12
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.zh-TW.md:188
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.zh-CN.md:188
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.tr-TR.md:189
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.ru-RU.md:189
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.ko-KR.md:188
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.ja-JP.md:189
MED AGT015 Remote install command pipes network code directly to a shell READMEs/README.es-ES.md:188
MED AGT015 Remote install command pipes network code directly to a shell README.md:193
LOW SEC075 [SEC075] Dockerfile: no HEALTHCHECK: No HEALTHCHECK directive — orchestrators can't detec… understand-anything-plugin/packages/cor…:1
LOW SEC075 [SEC075] Dockerfile: no HEALTHCHECK: No HEALTHCHECK directive — orchestrators can't detec… understand-anything-plugin/packages/cor…:1
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 14 (SonarSo… understand-anything-plugin/skills/under…:235
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/das…:185
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/das…:5
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:33
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:12
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:5
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:250
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:208
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:137
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:89
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:180
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:179
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:115
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:66
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:100
LOW AIC003 Duplicated implementation block across source files understand-anything-plugin/packages/cor…:56
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. understand-anything-plugin/skills/under…:14
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… understand-anything-plugin/packages/das…:78
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… understand-anything-plugin/packages/das…:199
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… understand-anything-plugin/packages/das…:82
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … understand-anything-plugin/packages/cor…:48
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … understand-anything-plugin/packages/cor…:247
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … understand-anything-plugin/packages/cor…:156
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … understand-anything-plugin/packages/cor…:132
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … understand-anything-plugin/packages/cor…:304
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/generate-large-graph.mjs:286
Reset to top 5 70 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Lum1104/Understand-Anything`

**Score: 85/100 (A-)**  ·  95 findings  ·  scanned 2026-06-05 11:29 UTC  ·  40,919 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 23 |
| MEDIUM | 18 |
| LOW | 18 |

📊 [Full filterable report](https://repobility.com/scan/7b145f12-b457-4f39-8ff8-be3c3ef914d9/)  ·  ![scorecard](https://repobility.com/scan/7b145f12-b457-4f39-8ff8-be3c3ef914d9/report.png?v=1780658966-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `warnings` used but not imported
   `understand-anything-plugin/skills/understand-knowledge/parse-knowledge-base.py:403` · ✓ Repobility
2. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `understand-anything-plugin/packages/dashboard/src/components/FilterPanel.tsx:39`
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `understand-anything-plugin/packages/dashboard/src/components/FileExplorer.tsx:161`
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `understand-anything-plugin/packages/core/src/plugins/tree-sitter-plugin.ts:232`
5. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `understand-anything-plugin/packages/core/src/plugins/parsers/markdown-parser.ts:27`

---

**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/7b145f12-b457-4f39-8ff8-be3c3ef914d9/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 14 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 'Lum1104/Understand-Anything' 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.
Already filed
41/101 findings (41%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.