knossu
maintainer vcalv
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official website (jonathanwhiting.com), which is the developer's own domain; despite the non-whitelisted host, this is a legitimate and expected source for the software, and the archive has a valid checksum.
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 a source archive from the project's official website (jonathanwhiting.com), which is the developer's own domain; despite the non-whitelisted host, this is a legitimate and expected source for the software, and the archive has a valid checksum.
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:14
"${pkgname}-${pkgver}.zip::https://jonathanwhiting.com/games/knossu/knossu_linux64_${pkgver}.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: vcalv
2
3
pkgname=knossu
4
pkgver=2015_10_14_1113
5
pkgrel=1
6
pkgdesc='A Doom-like non-euclidean horror game'
7
arch=('x86_64')
8
url='https://jonathanwhiting.com/games/knossu/'
9
license=('custom')
10
depends=(glew1.10 libpng12)
11
provides=('knossu')
12
options=('!strip' '!emptydirs')
13
source=(
14
"${pkgname}-${pkgver}.zip::https://jonathanwhiting.com/games/knossu/knossu_linux64_${pkgver}.tgz"
15
knossu.png
16
knossu.desktop
17
knossu.exe
18
)
19
sha512sums=('9338a41e6bb9f932eee691fe0ac4b68412005eb5c4eea8514d416fe456e5f7515eb56b12fb136fc654a87a4dfb3fec8feb2cf8421fbaf08768c1649fb3ecea97'
20
'f6738e034fa9700f513e0a47ae06f35875a1015d3185f61786f52819afeb37ff5c855674c5f980be4e603aec8d8fa787c0362ddd23305f9803a2cd4b31913ffd'
21
'1ef70c99114d25f83f852411fbeff168a1bbf6cb2a2a276e1612e0c504663fd7122d60dc9cf947c6d8a8f7a452957109fa35198ad4e9baf52a95ae466d7251f0'
22
'5acba4ce096da6cea54490098d873e6c8e55d601b4a7208ffb5f3d653d97874458d3b4600e28f02f19e8562ec9da38a36446135f80b0af0bf0bba65af7b80ae1')
23
24
_installdir='/opt/knossu'
25
26
package() {
27
_doc="${pkgdir}/usr/share/doc/${pkgname}"
28
_src="knossu_linux64_${pkgver}"
29
30
install -d "${_doc}"
31
install -d "${pkgdir}/usr/bin/"
32
install -d "${pkgdir}/${_installdir}"
33
34
cp -r "${_src}"/* "${pkgdir}/${_installdir}"
35
mv "${pkgdir}/${_installdir}"/README.txt "${_doc}"
36
mv "${pkgdir}/${_installdir}"/knossu "${pkgdir}/${_installdir}"/knossu.exe
37
38
install knossu.exe -T "${pkgdir}/${_installdir}"/knossu
39
40
ln -s "${_installdir}/knossu" "${pkgdir}/usr/bin/knossu"
41
42
install -Dt "$pkgdir/usr/share/applications/" "knossu.desktop"
43
install -Dt "$pkgdir/usr/share/pixmaps/" "knossu.png"
44
45
}
46
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 |