gnocky
The source is a tarball from download.samba.org, a legitimate and project-associated host for gnokii-related software, making the download trustworthy despite not being on a standard whitelist; the package builds from source and installs only the project's own code.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from download.samba.org, a legitimate and project-associated host for gnokii-related software, making the download trustworthy despite not being on a standard whitelist; the package builds from source and installs only the project's own 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:12
source=("http://download.samba.org/pub/gnokii/$pkgname/$pkgname-$pkgver.tar.bz2")
PKGBUILD
1 offending line(s) highlighted# Current Contributor: Doug Penner <darwinsurvivor@gmail.com>
# Past Contributor: Marco Praher <marco.praher@gmx.at>
pkgname=gnocky
pkgver=0.0.7
pkgrel=4
pkgdesc='GTK written GUI frontend for gnokii'
arch=('i686' 'x86_64')
url='https://web.archive.org/web/20260215071737/http://www.gnokii.org/'
license=('GPL')
depends=('libglade' 'gnokii>=0.6.26' 'libical')
makedepends=('make' 'gcc')
source=("http://download.samba.org/pub/gnokii/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('90dcf5c2e2e6fcf81802ddda9477ab7b1ddb15fbe476c40f93de739995d2c0a3')
build() {
cd $srcdir/$pkgname-$pkgver
export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types"
./configure LIBS=-lgthread-2.0
make
}
package() {
cd $srcdir/$pkgname-$pkgver
make prefix=$pkgdir/usr/share/${pkgname} install
mkdir -p $pkgdir/usr/bin/
ln -s "/usr/share/gnocky/bin/gnocky" "$pkgdir/usr/bin/gnocky"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-07 00:30@@ -2,15 +2,15 @@ # Past Contributor: Marco Praher <marco.praher@gmx.at> pkgname=gnocky pkgver=0.0.7-pkgrel=3+pkgrel=4 pkgdesc='GTK written GUI frontend for gnokii' arch=('i686' 'x86_64')-url='http://www.gnokii.org/'+url='https://web.archive.org/web/20260215071737/http://www.gnokii.org/' license=('GPL') depends=('libglade' 'gnokii>=0.6.26' 'libical') makedepends=('make' 'gcc')-source=("http://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.gz")-md5sums=('607b25ee3bbfc0cee5664018c302d8e0')+source=("http://download.samba.org/pub/gnokii/$pkgname/$pkgname-$pkgver.tar.bz2")+sha256sums=('90dcf5c2e2e6fcf81802ddda9477ab7b1ddb15fbe476c40f93de739995d2c0a3') build() { cd $srcdir/$pkgname-$pkgverScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 23:12:41 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |