basemark
maintainer dcelasun
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt tarball from the official vendor's CDN (basemark.com), which is a legitimate source for the software; the host is not whitelisted but is plausibly official, and the checksum is verified, making this a standard AUR package with no evidence of malicious intent or supply-chain risk.
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 prebuilt tarball from the official vendor's CDN (basemark.com), which is a legitimate source for the software; the host is not whitelisted but is plausibly official, and the checksum is verified, making this a standard AUR package with no evidence of malicious intent or supply-chain risk.
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:11
source=(https://cdn.downloads.basemark.com/BasemarkGPU-linux-x64-${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Can Celasun <can[at]dcc[dot]im>
2
3
pkgname=basemark
4
pkgver=1.2.3
5
pkgrel=6
6
pkgdesc="Basemark GPU - Graphics performance evaluation tool"
7
arch=('x86_64')
8
url="https://www.basemark.com/products/basemark-gpu/"
9
license=('custom')
10
depends=("xdg-utils" "libgl" "libxrandr" "gtk3" "alsa-lib" "mesa" "nss" "vulkan-icd-loader" "openssl-1.1" "inetutils" "libcurl-compat")
11
source=(https://cdn.downloads.basemark.com/BasemarkGPU-linux-x64-${pkgver}.tar.gz
12
${pkgname} ${pkgname}.desktop ${pkgname}.png license.txt)
13
sha256sums=('2d7431a7a32e89db52c2d2782f2d2ac1c91ff77ff5d1c8fcdc18c21ff65b9c9b'
14
'e45b53aec5d376cc2b26af49f640242251300a3b354661851c49094c520b3265'
15
'99b4e6df0c45fd3ed71bd38c7de041d08bab45daf1e8cee183ccc070ae4b686f'
16
'0f49324d4e1c761d1ef92e350a1ca667262659ecf98909c8b1d902f67dbad72b'
17
'9a9228a9d95c67e0bbe22a73edd3f2087cc386d9e4df74ce18aa7b23172aeef9')
18
19
package() {
20
mkdir -p "${pkgdir}/opt/${pkgname}"
21
mv "${srcdir}/basemarkgpu-${pkgver}/"* "${pkgdir}/opt/${pkgname}"
22
23
chmod +x "${pkgdir}/opt/${pkgname}/basemarkgpu"
24
25
install -m644 -D "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26
install -m644 -D "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/icons/${pkgname}.png"
27
install -m644 -D "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
28
install -m755 -D "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
29
}
30
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 |