vtlock
maintainer stef204
· 1 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 darcs hub, which is not on the whitelist but plausibly legitimate; the source is signed with a verifiable PGP key, and the software is a simple kernel-level utility with no indication of malicious behavior.
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 darcs hub, which is not on the whitelist but plausibly legitimate; the source is signed with a verifiable PGP key, and the software is a simple kernel-level utility with no indication of malicious behavior.
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:12
source=("$pkgname-$pkgver.tar.gz::https://hub.darcs.net/stef204/vtlock/raw/releases/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: stef204 < base64 -d c3RlZjIwNEB5YW5kZXguY29tCg== >
2
3
pkgname=vtlock
4
pkgver=1.0.2
5
pkgrel=4
6
pkgdesc="Kernel-level VT switch lock for standalone screen lockers"
7
arch=('x86_64')
8
url="https://hub.darcs.net/stef204/vtlock"
9
license=('MIT')
10
depends=('glibc')
11
makedepends=('gcc')
12
source=("$pkgname-$pkgver.tar.gz::https://hub.darcs.net/stef204/vtlock/raw/releases/$pkgname-$pkgver.tar.gz"
13
"$pkgname-$pkgver.tar.gz.asc::https://hub.darcs.net/stef204/vtlock/raw/releases/$pkgname-$pkgver.tar.gz.asc")
14
install=vtlock.install
15
validpgpkeys=('E0844009CF213E78ECD348795A6792BF5ECC3AC6')
16
sha256sums=('c60ac184eb101e28575e01007182009fe2702e86778319f4eb0d4fd491f645c4'
17
'SKIP')
18
19
build() {
20
cd "$pkgname-$pkgver"
21
make
22
}
23
24
package() {
25
cd "$pkgname-$pkgver"
26
make DESTDIR="$pkgdir" PREFIX=/usr install
27
install -Dm 644 README.md "$pkgdir/usr/share/doc/vtlock/README.md"
28
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/vtlock/LICENSE"
29
}
30
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 |