solar2
The hib:// URL is a custom protocol handled locally by a DLAGENT script; the actual game data must be manually downloaded by the user, and the package only installs and configures the pre-downloaded files without executing remote code.
Triggered rules
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 hib:// URL is a custom protocol handled locally by a DLAGENT script; the actual game data must be manually downloaded by the user, and the package only installs and configures the pre-downloaded files without executing remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:19
"${pkgname}.png::https://humblebundle-a.akamaihd.net/misc/files/a72badb523/images/icons/solar_android_pc.png")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=solar2
pkgver=1.10
pkgrel=3
pkgdesc='An open-world, sandbox game set in an infinite abstract universe (game sold separately)'
url='http://murudai.com/solar/'
license=('custom')
arch=('i686' 'x86_64')
# Dependencies that don't appear to be necessary, but are listed in configs:
# sdl_image, sdl_ttf, sdl_net, freealut, libxi
if [ "$CARCH" == "x86_64" ]; then
depends=('lib32-sdl_mixer' 'lib32-glu' 'lib32-openal')
else
depends=('sdl_mixer' 'glu' 'openal')
fi
source=("hib://${pkgname}-linux-${pkgver}.tar.gz"
"${pkgname}.desktop"
"${pkgname}.png::https://humblebundle-a.akamaihd.net/misc/files/a72badb523/images/icons/solar_android_pc.png")
md5sums=('243918907eea486fdc820b7cac0c260b'
'642ebed8f1bbbc0541ed826e775b7c65'
'632b6b015930edc631d5ad2e51ea3b17')
options=('!strip')
# You can download the Humble Indie Bundle file manually, or you can configure
# DLAGENTS in makepkg.conf to auto-download.
#
# For example, to use hib-dlagent to download files set something like this in
# your makepkg.conf (change/add -k and add -u/-p to your needs):
# DLAGENTS=('hib::/usr/bin/hib-dlagent -k 1a2b3c -o %o $(echo %u | cut -c 7-)')
#
# To auto-search through a directory containing Humble Bundle downloads, you
# could set:
# DLAGENTS=('hib::/usr/bin/find /path/to/downloads -name $(echo %u | cut -c 7-) -exec ln -s \{\} %o \; -quit')
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Download the file manually to \"$(pwd)\" or setup hib:// DLAGENT in /etc/makepkg.conf"; echo "Read this PKGBUILD for more info."; exit 1')
PKGEXT='.pkg.tar'
package() {
cd "${srcdir}/Solar2"
install -d "${pkgdir}/opt/"
cp -rl . "${pkgdir}/opt/${pkgname}"
# Use system-provided libraries.
rm "${pkgdir}/opt/${pkgname}/lib/libmad.so.0"
rm "${pkgdir}/opt/${pkgname}/lib/libmad.so.0.2.1"
rm "${pkgdir}/opt/${pkgname}/lib/libmikmod.so.2"
rm "${pkgdir}/opt/${pkgname}/lib/libmikmod.so.2.0.4"
rm "${pkgdir}/opt/${pkgname}/lib/libopenal.so.1.13.0"
rm "${pkgdir}/opt/${pkgname}/lib/libopenal.so.1"
rm "${pkgdir}/opt/${pkgname}/lib/libSDL_mixer-1.2.so.0"
rm "${pkgdir}/opt/${pkgname}/lib/libSDL_mixer-1.2.so.0.10.1"
sed -i "s#lib/##" "${pkgdir}/opt/${pkgname}/Tao.Sdl.dll.config"
# Replace duplicate library with a symbolic link.
rm "${pkgdir}/opt/${pkgname}/lib/libmono-2.0.so"
ln -s libmono-2.0.so.1 "${pkgdir}/opt/${pkgname}/lib/libmono-2.0.so"
install -d "${pkgdir}/usr/bin/"
ln -s "/opt/${pkgname}/Solar2.bin.x86" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "${srcdir}/${pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -m644 "${srcdir}/${pkgname}.png" "${pkgdir}/opt/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |