streamsquire-bin
maintainer mike5989
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from a non-whitelisted host (releases.streamsquire.app), which is an unverifiable executable artifact that could be silently replaced if the host is compromised, posing a supply-chain risk despite being the project's official release endpoint.
Triggered rules
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=("streamsquire-${pkgver}.AppImage::https://releases.streamsquire.app/v${pkgver}/streamsquire-linux-x64.AppImage")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-whitelisted host (releases.streamsquire.app), which is an unverifiable executable artifact that could be silently replaced if the host is compromised, posing a supply-chain risk despite being the project's official release endpoint.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike <miguelsilva5989@gmail.com>
2
pkgname=streamsquire-bin
3
pkgver=0.2.22
4
pkgrel=1
5
pkgdesc="AI streaming assistant — auto-clips, chat monitoring, transcription"
6
arch=('x86_64')
7
url="https://streamsquire.app"
8
license=('custom')
9
depends=('webkit2gtk-4.1' 'libappindicator-gtk3')
10
provides=('streamsquire')
11
conflicts=('streamsquire')
12
source=("streamsquire-${pkgver}.AppImage::https://releases.streamsquire.app/v${pkgver}/streamsquire-linux-x64.AppImage")
13
sha256sums=('SKIP')
14
options=(!strip !debug)
15
16
prepare() {
17
chmod +x "${srcdir}/streamsquire-${pkgver}.AppImage"
18
"${srcdir}/streamsquire-${pkgver}.AppImage" --appimage-extract
19
}
20
21
package() {
22
# Install app to /opt
23
install -dm755 "${pkgdir}/opt/streamsquire"
24
cp -ra "${srcdir}/squashfs-root/." "${pkgdir}/opt/streamsquire/"
25
chmod -R a+rX "${pkgdir}/opt/streamsquire/"
26
27
# Launcher script (symlink breaks AppRun's dirname resolution)
28
install -dm755 "${pkgdir}/usr/bin"
29
cat > "${pkgdir}/usr/bin/streamsquire" <<'LAUNCHER'
30
#!/bin/bash
31
exec /opt/streamsquire/AppRun "$@"
32
LAUNCHER
33
chmod 755 "${pkgdir}/usr/bin/streamsquire"
34
35
# Desktop entry
36
install -Dm644 "${srcdir}/squashfs-root/StreamSquire.desktop" \
37
"${pkgdir}/usr/share/applications/streamsquire.desktop"
38
sed -i 's|Exec=.*|Exec=/usr/bin/streamsquire %U|' \
39
"${pkgdir}/usr/share/applications/streamsquire.desktop"
40
sed -i 's|Icon=.*|Icon=streamsquire|' \
41
"${pkgdir}/usr/share/applications/streamsquire.desktop"
42
43
# Icons
44
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/32x32/apps/streamsquire-shell.png" \
45
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/streamsquire.png"
46
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/128x128/apps/streamsquire-shell.png" \
47
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/streamsquire.png"
48
}
49
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Mike <miguelsilva5989@gmail.com> pkgname=streamsquire-bin-pkgver=0.2.21+pkgver=0.2.22 pkgrel=1 pkgdesc="AI streaming assistant — auto-clips, chat monitoring, transcription" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 21:16:48 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |