emeditor-wine
The package downloads a source tarball from the maintainer's GitHub and an official MSI installer from emeditor.com; the latter is a prebuilt binary from the project's official domain, which is standard for Wine-based packages, so the non-whitelisted host is actually the legitimate vendor, making the risk low.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the maintainer's GitHub and an official MSI installer from emeditor.com; the latter is a prebuilt binary from the project's official domain, which is standard for Wine-based packages, so the non-whitelisted host is actually the legitimate vendor, making the risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:31
"${_msi}::https://download.emeditor.com/${_msi}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: duanluan <duanluan@outlook.com>
pkgname=emeditor-wine
pkgver=26.2.7
pkgrel=1
pkgdesc='EmEditor text editor running through Wine'
arch=('x86_64')
url='https://github.com/duanluan/emeditor-linux'
license=('MIT' 'custom:proprietary')
depends=(
'bash'
'curl'
'hicolor-icon-theme'
'noto-fonts-cjk'
'wine'
'xorg-xrandr'
'xorg-xrdb'
)
makedepends=(
'7zip'
)
optdepends=(
'winetricks: optional Wine prefix tuning'
)
options=('!strip')
_commit='e6e5e6224939c1d98d8199398dd4eaa029239cf4'
_upstream="emeditor-linux-${_commit}"
_msi="emed64_${pkgver}.msi"
source=(
"${_upstream}.tar.gz::https://github.com/duanluan/emeditor-linux/archive/${_commit}.tar.gz"
"${_msi}::https://download.emeditor.com/${_msi}"
)
sha256sums=(
'00d09924fbdbec122ec48e51f9ef49b5bce76c53fe258c21d233a4fd443d1265'
'8999dc0c78a199f15c1b1e6b49b5b5322dc43a36df5b60b09b8f5ce86c4a8f74'
)
package() {
local upstream_dir="${srcdir}/${_upstream}"
7z e -y "${srcdir}/${_msi}" 'Binary.emeditor.targetsize256.png' \
-o"${srcdir}" >/dev/null
install -Dm755 "${upstream_dir}/scripts/emeditor-wine" \
"${pkgdir}/usr/bin/emeditor-wine"
install -Dm644 "${upstream_dir}/assets/emeditor-wine.desktop" \
"${pkgdir}/usr/share/applications/emeditor-wine.desktop"
install -Dm644 "${srcdir}/${_msi}" \
"${pkgdir}/usr/share/${pkgname}/${_msi}"
install -Dm644 "${srcdir}/Binary.emeditor.targetsize256.png" \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/emeditor-wine.png"
install -Dm644 "${upstream_dir}/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${upstream_dir}/README.md" \
"${pkgdir}/usr/share/doc/${pkgname}/README.md"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -1,8 +1,8 @@ # Maintainer: duanluan <duanluan@outlook.com> pkgname=emeditor-wine-pkgver=26.1.1-pkgrel=6+pkgver=26.2.7+pkgrel=1 pkgdesc='EmEditor text editor running through Wine' arch=('x86_64') url='https://github.com/duanluan/emeditor-linux'@@ -23,7 +23,7 @@ 'winetricks: optional Wine prefix tuning' ) options=('!strip')-_commit='3b24fedf63951c3aa8557b0212e6f9c08cc0fc8a'+_commit='e6e5e6224939c1d98d8199398dd4eaa029239cf4' _upstream="emeditor-linux-${_commit}" _msi="emed64_${pkgver}.msi" source=(@@ -31,8 +31,8 @@ "${_msi}::https://download.emeditor.com/${_msi}" ) sha256sums=(- '271b05fbfae55372d7a4df1ac2a966c6bc19d38c99cc14fdf4e8f2bad1f84621'- 'bc54ae3700a657c159f176b8f5ad646a4cfef3090d8097ff8dfa99067340f5b5'+ '00d09924fbdbec122ec48e51f9ef49b5bce76c53fe258c21d233a4fd443d1265'+ '8999dc0c78a199f15c1b1e6b49b5b5322dc43a36df5b60b09b8f5ce86c4a8f74' ) package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 13:14:45 | Medium | 1 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |