mongrel
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
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)
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# Maintainer: VisorCraft Packages <packages@visorcraft.com>
pkgname=mongrel
pkgver=5.72.10
pkgrel=1
pkgdesc="Desktop control plane for databases, APIs, terminals, containers, and Kubernetes"
arch=(x86_64)
url="https://www.visorcraft.com/"
license=(LicenseRef-Proprietary)
depends=(fuse2)
options=(!strip)
source_x86_64=(
"$pkgname-$pkgver.AppImage::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage"
"$pkgname-$pkgver.AppImage.sig::https://downloads.visorcraft.com/mongrel/$pkgver/Mongrel_${pkgver}_amd64.AppImage.sig"
)
sha256sums_x86_64=(
"9427838f4f9842cbd2eaed0b889d7f3d9a988b40e539bfe94baa7f112dc06fab"
"SKIP"
)
validpgpkeys=("1FEE29F48CBCAEDCA3A8A005ADDE097CAA99B277")
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver.AppImage" "$pkgdir/opt/mongrel/Mongrel.AppImage"
install -dm755 "$pkgdir/usr/bin"
ln -s /opt/mongrel/Mongrel.AppImage "$pkgdir/usr/bin/mongrel"
cd "$srcdir"
chmod +x "$pkgname-$pkgver.AppImage"
"./$pkgname-$pkgver.AppImage" --appimage-extract >/dev/null
install -Dm644 squashfs-root/mongrel.desktop "$pkgdir/usr/share/applications/mongrel.desktop"
install -Dm644 squashfs-root/mongrel.png "$pkgdir/usr/share/pixmaps/mongrel.png"
}
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) | Severity | Rules |
|---|---|---|
| 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 |