libofa
The source is a tarball from Google Code Archive (now read-only) hosted on Google's domain, which is a reliable historical source; the package builds from verifiable source code with provided checksums, and no untrusted or executable payloads are involved.
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 tarball from Google Code Archive (now read-only) hosted on Google's domain, which is a reliable historical source; the package builds from verifiable source code with provided checksums, and no untrusted or executable payloads are involved.
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:13
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libofa
pkgver=0.9.3
pkgrel=11
pkgdesc="An open-source audio fingerprint by MusicIP"
arch=('x86_64')
url="https://github.com/tanob/libofa"
license=('GPL2' 'custom')
depends=('expat' 'curl' 'fftw')
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-$pkgver.tar.gz"
'libofa-gcc4.patch'
'libofa-gcc4.3.patch'
'libofa-gcc4.5.patch'
'libofa-0.9.3-curl-7.21.patch'
'libofa-0.9.3-gcc-4.7.patch')
sha256sums=('0216466153e92058c5202dea03390ddc7601d916b983f71ce4f4d034405590a0'
'29955fe97cdb3cc2eb72b7b05f1ae38cc5c98b1740a0db96d61f51a13d380cd8'
'99fb50907d98640b21a42d00fccee1fa33a02dfabf94a40374766fcc823f5dd3'
'6557e9c5ff2a8e0d5f0a91d9faa0ac43b7278926631d45a504cd17fe07fd3c68'
'2fa49ced7b47cf05641d1413965244693ffd514ec9d409a784b92751ae4d1c90'
'e0c28752df197ce38f9762aded5df12e1ba1181f721f42fddb83ec1178e90c58')
prepare() {
cd ${pkgname}-${pkgver}
patch -p0 -i "${srcdir}/libofa-gcc4.patch"
patch -p1 -i "${srcdir}/libofa-gcc4.3.patch"
patch -p1 -i "${srcdir}/libofa-gcc4.5.patch"
patch -p1 -i "${srcdir}/libofa-0.9.3-gcc-4.7.patch"
patch -p1 -i "${srcdir}/libofa-0.9.3-curl-7.21.patch"
autoreconf -fvi
}
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |