mongrel

LOW
maintainer visorcraft 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a signed AppImage from the project's official domain, verifies its checksum, and extracts it to install; the source host is non-standard but legitimate and under the project's control, posing minimal supply-chain risk.

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 downloads a signed AppImage from the project's official domain, verifies its checksum, and extracts it to install; the source host is non-standard but legitimate and under the project's control, posing minimal supply-chain risk.

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 "$pkgname-$pkgver.AppImage::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: VisorCraft Packages <packages@visorcraft.com>
2
3pkgname=mongrel
4pkgver=5.72.10
5pkgrel=1
6pkgdesc="Desktop control plane for databases, APIs, terminals, containers, and Kubernetes"
7arch=(x86_64)
8url="https://www.visorcraft.com/"
9license=(LicenseRef-Proprietary)
10depends=(fuse2)
11options=(!strip)
12source_x86_64=(
13 "$pkgname-$pkgver.AppImage::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage"
14 "$pkgname-$pkgver.AppImage.sig::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage.sig"
15)
16sha256sums_x86_64=(
17 "9427838f4f9842cbd2eaed0b889d7f3d9a988b40e539bfe94baa7f112dc06fab"
18 "SKIP"
19)
20validpgpkeys=("1FEE29F48CBCAEDCA3A8A005ADDE097CAA99B277")
21
22package() {
23 install -Dm755 "$srcdir/$pkgname-$pkgver.AppImage" "$pkgdir/opt/mongrel/Mongrel.AppImage"
24 install -dm755 "$pkgdir/usr/bin"
25 ln -s /opt/mongrel/Mongrel.AppImage "$pkgdir/usr/bin/mongrel"
26
27 cd "$srcdir"
28 chmod +x "$pkgname-$pkgver.AppImage"
29 "./$pkgname-$pkgver.AppImage" --appimage-extract >/dev/null
30 install -Dm644 squashfs-root/mongrel.desktop "$pkgdir/usr/share/applications/mongrel.desktop"
31 install -Dm644 squashfs-root/mongrel.png "$pkgdir/usr/share/pixmaps/mongrel.png"
32}
33

Changes since previous scan

--- PKGBUILD @ 2026-09-11 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: VisorCraft Packages <packages@visorcraft.com>
pkgname=mongrel
-pkgver=5.72.6
+pkgver=5.72.10
pkgrel=1
pkgdesc="Desktop control plane for databases, APIs, terminals, containers, and Kubernetes"
arch=(x86_64)
@@ -14,7 +14,7 @@
"$pkgname-$pkgver.AppImage.sig::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage.sig"
)
sha256sums_x86_64=(
- "cd9405eedfbc56cc12d07c3efbb599ea156147b92e68f480a4390a1a0921c96a"
+ "9427838f4f9842cbd2eaed0b889d7f3d9a988b40e539bfe94baa7f112dc06fab"
"SKIP"
)
validpgpkeys=("1FEE29F48CBCAEDCA3A8A005ADDE097CAA99B277")

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 01:21:31 Medium 1
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion