signet

maintainer necklace · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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_x86_64=("https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Nichlas Severinsen <ns@nsz.no>
2pkgname=signet
3pkgver=0.9.17
4_patch=1
5pkgrel=1
6pkgdesc="Desktop Client for Signet"
7arch=('x86_64')
8makedepends=('gnupg')
9license=('GPLv3')
10provides=('signet')
11
12source_x86_64=("https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin"
13 "https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/signet-${pkgver}.${_patch}.bin.sig"
14 "https://nthdimtech.com/downloads/signet-releases/${pkgver}/gnu-linux/50-signet.rules"
15 "https://www.gnu.org/licenses/gpl.txt"
16 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_16x16.png"
17 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/browser-plugins/firefox/icons/icon-32.png"
18 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_64x64.png"
19 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_128x128.png"
20 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_256x256.png"
21 "https://raw.githubusercontent.com/nthdimtech/signet-client/v${pkgver}.${_patch}/client/images/signet.iconset/icon_512x512.png"
22 "${pkgname}.desktop")
23validpgpkeys=('D47581AE98C17249915387BE0E47D2FA6E50979D') # Neils Nesse
24sha256sums_x86_64=('aaafc88fd41bb40a5fb4f5bf0f059b6fe511e44498a73bfd3b585d9bb49ed226'
25 '72b45c69db65b4c799c3cf5062e3f904b7448be4f0c2c2876aa1025dca0796d8'
26 '37d192ffa3220d1ef1d8d534a25327874848b0885c577f48618c10174a86e27e'
27 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
28 '420da6b48346cfb2f726722a799c4fad70bdd2fcc0d5cb5753ecd129cf7ee35e'
29 'f511fa945aae0b210cd3873aa1cfb7ccc19d2f60c98e3d7bbbe2994b9859ec02'
30 '6ef93c8ec90007f17bb15bf7631780e041fe8053c6c35298e92671db30e697e7'
31 '9f3e202578c68020b95f34d30d0b783e17d6202041f23590d5adc6a246592d7d'
32 '5e8e5328d0f0955ae59645cb5a3c498f7051e738b96134b7874d4be486be753f'
33 '5e8e5328d0f0955ae59645cb5a3c498f7051e738b96134b7874d4be486be753f'
34 '67e2de2505f3f4a14b415a13cbda6276c229b5508a89398bacec500fd78bb208')
35
36package() {
37 gpg --verify "signet-${pkgver}.${_patch}.bin.sig" "signet-${pkgver}.${_patch}.bin"
38 install -Dm755 "${srcdir}/signet-${pkgver}.${_patch}.bin" "${pkgdir}/usr/bin/signet"
39 install -Dm666 "${srcdir}/50-signet.rules" "${pkgdir}/etc/udev/rules.d/50-signet.rules"
40 install -Dm644 "${srcdir}/gpl.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
41 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
42 install -Dm644 "${srcdir}/icon_16x16.png" "${pkgdir}/usr/share/icons/hicolor/16x16/apps/$pkgname.png"
43 install -Dm644 "${srcdir}/icon-32.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/$pkgname.png"
44 install -Dm644 "${srcdir}/icon_64x64.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/$pkgname.png"
45 install -Dm644 "${srcdir}/icon_128x128.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
46 install -Dm644 "${srcdir}/icon_256x256.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
47 install -Dm644 "${srcdir}/icon_512x512.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion