ksmbd-dkms
maintainer mobin2008
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a DKMS module from the project's official GitHub source, which is a normal and safe practice; the flagged pattern of recent re-adoption does not indicate inherent danger.
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 builds a DKMS module from the project's official GitHub source, which is a normal and safe practice; the flagged pattern of recent re-adoption does not indicate inherent danger.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Leonidas P. <jpegxguy at outlook dot com>
2
3
_pkgname=ksmbd
4
pkgname=ksmbd-dkms
5
pkgver=3.5.0
6
pkgrel=1
7
pkgdesc="In-kernel SMB server, with the primary goal of improved I/O performance."
8
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
9
url="https://github.com/cifsd-team/ksmbd"
10
license=('GPL2')
11
depends=('dkms')
12
provides=('KSMBD-MODULE')
13
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
14
sha256sums=("392bb4410cd4f02c3b42d182898ab8bd6a4a53702251e214148e70a5c52b2634")
15
16
prepare() {
17
sed -e "s/@VERSION@/${pkgver}/" -i "${_pkgname}-${pkgver}/dkms.conf"
18
}
19
20
package() {
21
mkdir -p "${pkgdir}/usr/src"
22
cp -r "${_pkgname}-${pkgver}" "${pkgdir}/usr/src/"
23
}
24
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 15:32:35 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |