caelum
maintainer laetitiavermeil
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a versioned archive from a project-associated Google Code host, which is non-standard but plausibly official; it is a source code tarball, not a prebuilt binary, and the build process is transparent, so the risk is low despite the non-whitelisted host.
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 versioned archive from a project-associated Google Code host, which is non-standard but plausibly official; it is a source code tarball, not a prebuilt binary, and the build process is transparent, so the risk is low despite the non-whitelisted host.
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:16
source=("http://caelum.googlecode.com/files/caelum-${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
2
# Contributor: egore911
3
# Contributor: Falcata
4
# Contributor: Jose Riha <jose1711 gmail com>
5
6
pkgname=caelum
7
pkgver=0.6.1
8
pkgrel=4
9
pkgdesc="Library for OGRE targeted to help create nice-looking atmospheric effects."
10
arch=('i686' 'x86_64')
11
url="http://www.ogre3d.org/tikiwiki/Caelum"
12
depends=('ogre' 'cegui' 'doxygen' 'boost')
13
makedepends=('cmake')
14
provides=('caelum')
15
license=('LGPL')
16
source=("http://caelum.googlecode.com/files/caelum-${pkgver}.zip"
17
"caelum-ogre-1.9.patch"
18
"caelumplugin.patch")
19
sha512sums=('d1c6135f88491c3d45211de1652c0b11d8de30dbba8edeb440f52e35964be48b3cf45cfc4cfa926642b4d6e43751e4e449524046af21a2c3d1b20ae3576585f1'
20
'3df2935c9191a7bf6a923edf09461379ee6a69370baba6b526e82d577821dafe28d3cc3ccaa949447ec32c625845bf39bebea076866530356ed4b712689b3c10'
21
'b4306ad8402ed9e2619c77c671f62b89f6ce105109b10573abb0a1465d505938312561d46eda5ec3620435b6388a1476eb317c38e7d8aa3248e51b341645ed3e')
22
23
build() {
24
cd ${srcdir}/caelum-${pkgver}
25
patch -p0 < ${srcdir}/caelum-ogre-1.9.patch
26
patch -p0 < ${srcdir}/caelumplugin.patch
27
28
# get a clean build dir
29
[[ -d build ]] && rm -rf build
30
mkdir build && cd build
31
32
cmake .. \
33
-DCMAKE_INSTALL_PREFIX=/usr
34
35
make
36
}
37
38
package() {
39
cd ${srcdir}/caelum-${pkgver}/build
40
make DESTDIR=${pkgdir} install
41
}
42
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 |