gnu-poke-git
The package builds from official and plausibly project-related Git repositories, including the main GNU Savannah host; the non-whitelisted jitter.git is a submodule from a personal domain but is part of the project's build process and not an unverifiable binary.
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 package builds from official and plausibly project-related Git repositories, including the main GNU Savannah host; the non-whitelisted jitter.git is a submodule from a personal domain but is part of the project's build process and not an unverifiable binary.
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:23
"git+https://git.ageinghacker.net/jitter"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nichlas Severinsen <ns@nsz.no>
# Contributor: Arvedui <arvedui@posteo.de>
# Contributor: Yunxiang Li <shironeko@waifu.club>
pkgname=gnu-poke-git
_gitname=poke
pkgver=r5339.bf7d302e
pkgrel=1
pkgdesc="The GNU extensible binary editor"
arch=(i686 x86_64 armv6h armv7h aarch64)
url="http://www.jemarch.net/poke.html"
license=('GPL3')
depends=('gc' 'readline' 'gettext' 'json-c')
makedepends=('help2man' 'git' 'autoconf' 'automake' 'libtool' 'gettext')
checkdepends=('dejagnu')
optdepends=()
conflicts=('poke')
provides=('poke')
options=('!makeflags')
source=(
"git+https://git.savannah.gnu.org/git/$_gitname.git"
"git://git.sv.gnu.org/gnulib"
"git+https://git.ageinghacker.net/jitter"
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
)
pkgver() {
cd "${srcdir}/$_gitname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "${srcdir}/$_gitname"
git submodule init
git config submodule.gnulib.url "${srcdir}/gnulib"
git config submodule.jitter.url "${srcdir}/jitter"
git -c protocol.file.allow=always submodule update
./bootstrap --skip-po
mkdir -p build && cd build
../configure --prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
build() {
cd "${srcdir}/$_gitname/build"
make
}
check() {
cd "${srcdir}/$_gitname/build"
make -k check
}
package() {
cd "${srcdir}/$_gitname/build"
make DESTDIR="${pkgdir}/" install
install -Dm644 "${srcdir}/${_gitname}/COPYING" "$pkgdir/usr/share/licenses/$_gitname/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 |