perssua-bin
The package downloads a prebuilt .deb binary from a non-standard, project-specific host (downloads.perssua.com), which presents a supply-chain risk if the source were compromised, as the binary is not built from source and could be silently replaced.
Triggered rules
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:15
source=("https://downloads.perssua.com/Perssua-${pkgver}-amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb binary from a non-standard, project-specific host (downloads.perssua.com), which presents a supply-chain risk if the source were compromised, as the binary is not built from source and could be silently replaced.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rafael Medeiros <rafamedeiros0@gmail.com>
pkgname=perssua-bin
pkgver=0.27.5
pkgrel=1
pkgdesc="Your AI companion for LeetCode - because sometimes we all feel stupid"
arch=('x86_64')
url="https://perssua.com/"
license=('LicenseRef-proprietary')
provides=('perssua')
conflicts=('perssua')
depends=('gtk3' 'hicolor-icon-theme' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nss' 'util-linux-libs' 'xdg-utils')
optdepends=('libappindicator-gtk3: for system tray support')
options=('!strip' '!emptydirs')
install="${pkgname}.install"
source=("https://downloads.perssua.com/Perssua-${pkgver}-amd64.deb"
"hyprland-perssua.conf")
sha256sums=('d66e6a59c1a314a668caa2a29ba94946c1c02b7116c0c2f6161def710c52a7f0'
'SKIP')
package() {
# Extract data.tar.xz from the .deb archive
bsdtar -xf data.tar.xz -C "${pkgdir}"
# Fix permissions
chmod 755 "${pkgdir}/opt/Perssua/perssua"
# Create symlink in /usr/bin
install -d "${pkgdir}/usr/bin"
ln -s /opt/Perssua/perssua "${pkgdir}/usr/bin/perssua"
# Optional Hyprland snippet to disable backdrop blur on Perssua's overlay
install -Dm644 "${srcdir}/hyprland-perssua.conf" \
"${pkgdir}/usr/share/perssua/hyprland-perssua.conf"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,6 +1,6 @@ # Maintainer: Rafael Medeiros <rafamedeiros0@gmail.com> pkgname=perssua-bin-pkgver=0.27.1+pkgver=0.27.5 pkgrel=1 pkgdesc="Your AI companion for LeetCode - because sometimes we all feel stupid" arch=('x86_64')@@ -14,7 +14,7 @@ install="${pkgname}.install" source=("https://downloads.perssua.com/Perssua-${pkgver}-amd64.deb" "hyprland-perssua.conf")-sha256sums=('3ca1d4095c123366cf14f6c966c51ac3bdba5b03962c9c639d6e93fe79a7a460'+sha256sums=('d66e6a59c1a314a668caa2a29ba94946c1c02b7116c0c2f6161def710c52a7f0' 'SKIP') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 15:22:50 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 17:17:35 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 13:12:15 | 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 15:48:43 | Medium | 2 |