fmodex
maintainer nerflad
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from a non-whitelisted host, but it is a legitimate and permissioned release of proprietary software, with a verifiable checksum, and the worst case of a swapped source would be supply-chain compromise of a binary library.
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 prebuilt binary from a non-whitelisted host, but it is a legitimate and permissioned release of proprietary software, with a verifiable checksum, and the worst case of a swapped source would be supply-chain compromise of a binary library.
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=("fmodapi44464linux.tar.gz::https://zdoom.org/files/fmod/fmodapi44464linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# $Id$
2
# Maintainer: Eric Bailey <nerflad@gmail.com>
3
# Prior Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
4
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
5
6
# Note: This package is proprietary and distribution is limited. However, we
7
# have written permission to by the FMOD CEO to distribute this in binary form.
8
pkgname=fmodex
9
pkgver=4.44.64
10
pkgrel=1
11
pkgdesc="An advanced audio engine"
12
arch=('i686' 'x86_64')
13
url="http://www.fmod.org/"
14
license=('custom')
15
source=("fmodapi44464linux.tar.gz::https://zdoom.org/files/fmod/fmodapi44464linux.tar.gz")
16
sha256sums=('21a24f1394ae6981a47be0281f69ce41201801e59fb88084c49c5fd5459af010')
17
18
package() {
19
cd fmodapi${pkgver//./}linux
20
21
mkdir -p ${pkgdir}/usr/lib
22
mkdir -p ${pkgdir}/usr/include/fmodex
23
24
cp -d api/lib/* ${pkgdir}/usr/lib/
25
[[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64*
26
27
if [[ $CARCH == "x86_64" ]]; then
28
cd ${pkgdir}/usr/lib
29
ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so
30
ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so
31
cd ${srcdir}/fmodapi${pkgver//./}linux
32
fi
33
34
cp api/inc/* ${pkgdir}/usr/include/fmodex/
35
36
install -Dm644 documentation/LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
37
38
mkdir -p ${pkgdir}/usr/share/doc/fmodex
39
cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex
40
}
41
42
# vim:set ts=2 sw=2 et:
43
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 |