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>
2
pkgname=eudic-ting-en-bin
3
_pkgname=ting-en
4
pkgver=26.6.2
5
pkgrel=1
6
pkgdesc="Eudic Daily English Listening (欧路软件 每日听力)"
7
arch=('x86_64')
8
url="https://www.eudic.cn"
9
license=('custom')
10
depends=(
11
'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils'
12
'at-spi2-core' 'util-linux-libs' 'libsecret' 'alsa-lib'
13
)
14
optdepends=('libappindicator-gtk3: Tray icon support')
15
provides=("${_pkgname}")
16
conflicts=("${_pkgname}")
17
source=("${_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
)
21
sha256sums=('SKIP' 'SKIP' 'SKIP')
22
options=(!debug !strip)
23
24
package() {
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) | 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 | 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 |