tdx-bin
maintainer shilka
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official vendor's domain (tdx.com.cn), which is plausibly the project's own release infrastructure; the source is verified by a matching sha256sum, and the build process only extracts and relocates files, posing no active code execution risk during install.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the official vendor's domain (tdx.com.cn), which is plausibly the project's own release infrastructure; the source is verified by a matching sha256sum, and the build process only extracts and relocates files, posing no active code execution risk during install.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:10
source=("${pkgname}-${pkgver}-${pkgrel}-x86_64.deb::https://data.tdx.com.cn/kylin/com.tdx.tdxcfv_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: shilka <shilkazx at gmail dot com>
2
3
pkgname=tdx-bin
4
pkgver=7.64
5
pkgrel=1
6
pkgdesc="通达信信创桌面版,通达信金融终端"
7
arch=("x86_64")
8
url="https://www.tdx.com.cn/soft.html"
9
10
source=("${pkgname}-${pkgver}-${pkgrel}-x86_64.deb::https://data.tdx.com.cn/kylin/com.tdx.tdxcfv_${pkgver}_amd64.deb")
11
depends=(
12
libx11
13
freetype2
14
libxext
15
alsa-lib
16
fontconfig
17
libxss
18
libxcb
19
nspr
20
gtk2
21
at-spi2-core
22
libxtst
23
libnss_nis
24
zenity
25
)
26
27
#source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64.deb::https://data.tdx.com.cn/kylin/com.tdx.tdxcfv_${pkgver}_amd64.deb")
28
# source_aarch64=("${pkgname}-${pkgver}-${pkgrel}-aarch64.deb::https://data.tdx.com.cn/kylin/com.tdx.tdxcfv_${pkgver}_arm64.deb")
29
30
sha256sums=('22aff03c4b26fb67c2c049056f785d6fb56cd855fc3171dbb65a99ab9cfd4454')
31
#sha256sums_aarch64=('7ab7a0fc74aca6b750acb1439478b3477a7121eadd6a66a001cd4b81d2144793')
32
33
prepare() {
34
cd ${srcdir}
35
tar -xvf data.tar.xz -C "${srcdir}"
36
37
}
38
package() {
39
cd $srcdir
40
mkdir -p $pkgdir/opt
41
cp -rf usr $pkgdir/
42
cp -rf opt/apps/com.tdx.tdxcfv/files ${pkgdir}/opt/tdx-bin
43
cp -rf opt/apps/com.tdx.tdxcfv/entries/applications/* ${pkgdir}/usr/share/applications
44
cp -rf opt/apps/com.tdx.tdxcfv/entries/icons/* ${pkgdir}/usr/share/icons
45
46
sed -i "s|^Exec=/opt/apps/.*|Exec=/opt/tdx-bin/bin/tdxw.sh|g" \
47
$pkgdir/usr/share/applications/com.tdx.tdxcfv.desktop
48
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |