← Back to scan
File as GitHub Issue repo: HKUDS/Vibe-Trading

Push this scan report to HKUDS/Vibe-Trading

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

Secret-like setting is echoed into a password input value

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
HIGH SEC006 [SEC006] XSS Risk: Direct HTML injection without sanitization. wiki/docs/main.js:114
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… agent/src/session/service.py:151
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… agent/src/agent/loop.py:377
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… agent/cli.py:690
HIGH JRN009 Secret-like setting is echoed into a password input value frontend/src/pages/Settings.tsx:297
HIGH AGT002 LLM memory extraction can be prompt-injected into storing fake facts agent/mcp_server.py:89
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… agent/api_server.py:1683
HIGH BINARY_RISK [BINARY] scipy: compound risk score 2194 (CVEs: 0, binary findings: 550)
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. frontend/src/components/layout/Layout.t…:38
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. frontend/src/components/chat/RunComplet…:29
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. frontend/src/pages/Compare.tsx:214
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… agent/src/ui_services.py:421
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… agent/cli.py:342
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… agent/api_server.py:731
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AIC003 Duplicated implementation block across source files frontend/src/pages/Compare.tsx:107
MED AIC003 Duplicated implementation block across source files agent/backtest/runner.py:203
MED AIC003 Duplicated implementation block across source files agent/backtest/optimizers/mean_variance…:35
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … agent/src/session/service.py:151
MED AGT007 localStorage write failures are swallowed silently wiki/theme.js:26
MED AGT007 localStorage write failures are swallowed silently wiki/main.js:29
MED AGT007 localStorage write failures are swallowed silently wiki/docs/main.js:44
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … agent/api_server.py:1613
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … agent/api_server.py:1606
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … agent/api_server.py:1530
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … agent/api_server.py:1357
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… agent/api_server.py:1079
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. agent/src/tools/background_tools.py:41
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. agent/src/tools/bash_tool.py:43
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:14
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:1
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:14
Reset to top 5 35 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `HKUDS/Vibe-Trading`

**Score: 68/100 (B)**  ·  39 findings  ·  scanned 2026-05-15 05:01 UTC  ·  48,391 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 8 |
| MEDIUM | 23 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/24442ceb-919f-4593-9d71-d90f26482ad7/)  ·  ![scorecard](https://repobility.com/scan/24442ceb-919f-4593-9d71-d90f26482ad7/report.png?v=1778821319-s2)

### Top findings

1. **HIGH** `SEC006` — XSS Risk
   `wiki/docs/main.js:114` · A03:2021 Injection
2. **HIGH** `SEC016` — LLM Prompt Injection — User Input in AI Prompt
   `agent/src/session/service.py:151`
3. **HIGH** `SEC020` — Secret Printed to Logs
   `agent/src/agent/loop.py:377` · A07:2021 Identification & Authentication Failures
4. **HIGH** `SEC020` — Secret Printed to Logs
   `agent/cli.py:690` · A07:2021 Identification & Authentication Failures
5. **HIGH** `JRN009` — Secret-like setting is echoed into a password input value
   `frontend/src/pages/Settings.tsx:297`

---

**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/24442ceb-919f-4593-9d71-d90f26482ad7/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 5 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 'HKUDS/Vibe-Trading' 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.