emeditor-wine

LOW
maintainer duanluan 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: duanluan <duanluan@outlook.com>
2
3pkgname=emeditor-wine
4pkgver=26.2.7
5pkgrel=1
6pkgdesc='EmEditor text editor running through Wine'
7arch=('x86_64')
8url='https://github.com/duanluan/emeditor-linux'
9license=('MIT' 'custom:proprietary')
10depends=(
11 'bash'
12 'curl'
13 'hicolor-icon-theme'
14 'noto-fonts-cjk'
15 'wine'
16 'xorg-xrandr'
17 'xorg-xrdb'
18)
19makedepends=(
20 '7zip'
21)
22optdepends=(
23 'winetricks: optional Wine prefix tuning'
24)
25options=('!strip')
26_commit='e6e5e6224939c1d98d8199398dd4eaa029239cf4'
27_upstream="emeditor-linux-${_commit}"
28_msi="emed64_${pkgver}.msi"
29source=(
30 "${_upstream}.tar.gz::https://github.com/duanluan/emeditor-linux/archive/${_commit}.tar.gz"
31 "${_msi}::https://download.emeditor.com/${_msi}"
32)
33sha256sums=(
34 '00d09924fbdbec122ec48e51f9ef49b5bce76c53fe258c21d233a4fd443d1265'
35 '8999dc0c78a199f15c1b1e6b49b5b5322dc43a36df5b60b09b8f5ce86c4a8f74'
36)
37
38package() {
39 local upstream_dir="${srcdir}/${_upstream}"
40
41 7z e -y "${srcdir}/${_msi}" 'Binary.emeditor.targetsize256.png' \
42 -o"${srcdir}" >/dev/null
43
44 install -Dm755 "${upstream_dir}/scripts/emeditor-wine" \
45 "${pkgdir}/usr/bin/emeditor-wine"
46 install -Dm644 "${upstream_dir}/assets/emeditor-wine.desktop" \
47 "${pkgdir}/usr/share/applications/emeditor-wine.desktop"
48 install -Dm644 "${srcdir}/${_msi}" \
49 "${pkgdir}/usr/share/${pkgname}/${_msi}"
50 install -Dm644 "${srcdir}/Binary.emeditor.targetsize256.png" \
51 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/emeditor-wine.png"
52 install -Dm644 "${upstream_dir}/LICENSE" \
53 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54 install -Dm644 "${upstream_dir}/README.md" \
55 "${pkgdir}/usr/share/doc/${pkgname}/README.md"
56}
57

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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion