eusoft-dehelper-bin
Triggered rules
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:64
"${pkgname%-bin}-${pkgver}.deb::https://www.eudic.net/download/${_pkgname}.deb?v=${pkgver//./-}" -
PKGBUILD:65
"LICENSE.html::https://dict.eudic.net/home/privacy"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from eudic.net (the official vendor domain for Eudic/Eusoft dictionary software — the same company that runs godic.net listed as the url). This is the upstream vendor's own distribution host, not a random personal or unofficial host. The sha256sum is pinned, which mitigates substitution risk. However, it is still a prebuilt binary blob from a closed-source commercial vendor rather than a source build, and the .deb is fetched with a version-parameterized URL which could theoretically serve different content if the server ignores the query parameter (though the hash pins it). The LICENSE.html is fetched from a live URL at build time without a stable hash guarantee across rebuilds (though a hash is provided for the current fetch). Overall this is a standard 'prebuilt binary from upstream vendor' pattern common in AUR -bin packages; the domain is the legitimate vendor. The medium rating is marginally justified only because it is an executed proprietary binary blob, not because the host is suspicious.
PKGBUILD
2 offending line(s) highlighted# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
_pkgname=dehelper
pkgname="eusoft-${_pkgname}-bin"
pkgver=11.6.0
pkgrel=1
pkgdesc="Authoritative German dictionary software, an essential tool for German learners.(Prebuilt version)德语助手,权威的德语词典软件,德语学习者必备的工具."
arch=('x86_64')
url="https://www.godic.net/"
license=('LicenseRef-custom')
conflicts=(
"${pkgname%-bin}"
"${_pkgname}"
)
depends=(
'libvorbis'
'nss'
'speex'
'libjpeg-turbo'
'gdk-pixbuf2'
'v4l-utils'
'harfbuzz'
'lame'
'gst-plugins-base-libs'
'libogg'
'libpng'
'gmp'
'libthai'
'mesa'
'gst-plugins-bad-libs'
'libgudev'
'gstreamer'
'libiec61883'
'libavc1394'
'libpulse'
'util-linux-libs'
'libtheora'
'bzip2'
'pipewire-jack'
'libgpg-error'
'libxfixes'
'mpg123'
'cdparanoia'
'orc'
'libxext'
'graphene'
'libxv'
'libp11-kit'
'alsa-lib'
'libraw1394'
'libglvnd'
'gtk3'
'opus'
'openssl-1.0'
'libdv'
'aalib'
'libshout'
'twolame'
'libsoup'
'wavpack'
'libcaca'
)
options=("!strip")
source=(
"${pkgname%-bin}-${pkgver}.deb::https://www.eudic.net/download/${_pkgname}.deb?v=${pkgver//./-}"
"LICENSE.html::https://dict.eudic.net/home/privacy"
"${pkgname%-bin}.sh"
)
sha256sums=('fc47e56b3907522a8d3dbd906a4e4117991e0aed772c08547b0214c8b08fcccc'
'a961d77963997afda7147235ae0540912aa8300d9ccdf2dddf90f1893045adac'
'07aefce5b6c9dce4fec424cfb3d1c2456680d6936e62651484253a031c921db9')
prepare() {
sed -i -e "
s/@appname@/${pkgname%-bin}/g
s/@appasar@/${_pkgname}/g
" "${srcdir}/${pkgname%-bin}.sh"
bsdtar -xf "${srcdir}/data."*
sed -i -e "
s/\/usr\/share\/${pkgname%-bin}\/AppRun/${pkgname%-bin}/g
s/com.eusoft.${_pkgname}/${pkgname%-bin}/g
" "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm755 -d "${pkgdir}/usr/lib"
cp -Pr --no-preserve=ownership "${srcdir}/usr/share/${pkgname%-bin}" "${pkgdir}/usr/lib"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${srcdir}/usr/share/pixmaps/com.eusoft.${_pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
install -Dm644 "${srcdir}/LICENSE.html" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |