signet
The package installs a prebuilt binary from the project's own domain with PGP verification, which is a normal practice for official releases; the non-whitelisted host is the project's official site, and the binary is verified, reducing supply-chain 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 package installs a prebuilt binary from the project's own domain with PGP verification, which is a normal practice for official releases; the non-whitelisted host is the project's official site, and the binary is verified, reducing supply-chain 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:12
source_x86_64=("https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nichlas Severinsen <ns@nsz.no>
pkgname=signet
pkgver=0.9.17
_patch=1
pkgrel=1
pkgdesc="Desktop Client for Signet"
arch=('x86_64')
makedepends=('gnupg')
license=('GPLv3')
provides=('signet')
source_x86_64=("https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin"
"https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin.sig"
"https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/50-signet.rules"
"https://www.gnu.org/licenses/gpl.txt"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_16x16.png"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/browser-plugins/firefox/icons/icon-32.png"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_64x64.png"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_128x128.png"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_256x256.png"
"https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_512x512.png"
"${pkgname}.desktop")
validpgpkeys=('D47581AE98C17249915387BE0E47D2FA6E50979D') # Neils Nesse
sha256sums_x86_64=('aaafc88fd41bb40a5fb4f5bf0f059b6fe511e44498a73bfd3b585d9bb49ed226'
'72b45c69db65b4c799c3cf5062e3f904b7448be4f0c2c2876aa1025dca0796d8'
'37d192ffa3220d1ef1d8d534a25327874848b0885c577f48618c10174a86e27e'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
'420da6b48346cfb2f726722a799c4fad70bdd2fcc0d5cb5753ecd129cf7ee35e'
'f511fa945aae0b210cd3873aa1cfb7ccc19d2f60c98e3d7bbbe2994b9859ec02'
'6ef93c8ec90007f17bb15bf7631780e041fe8053c6c35298e92671db30e697e7'
'9f3e202578c68020b95f34d30d0b783e17d6202041f23590d5adc6a246592d7d'
'5e8e5328d0f0955ae59645cb5a3c498f7051e738b96134b7874d4be486be753f'
'5e8e5328d0f0955ae59645cb5a3c498f7051e738b96134b7874d4be486be753f'
'67e2de2505f3f4a14b415a13cbda6276c229b5508a89398bacec500fd78bb208')
package() {
gpg --verify "signet-${pkgver}.${_patch}.bin.sig" "signet-${pkgver}.${_patch}.bin"
install -Dm755 "${srcdir}/signet-${pkgver}.${_patch}.bin" "${pkgdir}/usr/bin/signet"
install -Dm666 "${srcdir}/50-signet.rules" "${pkgdir}/etc/udev/rules.d/50-signet.rules"
install -Dm644 "${srcdir}/gpl.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 "${srcdir}/icon_16x16.png" "${pkgdir}/usr/share/icons/hicolor/16x16/apps/$pkgname.png"
install -Dm644 "${srcdir}/icon-32.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/$pkgname.png"
install -Dm644 "${srcdir}/icon_64x64.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/$pkgname.png"
install -Dm644 "${srcdir}/icon_128x128.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
install -Dm644 "${srcdir}/icon_256x256.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
install -Dm644 "${srcdir}/icon_512x512.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
}
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 |