ttf-fonts-gb-deepin
maintainer huyz
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official .deb files from UnionTech's own domain to extract GB18030 TTF fonts;虽host不在白名单但属项目官方源,且安装内容为非可执行字体文件,风险低
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 official .deb files from UnionTech's own domain to extract GB18030 TTF fonts;虽host不在白名单但属项目官方源,且安装内容为非可执行字体文件,风险低
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
"fs-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-fs_$pkgver-deepin1_all.deb"
PKGBUILD
1 offending line(s) highlighted
1
pkgname=ttf-fonts-gb-deepin
2
pkgver=1.2
3
pkgrel=1
4
pkgdesc="GB18030 fonts from deepin"
5
arch=('any')
6
url="http://www.deepin.org"
7
license=('custom')
8
depends=('fontconfig')
9
source=(
10
"fs-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-fs_$pkgver-deepin1_all.deb"
11
"ht-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-ht_$pkgver-deepin1_all.deb"
12
"kt-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-kt_$pkgver-deepin1_all.deb"
13
"st-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-st_$pkgver-deepin1_all.deb"
14
"xbs-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-xbs_$pkgver-deepin1_all.deb"
15
"st-super-$pkgver.deb::https://com-store-packages.uniontech.com/appstore/pool/appstore/f/fonts-gb/fonts-gb-st-super_$pkgver-deepin1_all.deb"
16
)
17
sha256sums=('f78a32ba69666ececf12f28abca935aade1f4eea9cf18909dd03078874770954'
18
'5824e25e5d27515a51a6ab79dbfd3fb60a8243222e681f071c6b11041c7da870'
19
'2ae88f785c2d74c94643b0eb7eba225773a26c1286ccb000c13b756af11da569'
20
'2166c9625eaa8d03edd7e6cc271f0428e5c2249a49594406611e964e60545369'
21
'9f45cfb08297338213f6102e2a18171f7520a412b6514b2ce57d392f05f64ff1'
22
'796b42a641eee4ca16b78a88d5e624a16dfdad8a58639a6c41fbdda9df1d7d99')
23
noextract=(
24
"fs-$pkgver.deb"
25
"ht-$pkgver.deb"
26
"kt-$pkgver.deb"
27
"st-$pkgver.deb"
28
"xbs-$pkgver.deb"
29
"st-super-$pkgver.deb"
30
)
31
32
package() {
33
cd $srcdir
34
ar x fs-$pkgver.deb
35
tar xvf data.tar.xz
36
ar x ht-$pkgver.deb
37
tar xvf data.tar.xz
38
ar x kt-$pkgver.deb
39
tar xvf data.tar.xz
40
ar x st-$pkgver.deb
41
tar xvf data.tar.xz
42
ar x xbs-$pkgver.deb
43
tar xvf data.tar.xz
44
ar x st-super-$pkgver.deb
45
tar xvf data.tar.xz
46
47
mkdir -p $pkgdir/usr/share/fonts/TTF/fonts-gb-deepin
48
find $srcdir -name "*.ttf" -exec install -Dm644 {} -t $pkgdir/usr/share/fonts/TTF/fonts-gb-deepin \;
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 |