racer
maintainer PiterDeVries
· 22 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on a non-whitelisted but project-associated domain, which is normal for AUR packages; the source is not a prebuilt binary, and the license and build steps are standard, posing no real security 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from source hosted on a non-whitelisted but project-associated domain, which is normal for AUR packages; the source is not a prebuilt binary, and the license and build steps are standard, posing no real security risk.
2 higher static findings 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=("http://hippo.nipax.cz/src/${pkgname}-${pkgver}.tar.gz"
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: PiterDeVries <https://aur.archlinux.org/account/PiterDeVries>
2
3
pkgname=racer
4
pkgver=1.1.64
5
pkgrel=4
6
pkgdesc='2D car racing game'
7
arch=('i686' 'x86_64')
8
url="http://hippo.nipax.cz/download.cz.php?id=64"
9
license=('GPL-2.0-only')
10
depends=('allegro4' 'libjpeg-turbo')
11
source=("http://hippo.nipax.cz/src/${pkgname}-${pkgver}.tar.gz"
12
"${pkgname}.install")
13
sha256sums=('cefe897592038e7abbea6b7990945cc435eaf83723f446e773a20ac56ad60969'
14
'b4c42bc1c80201529ab639daefabb4853ee583bd7072293a88f39b8ed26ee0a2')
15
install="${pkgname}.install"
16
17
build() {
18
cd "$srcdir/${pkgname}-${pkgver}"
19
make
20
}
21
22
package() {
23
cd "$srcdir/${pkgname}-${pkgver}"
24
make DESTDIR="${pkgdir}"/usr install
25
26
# finally, copy the license and readme files from srcdir to /usr/share/racer:
27
cp ./COPYING $pkgdir/usr/share/${pkgname}
28
cp ./README $pkgdir/usr/share/${pkgname}
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-07-16 00:05+++ PKGBUILD @ 2026-08-03 00:08@@ -1,25 +1,30 @@-# Maintainer: Jose Riha <jose1711 [at] gmail (dot) com>-# Contributor: josephgbr+# Maintainer: PiterDeVries <https://aur.archlinux.org/account/PiterDeVries> pkgname=racer pkgver=1.1.64-pkgrel=3-pkgdesc="2D car racing game"+pkgrel=4+pkgdesc='2D car racing game' arch=('i686' 'x86_64') url="http://hippo.nipax.cz/download.cz.php?id=64"-license=("GPL2")-depends=('allegro4' 'libjpeg')-source=("http://hippo.nipax.cz/src/${pkgname}-${pkgver}.tar.gz")-md5sums=('063e87c43071e6dcb112807abc422bd7')-install=racer.install+license=('GPL-2.0-only')+depends=('allegro4' 'libjpeg-turbo')+source=("http://hippo.nipax.cz/src/${pkgname}-${pkgver}.tar.gz"+ "${pkgname}.install")+sha256sums=('cefe897592038e7abbea6b7990945cc435eaf83723f446e773a20ac56ad60969'+ 'b4c42bc1c80201529ab639daefabb4853ee583bd7072293a88f39b8ed26ee0a2')+install="${pkgname}.install" build() {- cd ${pkgname}-${pkgver}+ cd "$srcdir/${pkgname}-${pkgver}" make } package() {- cd ${pkgname}-${pkgver}+ cd "$srcdir/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}"/usr install++ # finally, copy the license and readme files from srcdir to /usr/share/racer:+ cp ./COPYING $pkgdir/usr/share/${pkgname}+ cp ./README $pkgdir/usr/share/${pkgname} } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 19:52:44 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |