tiberiansun
The package downloads a freeware game archive from a known community host (cncfps.com), which is not on the whitelist but is a legitimate source for this software; the archive is checksummed and contains only game data and assets, not executable code that could be maliciously repurposed.
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 package downloads a freeware game archive from a known community host (cncfps.com), which is not on the whitelist but is a legitimate source for this software; the archive is checksummed and contains only game data and assets, not executable code that could be maliciously repurposed.
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
'https://downloads.cncfps.com/Freeware/Tibsun/OfficialCnCTiberianSun.rar')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alex Szczuczko <alex at szc dot ca>
pkgname=tiberiansun
pkgver=2.03
pkgrel=2
pkgdesc="Freeware release of Westwood's classic C&C: Tiberian Sun, with Firestorm Expansion (uses Wine)"
url='http://web.archive.org/web/20000302013458/http://www.westwood.com/games/ccuniverse/tiberiansun/index.html'
arch=('any')
license=('custom:freeware')
depends=('wine'
'winetricks')
makedepends=('unrar')
options=(!strip)
install='tiberiansun.install'
source=('tiberiansun.desktop'
'launch-tiberiansun.sh'
'README'
'fix-renderer.reg'
'https://downloads.cncfps.com/Freeware/Tibsun/OfficialCnCTiberianSun.rar')
noextract=('OfficialCnCTiberianSun.rar')
sha256sums=('ce9c09f9338c989d005bd8c9c425b930ad591a7ee135c5f6c4ccbce513c4199e'
'a325ce3c3de0ee7947418fd136e620a2cd84ca67999f358e360f9aea55f4dbe9'
'739ada7ac1b6b7614ad386bdd74f472a36902110daaba12cd2c7dd3d527e7e61'
'6a925ba54f6f96aa954f5d4237e0089bfcc3029eae2927b73dfd22292a4b3b15'
'b04219e715511de9baa2feb9827013c8e106f8d6b9b563936b8a2f650305dec5')
# Disable compression of the package
PKGEXT='.tar'
build() {
cd "$srcdir"
unrar x -o- OfficialCnCTiberianSun.rar
find "EA Games/" -type f -exec chmod 644 "{}" \;
find "EA Games/" -type d -exec chmod 755 "{}" \;
}
package() {
cd "$srcdir"
mkdir -p "$pkgdir/opt/$pkgname/"
# Main files and License
pushd 'EA Games/Command & Conquer The First Decade/Command & Conquer(tm) Tiberian Sun(tm)' >/dev/null
cp -R "SUN" "$pkgdir/opt/$pkgname/"
install -Dm644 SUN/LICENSE.DOC "$pkgdir/usr/share/licenses/$pkgname/LICENSE.DOC"
popd >/dev/null
# Online fixes
pushd 'EA Games/Command & Conquer The First Decade' >/dev/null
cp -R "Internet" "$pkgdir/opt/$pkgname/"
install -Dm644 "TiberianSun_OnlinePlayInstructions.txt" "$pkgdir/opt/$pkgname/Internet/TiberianSun_OnlinePlayInstructions.txt"
install -Dm644 "tibsun_regadd.reg" "$pkgdir/opt/$pkgname/Internet/tibsun_regadd.reg"
popd >/dev/null
# Launcher
install -Dm755 "launch-$pkgname.sh" "$pkgdir/opt/$pkgname/launch-$pkgname.sh"
mkdir -p "$pkgdir/usr/bin/"
ln -s -T "/opt/$pkgname/launch-$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "fix-renderer.reg" "$pkgdir/opt/$pkgname/"
# Icon
mkdir -p "$pkgdir/usr/share/icons/"
ln -s -T "/opt/$pkgname/SUN/SUN.ICO" "$pkgdir/usr/share/icons/$pkgname.ico"
# .desktop File
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
# Docs
install -Dm644 "README" "$pkgdir/opt/$pkgname/README"
}
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 |