gnocky

LOW
maintainer DarwinSurvivor 2 votes scanned 2026-09-07 00:30:15.757782
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:12 source=("http://download.samba.org/pub/gnokii/$pkgname/$pkgname-$pkgver.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1# Current Contributor: Doug Penner <darwinsurvivor@gmail.com>
2# Past Contributor: Marco Praher <marco.praher@gmx.at>
3pkgname=gnocky
4pkgver=0.0.7
5pkgrel=4
6pkgdesc='GTK written GUI frontend for gnokii'
7arch=('i686' 'x86_64')
8url='https://web.archive.org/web/20260215071737/http://www.gnokii.org/'
9license=('GPL')
10depends=('libglade' 'gnokii>=0.6.26' 'libical')
11makedepends=('make' 'gcc')
12source=("http://download.samba.org/pub/gnokii/$pkgname/$pkgname-$pkgver.tar.bz2")
13sha256sums=('90dcf5c2e2e6fcf81802ddda9477ab7b1ddb15fbe476c40f93de739995d2c0a3')
14
15build() {
16 cd $srcdir/$pkgname-$pkgver
17 export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types"
18 ./configure LIBS=-lgthread-2.0
19 make
20}
21
22package() {
23 cd $srcdir/$pkgname-$pkgver
24 make prefix=$pkgdir/usr/share/${pkgname} install
25 mkdir -p $pkgdir/usr/bin/
26 ln -s "/usr/share/gnocky/bin/gnocky" "$pkgdir/usr/bin/gnocky"
27}
28
29

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-$pkgver

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion