eudic-ting-en-bin

maintainer Yeah · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a non-whitelisted host with SKIP'd checksums, creating a supply-chain risk if the source were compromised.

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}&date=Thursday%2c+July+2%2c+2026"
  • PKGBUILD:18 "LICENSE.html::https://www.eudic.net/v4/en/home/UserLicense"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt .deb from a non-whitelisted host with SKIP'd checksums, creating a supply-chain risk if the source were compromised.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: yeah <yeah_yaojiu@163.com>
2pkgname=eudic-ting-en-bin
3_pkgname=ting-en
4pkgver=26.6.2
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}&date=Thursday%2c+July+2%2c+2026"
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

Scan history

Scanned at (UTC)SeverityRules
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 3
2026-07-26 00:07:32 MEDIUM 3
2026-07-25 00:13:44 MEDIUM 3
2026-07-24 00:02:28 MEDIUM 3
2026-07-23 00:14:47 MEDIUM 3
2026-07-22 00:29:32 MEDIUM 3
2026-07-21 00:24:15 MEDIUM 3
2026-07-20 00:19:49 MEDIUM 3
2026-07-19 00:17:08 MEDIUM 3
2026-07-18 00:14:48 MEDIUM 3
2026-07-17 00:06:16 MEDIUM 3
2026-07-16 00:05:41 MEDIUM 3
2026-07-15 00:09:25 MEDIUM 3

Report a package

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

0 / 4000
Your suggestion