streamsquire-bin
MEDIUM
maintainer mike5989
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt AppImage from the project's own release domain, but the skipped checksum prevents verification, creating a supply-chain risk if the host were compromised.
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 the project's own release domain, but the skipped checksum prevents verification, creating a supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike <miguelsilva5989@gmail.com>
2
pkgname=streamsquire-bin
3
pkgver=0.2.23
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-09-14 00:27+++ PKGBUILD @ 2026-09-17 00:27@@ -1,6 +1,6 @@ # Maintainer: Mike <miguelsilva5989@gmail.com> pkgname=streamsquire-bin-pkgver=0.2.22+pkgver=0.2.23 pkgrel=1 pkgdesc="AI streaming assistant — auto-clips, chat monitoring, transcription" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 13:17:35 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 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 |