← Back to scan
File as GitHub Issue repo: EKKOLearnAI/hermes-web-ui

Push this scan report to EKKOLearnAI/hermes-web-ui

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 Printed to Logs

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 SEC018 [SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials w… packages/client/src/i18n/locales/en.ts:569
HIGH SEC018 [SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials w… packages/client/src/i18n/locales/fr.ts:438
HIGH DKR001 Docker final stage runs as root Dockerfile:4
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… packages/server/src/controllers/hermes/…:71
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… packages/server/src/controllers/hermes/…:122
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… packages/server/src/services/hermes/age…:51
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. packages/server/src/services/hermes/fil…:718
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. packages/server/src/controllers/hermes/…:94
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. packages/server/src/services/config-hel…:77
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/server/src/services/hermes/tts…:36
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/server/src/services/hermes/ses…:33
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/server/src/services/login-limi…:113
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/p…:45
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/p…:44
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/p…:51
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/p…:50
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/p…:57
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/m…:24
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/m…:304
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/m…:6
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/m…:6
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/g…:14
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/c…:461
MED AIC003 Duplicated implementation block across source files packages/client/src/components/hermes/c…:66
MED JRN002 Browser storage is used for session token material tests/e2e/fixtures.ts:217
MED AGT007 localStorage write failures are swallowed silently packages/client/src/stores/hermes/sessi…:36
MED AGT007 localStorage write failures are swallowed silently packages/client/src/stores/hermes/kanba…:23
MED AGT007 localStorage write failures are swallowed silently packages/client/src/stores/hermes/app.ts:256
MED AGT007 localStorage write failures are swallowed silently packages/client/src/composables/useVoic…:55
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:29
MED WEB015 Public web app has no Content Security Policy index.html
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW WEB008 Public docs site has no llms.txt llms.txt
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:1
LOW WEB011 Public web app has no humans.txt humans.txt
Reset to top 5 40 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `EKKOLearnAI/hermes-web-ui`

**Score: 59/100 (B-)**  ·  51 findings  ·  scanned 2026-05-16 01:47 UTC  ·  87,898 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 5 |
| MEDIUM | 28 |
| LOW | 7 |

📊 [Full filterable report](https://repobility.com/scan/83b6894f-d7a6-4199-baab-e18f21ac96e3/)  ·  ![scorecard](https://repobility.com/scan/83b6894f-d7a6-4199-baab-e18f21ac96e3/report.png?v=1778896041-s2)

### Top findings

1. **HIGH** `SEC018` — AI-Agent Secret Retrieval Command
   `packages/client/src/i18n/locales/en.ts:569` · A07:2021 Identification & Authentication Failures
2. **HIGH** `SEC018` — AI-Agent Secret Retrieval Command
   `packages/client/src/i18n/locales/fr.ts:438` · A07:2021 Identification & Authentication Failures
3. **HIGH** `DKR001` — Docker final stage runs as root
   `Dockerfile:4`
4. **HIGH** `SEC020` — Secret Printed to Logs
   `packages/server/src/controllers/hermes/copilot-auth.ts:71` · A07:2021 Identification & Authentication Failures
5. **HIGH** `SEC020` — Secret Printed to Logs
   `packages/server/src/controllers/hermes/codex-auth.ts:122` · A07:2021 Identification & Authentication Failures

---

**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/83b6894f-d7a6-4199-baab-e18f21ac96e3/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'EKKOLearnAI/hermes-web-ui' 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.