eudic-ting-en-bin

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

The package downloads a prebuilt .deb from a non-whitelisted host (static.frdic.com) with unverifiable checksums (SKIP), posing a supply-chain risk if the host is compromised or the artifact is swapped.

Triggered rules

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:17 source=("${_pkgname}-${pkgver}.deb::https://static.frdic.com/pkg/ting_en/ting_en.deb?ver=${pkgver}"
  • PKGBUILD:18 "LICENSE.html::https://www.eudic.net/v4/en/home/UserLicense"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-whitelisted host (static.frdic.com) with unverifiable checksums (SKIP), posing a supply-chain risk if the host is compromised or the artifact is swapped.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: yeah <yeah_yaojiu@163.com>
2pkgname=eudic-ting-en-bin
3_pkgname=ting-en
4pkgver=26.9.1
5pkgrel=1
6pkgdesc="Eudic Daily English Listening (欧路软件 每日听力)"
7arch=('x86_64')
8url="https://www.eudic.cn"
9license=('custom')
10depends=(
11 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils'
12 'at-spi2-core' 'util-linux-libs' 'libsecret' 'alsa-lib'
13)
14optdepends=('libappindicator-gtk3: Tray icon support')
15provides=("${_pkgname}")
16conflicts=("${_pkgname}")
17source=("${_pkgname}-${pkgver}.deb::https://static.frdic.com/pkg/ting_en/ting_en.deb?ver=${pkgver}"
18 "LICENSE.html::https://www.eudic.net/v4/en/home/UserLicense"
19 "PrivacyPolicy.html::https://www.eudic.net/v4/en/home/privacy"
20)
21sha256sums=('SKIP' 'SKIP' 'SKIP')
22options=(!debug !strip)
23
24package() {
25
26 tar -xf data.tar.xz -C "${pkgdir}"
27
28 mv "${pkgdir}/opt/每日英语听力" "${pkgdir}/opt/${_pkgname}"
29 if [ -f "${pkgdir}/usr/share/applications/ting_en.desktop" ]; then
30 sed -i "s|/opt/每日英语听力|/opt/${_pkgname}|g" "${pkgdir}/usr/share/applications/ting_en.desktop"
31 fi
32
33 if [ -f "${pkgdir}/opt/${_pkgname}/chrome-sandbox" ]; then
34 chmod 4755 "${pkgdir}/opt/${_pkgname}/chrome-sandbox"
35 fi
36
37 install -d "${pkgdir}/usr/bin"
38
39 ln -sf "/opt/${_pkgname}/ting_en" "${pkgdir}/usr/bin/ting_en"
40
41 install -Dm644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html"
42 install -Dm644 PrivacyPolicy.html "${pkgdir}/usr/share/licenses/${pkgname}/PrivacyPolicy.html"
43}
44

Changes since previous scan

--- PKGBUILD @ 2026-09-15 00:25
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: yeah <yeah_yaojiu@163.com>
pkgname=eudic-ting-en-bin
_pkgname=ting-en
-pkgver=26.6.2
+pkgver=26.9.1
pkgrel=1
pkgdesc="Eudic Daily English Listening (欧路软件 每日听力)"
arch=('x86_64')
@@ -14,7 +14,7 @@
optdepends=('libappindicator-gtk3: Tray icon support')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}-${pkgver}.deb::https://static.frdic.com/pkg/ting_en/ting_en.deb?ver=${pkgver}&date=Thursday%2c+July+2%2c+2026"
+source=("${_pkgname}-${pkgver}.deb::https://static.frdic.com/pkg/ting_en/ting_en.deb?ver=${pkgver}"
"LICENSE.html::https://www.eudic.net/v4/en/home/UserLicense"
"PrivacyPolicy.html::https://www.eudic.net/v4/en/home/privacy"
)

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 15:19:57 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2

Report a package

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

0 / 4000
Your suggestion