blackpenguin
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a historical Linux software archive (ibiblio.org), which is a legitimate but non-whitelisted host; the package builds from source and installs only game binaries and data, with no evidence of malicious behavior or unverifiable prebuilt executables.
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 tarball from a historical Linux software archive (ibiblio.org), which is a legitimate but non-whitelisted host; the package builds from source and installs only game binaries and data, with no evidence of malicious behavior or unverifiable prebuilt executables.
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:15
source=("http://www.ibiblio.org/pub/linux/games/arcade/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ian D. Scott <ian@iandouglasscott.com>
2
# old maintainer: Jens Staal <staal1978@gmail.com>
3
# old maintainer: Anton Bazhenov <anton.bazhenov at gmail>
4
5
pkgname=blackpenguin
6
pkgver=0.2
7
pkgrel=4
8
pkgdesc="An arcade style jump-on-cubes game with Penguin and Evil Window"
9
arch=('i686' 'x86_64')
10
url="http://www.ibiblio.org/pub/linux/games/arcade/"
11
license=('GPL')
12
depends=('libxext' 'qt5-base')
13
#in order to go more modern, more invasive changes are needed
14
#qt5 does not provide the qt3 compat headers and libs
15
source=("http://www.ibiblio.org/pub/linux/games/arcade/${pkgname}-${pkgver}.tar.gz"
16
"${pkgname}.patch"
17
"${pkgname}.png"
18
"${pkgname}.desktop"
19
"qt2to4.patch"
20
"blackpenguin-qt5.patch")
21
md5sums=('91ac8ac0f5588122c469e3f65b98c3df'
22
'f3ca77928e512e263fbf9e769d614260'
23
'9204e564d47ea7ce9592232e2bd31c92'
24
'55d2533c522dae44e9ac739a6fb287c0'
25
'5705ea4929b6eea8b4d39a4052ff5743'
26
'e9f73a47936e2eaeafe1f492cac53427')
27
28
build() {
29
cd "${srcdir}/${pkgname}-${pkgver}/src"
30
31
rm blackpenguin #ensure that a new binary is made
32
patch -Np2 -i ../../${pkgname}.patch
33
patch -Np2 -i ../../qt2to4.patch
34
mv appwindow.cpp{.alt,}
35
patch -Np2 -i ../../blackpenguin-qt5.patch
36
37
qmake-qt5 -makefile
38
make
39
}
40
41
package() {
42
cd "${srcdir}/${pkgname}-${pkgver}"
43
44
# Install game files
45
install -Dm755 src/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
46
47
# Install a desktop entry
48
install -Dm644 ../${pkgname}.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
49
install -Dm644 ../${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
50
51
# Install a readme file
52
install -Dm644 doc/README "${pkgdir}/usr/share/${pkgname}/README"
53
}
54
55
# vim:set ts=2 sw=2 et:
56
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 |