espi-appimage
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's official website (low-hiss.com), which is a legitimate source for the software; while the host is not whitelisted, the AppImage is from the project's own domain and used to extract and install its contents, which is normal for AppImage packaging on AUR.
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 downloads a prebuilt AppImage from the project's official website (low-hiss.com), which is a legitimate source for the software; while the host is not whitelisted, the AppImage is from the project's own domain and used to extract and install its contents, which is normal for AppImage packaging on AUR.
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
source=("https://low-hiss.com/eSPi-${pkgver//_/-}.AppImage"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexander Björk <bjorkalx@protonmail.com>
2
3
pkgname="espi-appimage"
4
pkgdesc="Software recreation of the SP-1200 drum machine"
5
pkgver="1.0.2"
6
pkgrel=2
7
arch=('x86_64')
8
url="https://low-hiss.com/"
9
license=('custom')
10
depends=('fuse2' 'squashfuse')
11
provides=('espi')
12
conflicts=('espi')
13
source=("https://low-hiss.com/eSPi-${pkgver//_/-}.AppImage"
14
"espi.sh"
15
"eSPi.desktop.patch")
16
sha256sums=('7eb63b926c70db7e7d5094950c97e3ba8e49a67c177f91d33d586e8a065ac0d4'
17
'edb66d88966e208937628e97da9b6c3a80441b29c1075f5c32c7d6bd0d6cc8cb'
18
'26df8d45e662bde820c114a6e50c5ead169f65a6868ece246c13d36da519673d')
19
options=(!strip)
20
21
prepare() {
22
cd "${srcdir}"
23
chmod +x eSPi-${pkgver//_/-}.AppImage
24
./eSPi-${pkgver//_/-}.AppImage --appimage-extract
25
cd "${srcdir}/squashfs-root/"
26
patch --strip=1 < ../eSPi.desktop.patch
27
}
28
29
package() {
30
install -Dm755 "${srcdir}/eSPi-${pkgver//_/-}.AppImage" "${pkgdir}/opt/appimages/eSPi-${pkgver//_/-}.AppImage"
31
install -Dm755 "${srcdir}/espi.sh" "${pkgdir}/usr/bin/espi"
32
install -dm755 "${pkgdir}/usr/share/"
33
cp -r --no-preserve=mode,ownership "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
34
install -Dm644 "${srcdir}/squashfs-root/eSPi.desktop" "${pkgdir}/usr/share/applications/eSPi.desktop"
35
}
36
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 |