littlesnitch-bin
maintainer leozeli
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official project domain (obdev.at), which is plausibly the vendor's own infrastructure; despite the static analyzer flag for a non-whitelisted host, the source is verifiable and the checksums are provided, limiting supply-chain risk to low.
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 package downloads prebuilt binaries from the official project domain (obdev.at), which is plausibly the vendor's own infrastructure; despite the static analyzer flag for a non-whitelisted host, the source is verifiable and the checksums are provided, limiting supply-chain risk to low.
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:15
source_x86_64=("https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Your Name <your-email@example.com>
2
pkgname=littlesnitch-bin
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="Little Snitch for Linux — monitors and controls outgoing network connections using eBPF"
6
arch=('x86_64' 'aarch64' 'riscv64')
7
url="https://obdev.at/products/littlesnitch-linux/index.html"
8
license=('GPL-2.0-only' 'LicenseRef-proprietary')
9
depends=('systemd')
10
provides=('littlesnitch')
11
conflicts=('littlesnitch')
12
backup=()
13
install=littlesnitch.install
14
15
source_x86_64=("https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
16
source_aarch64=("https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-${pkgrel}-aarch64.pkg.tar.zst")
17
source_riscv64=("https://obdev.at/downloads/littlesnitch-linux/littlesnitch-${pkgver}-${pkgrel}-riscv64.pkg.tar.zst")
18
19
sha256sums_x86_64=('618f41e8ab7f7a3ff5b50d53240bd4eed3c16aff3fdab4ebc0a308cdf17b2088')
20
sha256sums_aarch64=('55029bf90fd7a13cf86dccb01d51f5543ccc768b43f17f5068d5b8a73089e476')
21
sha256sums_riscv64=('7a78313d630ea4490aede9a7c9987bcc7f05864329e477c30accff0d8bac8720')
22
23
# The official .pkg.tar.zst extracts directly into the working directory
24
# with usr/ at the top level. No build step needed.
25
26
package() {
27
cp -a "${srcdir}/usr" "${pkgdir}/usr"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |