little-snitch-bin
maintainer czyt
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from a non-whitelisted host (obdev.at), which is the official vendor's domain, but the static analyzer flags it as non-standard; the binaries are verified via sha256sums, reducing risk, but the source is not publicly auditable code.
Triggered rules
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:14
source_x86_64=("littlesnitch-${pkgver}-1-x86_64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-x86_64.pkg.tar.zst")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt binaries from a non-whitelisted host (obdev.at), which is the official vendor's domain, but the static analyzer flags it as non-standard; the binaries are verified via sha256sums, reducing risk, but the source is not publicly auditable code.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: czyt <czytcn@gmail.com>
2
pkgname=little-snitch-bin
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="Little Snitch for Linux - monitors outgoing network connections and lets you decide which applications are allowed to connect to the internet"
6
arch=('x86_64' 'aarch64' 'ppc64le' 'riscv64')
7
url="https://obdev.at/products/littlesnitch"
8
license=('GPL-2.0-only' 'custom')
9
depends=('pam' 'sqlite' 'gcc-libs' 'libaudit' 'libcap-ng')
10
provides=('littlesnitch')
11
conflicts=('littlesnitch')
12
install=little-snitch-bin.install
13
options=('!strip')
14
source_x86_64=("littlesnitch-${pkgver}-1-x86_64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-x86_64.pkg.tar.zst")
15
source_aarch64=("littlesnitch-${pkgver}-1-aarch64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-aarch64.pkg.tar.zst")
16
source_ppc64le=("littlesnitch-${pkgver}-1-ppc64le.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-ppc64le.pkg.tar.zst")
17
source_riscv64=("littlesnitch-${pkgver}-1-riscv64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-riscv64.pkg.tar.zst")
18
sha256sums_x86_64=('618f41e8ab7f7a3ff5b50d53240bd4eed3c16aff3fdab4ebc0a308cdf17b2088')
19
sha256sums_aarch64=('55029bf90fd7a13cf86dccb01d51f5543ccc768b43f17f5068d5b8a73089e476')
20
sha256sums_ppc64le=('0cc58e022c2e1ce74c13277c24483c21a85ebd054e01fc0ff9fffb4cf608e770')
21
sha256sums_riscv64=('7a78313d630ea4490aede9a7c9987bcc7f05864329e477c30accff0d8bac8720')
22
23
package() {
24
# Extract the pacman package directly
25
tar -xf "${srcdir}/littlesnitch-${pkgver}-1-${CARCH}.pkg.tar.zst" -C "${pkgdir}" \
26
--exclude='.PKGINFO' \
27
--exclude='.MTREE' \
28
--exclude='.INSTALL'
29
30
# Install license
31
install -Dm644 "${pkgdir}/usr/share/doc/littlesnitch/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
}
33
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: czyt <czytcn@gmail.com> pkgname=little-snitch-bin-pkgver=1.0.4+pkgver=1.1.0 pkgrel=1 pkgdesc="Little Snitch for Linux - monitors outgoing network connections and lets you decide which applications are allowed to connect to the internet" arch=('x86_64' 'aarch64' 'ppc64le' 'riscv64')@@ -15,10 +15,10 @@ source_aarch64=("littlesnitch-${pkgver}-1-aarch64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-aarch64.pkg.tar.zst") source_ppc64le=("littlesnitch-${pkgver}-1-ppc64le.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-ppc64le.pkg.tar.zst") source_riscv64=("littlesnitch-${pkgver}-1-riscv64.pkg.tar.zst::https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-1-riscv64.pkg.tar.zst")-sha256sums_x86_64=('3104e73859c2e72b88206ebf2e7e239a157ed154eb12f3972fb570285d52aec9')-sha256sums_aarch64=('cd724f59c9b0dd3f7822e2013897e07ff94be04cc5ca10a9c854300d7755eb96')-sha256sums_ppc64le=('2c6534330fd8009971663931a57bcd39215a5a95c995c22042aaa0e0d6546217')-sha256sums_riscv64=('c943541b236bee7c5af939acc73a3cd0b3a341ac7238dc249d37ea18dd183e24')+sha256sums_x86_64=('618f41e8ab7f7a3ff5b50d53240bd4eed3c16aff3fdab4ebc0a308cdf17b2088')+sha256sums_aarch64=('55029bf90fd7a13cf86dccb01d51f5543ccc768b43f17f5068d5b8a73089e476')+sha256sums_ppc64le=('0cc58e022c2e1ce74c13277c24483c21a85ebd054e01fc0ff9fffb4cf608e770')+sha256sums_riscv64=('7a78313d630ea4490aede9a7c9987bcc7f05864329e477c30accff0d8bac8720') package() { # Extract the pacman package directlyScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 03:53:53 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |