← Back to scan
File as GitHub Issue repo: uwaserver/uwas

Push this scan report to uwaserver/uwas

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
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:23
CRIT SEC001 [SEC001] Hardcoded Password: Hardcoded password found in source code. internal/database/docker.go:92
HIGH DKR014 Dockerfile copies the entire context without .dockerignore Dockerfile:10
HIGH JRN009 Secret-like setting is echoed into a password input value web/dashboard/src/pages/Login.tsx:196
HIGH JRN009 Secret-like setting is echoed into a password input value web/dashboard/src/pages/AdminUsers.tsx:178
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… internal/cli/backup.go:197
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/dashboard/src/pages/Apps.tsx:501
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/dashboard/src/hooks/useStats.ts:63
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. web/dashboard/src/App.tsx:105
MED DKR003 Compose service `uwas` image uses the latest tag examples/wordpress/docker-compose.yml:14
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKC015 Database service has no healthcheck docker-compose.yml:23
MED AIC003 Duplicated implementation block across source files web/dashboard/src/pages/Updates.tsx:19
MED AIC003 Duplicated implementation block across source files web/dashboard/src/pages/Updates.tsx:18
MED AIC003 Duplicated implementation block across source files web/dashboard/src/pages/Firewall.tsx:340
MED AIC003 Duplicated implementation block across source files web/dashboard/src/pages/FileManager.tsx:438
MED AIC003 Duplicated implementation block across source files web/dashboard/src/pages/FileManager.tsx:37
MED AIC003 Duplicated implementation block across source files internal/router/context.go:96
MED AIC003 Duplicated implementation block across source files internal/pathsafe/pathsafe.go:53
MED AIC003 Duplicated implementation block across source files internal/dnsmanager/hetzner.go:25
MED AIC003 Duplicated implementation block across source files internal/deploy/deploy.go:423
MED AIC003 Duplicated implementation block across source files internal/cronjob/monitor.go:198
MED AIC003 Duplicated implementation block across source files internal/cli/daemon_windows.go:1
MED JRN002 Browser storage is used for session token material web/dashboard/src/lib/api.ts:8
MED JRN002 Browser storage is used for session token material web/dashboard/src/lib/api.ts:3
MED DKR001 Docker final stage has no non-root USER Dockerfile:23
MED AGT015 Remote install command pipes network code directly to a shell scripts/uninstall.sh:3
MED AGT015 Remote install command pipes network code directly to a shell scripts/install.sh:3
MED AGT015 Remote install command pipes network code directly to a shell examples/wordpress/setup.sh:5
MED AGT015 Remote install command pipes network code directly to a shell examples/wordpress/README.md:21
MED AGT015 Remote install command pipes network code directly to a shell docs/BRANDING.md:148
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/respond/respond.go:51
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/server/server.go:1103
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. internal/migrate/sitemigrate.go:247
LOW DKC016 App service does not wait for database health docker-compose.yml:1
LOW AIC009 Multiple AI-agent scaffold marker files are present .cursorrules:1
LOW DKC010 Compose service lacks no-new-privileges hardening examples/wordpress/docker-compose.yml:14
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:1
LOW DKC017 Database password is wired through an environment variable placeholder examples/wordpress/docker-compose.yml:59
LOW DKC006 Compose service does not declare a runtime user examples/wordpress/docker-compose.yml:14
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:1
Reset to top 5 41 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `uwaserver/uwas`

**Score: 69/100 (B)**  ·  44 findings  ·  scanned 2026-05-16 08:42 UTC  ·  185,973 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 4 |
| MEDIUM | 25 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/5318fb65-b278-4ce1-96c1-388f37dec9a6/)  ·  ![scorecard](https://repobility.com/scan/5318fb65-b278-4ce1-96c1-388f37dec9a6/report.png?v=1778920952-s2)

### Top findings

1. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:23`
2. **CRITICAL** `SEC001` — Hardcoded Password
   `internal/database/docker.go:92` · A07:2021 Identification & Authentication Failures
3. **HIGH** `DKR014` — Dockerfile copies the entire context without .dockerignore
   `Dockerfile:10`
4. **HIGH** `JRN009` — Secret-like setting is echoed into a password input value
   `web/dashboard/src/pages/Login.tsx:196`
5. **HIGH** `JRN009` — Secret-like setting is echoed into a password input value
   `web/dashboard/src/pages/AdminUsers.tsx:178`

---

**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/5318fb65-b278-4ce1-96c1-388f37dec9a6/_
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 'uwaserver/uwas' 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.