terabox-bin
MEDIUM
maintainer okbzl
4 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt .deb from a non-standard, untrusted host (data.nephobox.com), which is not the official Terabox domain, posing a supply-chain risk if the binary is tampered with.
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:27
source=("https://data.nephobox.com/issue/terabox/Linux/${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-standard, untrusted host (data.nephobox.com), which is not the official Terabox domain, posing a supply-chain risk if the binary is tampered with.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Okabe Zero-Link (okbzl). Email: okabezerolink@gmail.com
2
# Contributor: BadBoy <luckmelove2@gmail.com>
3
#
4
pkgname='terabox-bin'
5
_pkgname="$(echo $pkgname |cut -d - -f 1 | tr 'tb' 'TB')"
6
pkgver='1.47.0'
7
pkgrel='1'
8
pkgdesc='Baidu netdisc international version'
9
arch=('x86_64')
10
license=('custom')
11
url='https://www.terabox.com/chinese/'
12
13
depends=(
14
'gtkmm3'
15
'gtkmm'
16
'nspr'
17
'nodejs'
18
'alsa-lib'
19
'nss'
20
)
21
22
optdepends=(
23
'libappindicator-gtk3'
24
)
25
26
# DEB package
27
source=("https://data.nephobox.com/issue/terabox/Linux/${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
28
29
sha256sums=('f08433982bb1de139028e41f004518d18e31e2b93d6cfcf72f801d0546899f7d')
30
31
options=(!strip)
32
33
prepare() {
34
bsdtar -xpf "data.tar.bz2"
35
}
36
37
package() {
38
cd "${srcdir}"
39
40
# install application data
41
mv -v "usr" "${pkgdir}"
42
43
install -dm755 "${pkgdir}/usr/lib" "${pkgdir}/usr/share/licenses/${_pkgname}" "${pkgdir}/opt"
44
mv "opt/${_pkgname}" "${pkgdir}/opt/"
45
46
# fix promission
47
chmod 644 "${pkgdir}/opt/${_pkgname}/"*.so
48
find ${pkgdir} -type d -exec chmod 755 {} \;
49
50
# install license
51
ln -s "/usr/lib/${_pkgname}/LICENSE.electron.txt" \
52
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.electron.txt"
53
ln -s "/usr/lib/${_pkgname}/LICENSES.chromium.html" \
54
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSES.chromium.html"
55
}
56
57
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | 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 |
| 2026-08-29 00:29:17 | Medium | 2 |