lib32-gsm
The source is a standard tarball from the project's official domain (quut.com) used to build a 32-bit shared library; building from official project sources, even on a non-whitelisted host, is normal AUR practice and poses minimal risk.
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 source is a standard tarball from the project's official domain (quut.com) used to build a 32-bit shared library; building from official project sources, even on a non-whitelisted host, is normal AUR practice and poses minimal risk.
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:16
source=("http://www.quut.com/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ondřej Hošek <ondra.hosek@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Maxime de Roucy <maxime.deroucy@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=lib32-gsm
_pkgbase=gsm
pkgver=1.0.23
pkgrel=1
pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
arch=('x86_64')
url="http://www.quut.com/gsm/"
license=('custom')
depends=('gsm' 'lib32-glibc')
makedepends=('lib32-gcc-libs')
source=("http://www.quut.com/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
'gsm-shared.patch')
sha256sums=('8b7591a85ac9adce858f2053005e6b2eb20c23b8b8a868dffb2969645fa323c0'
'a86b6e91b40fa2cef8bd6937d068c62202cd16dc48bdd81d1a57fbb43d434001')
prepare() {
cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
patch -p0 -i "${srcdir}/gsm-shared.patch"
}
build() {
cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
# flags for shared lib
CFLAGS="${CFLAGS} -fPIC"
make \
CC="gcc -m32" \
CCFLAGS="-c ${CFLAGS} -fPIC -Wno-error=incompatible-pointer-types"
}
package() {
cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
# Prepare directories
install -m755 -d "${pkgdir}"/usr/{bin,lib,lib32,include/gsm,share/{licenses/${_pkgbase},man/man{1,3}}}
make -j1 \
CC="gcc -m32" \
INSTALL_ROOT="${pkgdir}/usr" \
GSM_INSTALL_LIB="${pkgdir}/usr/lib32" \
GSM_INSTALL_INC="${pkgdir}/usr/include/gsm" \
GSM_INSTALL_MAN="${pkgdir}/usr/share/man/man3" \
TOAST_INSTALL_MAN="${pkgdir}/usr/share/man/man1" \
install
# clean directories provided by 64-bit package
rm -Rf "${pkgdir}"/usr/{bin,include,lib,share}
}
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 |