skdet
maintainer fabianzagrajek
· 20 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal host not on the whitelist, but it is checksummed, and the package builds a simple rootkit detector from its own source; the realistic risk from a swapped source is low given the nature of the software and the presence of strong checksums.
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 source is a tarball from a personal host not on the whitelist, but it is checksummed, and the package builds a simple rootkit detector from its own source; the realistic risk from a swapped source is low given the nature of the software and the presence of strong checksums.
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:13
"https://dvgevers.home.xs4all.nl/$pkgname/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
2
# Contributor: ganymede
3
4
pkgname=skdet
5
pkgver=1.0
6
pkgrel=2
7
pkgdesc="Simple rootkit detector that can be used by rkhunter"
8
arch=(x86_64 i686)
9
url="https://dvgevers.home.xs4all.nl"
10
license=(GPL)
11
depends=(glibc)
12
source=(
13
"https://dvgevers.home.xs4all.nl/$pkgname/$pkgname-$pkgver.tar.bz2"
14
"https://dvgevers.home.xs4all.nl/$pkgname/$pkgname-fix-includes.diff"
15
"ldflags.patch"
16
)
17
sha256sums=(
18
'a5842d3e56c8586c52879700453f740744c374a1f2c648eef337cae7e244e7b6'
19
'1ee83c1122dfe74c8aec7800fe0026affda6ea37c7643491fd8df62f08ed2fbc'
20
'51ae92ef28fcc7603d00769b412f74bf7873c0d196be03b14bbed0b8c11ec331'
21
)
22
23
_archive="$pkgname-$pkgver"
24
25
prepare() {
26
cd "$_archive"
27
28
patch -N -p1 -i "$srcdir/skdet-fix-includes.diff"
29
patch -N -p1 -i "$srcdir/ldflags.patch"
30
}
31
32
build() {
33
cd "$_archive"
34
35
rm skdet
36
make
37
}
38
39
package() {
40
cd "$_archive"
41
42
install -dm 755 "$pkgdir/usr/bin"
43
install -dm 755 "$pkgdir/usr/share/doc/$pkgname-$pkgver"
44
install -m 755 "$pkgname" "$pkgdir/usr/bin/"
45
install -m 644 AUTHORS "$pkgdir/usr/share/doc/$pkgname-$pkgver/"
46
install -m 644 ChangeLog "$pkgdir/usr/share/doc/$pkgname-$pkgver/"
47
install -m 644 CONTRIBUTIONS "$pkgdir/usr/share/doc/$pkgname-$pkgver/"
48
install -m 644 CREDITS "$pkgdir/usr/share/doc/$pkgname-$pkgver/"
49
install -m 644 README "$pkgdir/usr/share/doc/$pkgname-$pkgver/"
50
}
51
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 |