ast-dkms
maintainer psiegl
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a driver tarball from the official aspeedtech.com domain, which is the vendor's own site; building from a non-whitelisted host is normal for AUR packages when the source is legitimate and verifiable, and the checksum is provided.
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 source is a driver tarball from the official aspeedtech.com domain, which is the vendor's own site; building from a non-whitelisted host is normal for AUR packages when the source is legitimate and verifiable, and the checksum is provided.
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:18
source=("https://www.aspeedtech.com/file/support/Linux_DRM_${pkgver}_${pkgrel}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Patrick Siegl < patrick dot siegl at gmx dot germany >
2
3
pkgname="ast-dkms"
4
_pkgbase="${pkgname%-*}"
5
6
provides=("$_pkgbase")
7
8
pkgver="1.14.2"
9
pkgrel="2"
10
pkgdesc="ASPEED Graphics Linux DRM Driver"
11
url="https://www.aspeedtech.com/tw/support_driver/"
12
license=("MIT")
13
arch=("x86_64")
14
15
depends=("dkms" "linux-headers")
16
17
install=${_pkgbase}.install
18
source=("https://www.aspeedtech.com/file/support/Linux_DRM_${pkgver}_${pkgrel}.tar.gz"
19
"001-ast_drv-drm_fbdev_generic.patch"
20
"dkms.conf")
21
sha512sums=("7e94978c62a50a6cd677820e04049c7c7dec16661ab72d0b4cdaf457799076ef1c510f093efb26eaaa25c1c9766a74f071610c1288628f7bd46a7a88cb1481d3"
22
"4f9ad030f2c9d35ac96972171703422add2d730878f3858f8cfec6d2dbf2a83c8b52ec53d5f43667ec48ebcce0600296ce2af57db727418a2b11d948eeb0d9be"
23
"11c62f667560ec7b540e804a0e18af2b6293fcb5c7e971bbd556ebd781acabc81bd3f1a445659e676fbb5c35688059452230a7779674f0d807400a47172dc12c")
24
25
prepare() {
26
patch --forward --strip=1 --input="${srcdir}/001-ast_drv-drm_fbdev_generic.patch"
27
}
28
29
package() {
30
install -d "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}_${pkgrel}/
31
cp ${srcdir}/Linux_DRM_${pkgver}_${pkgrel}/sources/src601/{Makefile,ast_dp.c,ast_dp501.c,ast_dram_2500.c,ast_dram_tables.h,ast_drv.c,ast_drv.h,ast_i2c.c,ast_main.c,ast_mm.c,ast_mode.c,ast_post.c,ast_tables.h} "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}_${pkgrel}/
32
cp ${srcdir}/Linux_DRM_${pkgver}_${pkgrel}/COPYING "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}_${pkgrel}/LICENSE
33
34
install -Dm644 ${srcdir}/dkms.conf "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}_${pkgrel}/dkms.conf
35
sed -e "s/@_PKGBASE@/${_pkgbase}/" \
36
-e "s/@PKGVER@/${pkgver}_${pkgrel}/" \
37
-i "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}_${pkgrel}/dkms.conf
38
}
39
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 |