mikrolock
maintainer j_hsw
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's own domain, building native code from the project's official source, which is a normal AUR practice; the non-whitelisted host is plausibly legitimate and the worst case of a swap is code execution, but it's not an unreviewed prebuilt binary or remote script.
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 the maintainer's own domain, building native code from the project's official source, which is a normal AUR practice; the non-whitelisted host is plausibly legitimate and the worst case of a swap is code execution, but it's not an unreviewed prebuilt binary or remote script.
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=("http://andre-simon.de/zip/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jason SW
2
3
pkgname=mikrolock
4
pkgver=1.2
5
pkgrel=1
6
pkgdesc='A fast native implementation of the minilock file format that can read and write encrypted miniLock files.'
7
arch=('i686' 'x86_64')
8
url='http://andre-simon.de/doku/mlock/en/mlock.php'
9
license=('GPL3')
10
depends=('libsodium')
11
optdepends=('qt5-base: Mikrolock GUI')
12
provides=('mlock')
13
conflicts=('mlock')
14
install="$pkgname.install"
15
changelog="$pkgname.changes"
16
source=("http://andre-simon.de/zip/$pkgname-$pkgver.tar.bz2"
17
"http://andre-simon.de/zip/$pkgname-$pkgver.tar.bz2.asc")
18
validpgpkeys=('B8C55574187F49180EDC763750FE0279D805A7C7')
19
sha512sums=('e95aed063da2aed9fd59f7fb0054e55ad0cfcacf449445dc91108e3d73cf5e09b2c5b67a14221901822410529f7df440ea63f95d545d1f2861427e053902f75d'
20
'SKIP')
21
22
23
build() {
24
cd "$pkgname-$pkgver"
25
make
26
if pacman -Qs qt5-base; then
27
make gui
28
fi
29
}
30
31
package() {
32
cd "$pkgname-$pkgver"
33
make DESTDIR="$pkgdir" install
34
ln -s "/usr/bin/mikrolock" "$pkgdir/usr/bin/mlock"
35
ln -s "/usr/share/man/man1/mikrolock.1.gz" "$pkgdir/usr/share/man/man1/mlock.1.gz"
36
if pacman -Qs qt5-base; then
37
make DESTDIR="$pkgdir" install-gui
38
ln -s "/usr/bin/mikrolock-gui" "$pkgdir/usr/bin/mlock-gui"
39
fi
40
}
41
42
# vim: set ts=2 sw=2 et:
43
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 |