opentracker-ipv6
maintainer acerix
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the project's own domain and a well-known developer's site; the non-whitelisted hosts are plausibly official, and no unverified binaries are executed.
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 builds from source hosted on the project's own domain and a well-known developer's site; the non-whitelisted hosts are plausibly official, and no unverified binaries are executed.
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:16
source=('git://erdgeist.org/opentracker' -
PKGBUILD:17
'https://www.fefe.de/libowfat/libowfat-0.31.tar.xz'
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Dylan <dylan@psilly.com>
2
# Forked from opentracker
3
4
_pkgbase=opentracker
5
pkgname=opentracker-ipv6
6
pkgver=2021.04.25
7
pkgrel=1
8
pkgdesc='A free and open torrent tracker, compiled as an IPv6-only tracker.'
9
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
10
url="http://erdgeist.org/arts/software/opentracker/"
11
license=('Beerware')
12
backup=("etc/$pkgname/$pkgname.conf")
13
makedepends=('git')
14
makeconflicts=('dietlibc')
15
install="$pkgname.install"
16
source=('git://erdgeist.org/opentracker'
17
'https://www.fefe.de/libowfat/libowfat-0.31.tar.xz'
18
"$pkgname.service")
19
sha256sums=('SKIP'
20
'd1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12'
21
'9766a13f0d5e9dfb4425aee20e77dc7c47500edf50691e4029c96738a78d3767')
22
23
pkgver() {
24
cd "$srcdir/$_pkgbase"
25
git log -n 1 --pretty=format:"%cd" --date=short | sed "s/-/./g"
26
}
27
28
build() {
29
ln -sf libowfat-0.31 libowfat
30
cd libowfat
31
make
32
cd ..
33
cd $_pkgbase
34
sed -i '/^#FEATURES+=-DWANT_V6/s/^#//' Makefile
35
make
36
}
37
38
package() {
39
install -Dm0755 $srcdir/$_pkgbase/$_pkgbase $pkgdir/usr/bin/$pkgname
40
install -Dm0644 $srcdir/$_pkgbase/$_pkgbase.conf.sample $pkgdir/etc/$pkgname/$pkgname.conf
41
install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
42
}
43
44
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 |