perssua-bin
maintainer rafamedeiros
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a non-standard, non-whitelisted host (downloads.perssua.com), which is unverifiable and could be silently swapped, constituting a supply-chain risk.
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:15
source=("https://downloads.perssua.com/Perssua-${pkgver}-amd64.deb"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package installs a prebuilt binary from a non-standard, non-whitelisted host (downloads.perssua.com), which is unverifiable and could be silently swapped, constituting a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rafael Medeiros <rafamedeiros0@gmail.com>
2
pkgname=perssua-bin
3
pkgver=0.23.5
4
pkgrel=1
5
pkgdesc="Your AI companion for LeetCode - because sometimes we all feel stupid"
6
arch=('x86_64')
7
url="https://perssua.com/"
8
license=('LicenseRef-proprietary')
9
provides=('perssua')
10
conflicts=('perssua')
11
depends=('gtk3' 'hicolor-icon-theme' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nss' 'util-linux-libs' 'xdg-utils')
12
optdepends=('libappindicator-gtk3: for system tray support')
13
options=('!strip' '!emptydirs')
14
install="${pkgname}.install"
15
source=("https://downloads.perssua.com/Perssua-${pkgver}-amd64.deb"
16
"hyprland-perssua.conf")
17
sha256sums=('339354ffed078fe73f9c091448b4d264ff2757a0a62fb38773f0cd45ee7726a1'
18
'SKIP')
19
20
package() {
21
# Extract data.tar.xz from the .deb archive
22
bsdtar -xf data.tar.xz -C "${pkgdir}"
23
24
# Fix permissions
25
chmod 755 "${pkgdir}/opt/Perssua/perssua"
26
27
# Create symlink in /usr/bin
28
install -d "${pkgdir}/usr/bin"
29
ln -s /opt/Perssua/perssua "${pkgdir}/usr/bin/perssua"
30
31
# Optional Hyprland snippet to disable backdrop blur on Perssua's overlay
32
install -Dm644 "${srcdir}/hyprland-perssua.conf" \
33
"${pkgdir}/usr/share/perssua/hyprland-perssua.conf"
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Rafael Medeiros <rafamedeiros0@gmail.com> pkgname=perssua-bin-pkgver=0.24.8+pkgver=0.23.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=('033490b104c654090137a1a295648e7fe6be77f684c576abf81cfe06c7a23cd1'+sha256sums=('339354ffed078fe73f9c091448b4d264ff2757a0a62fb38773f0cd45ee7726a1' 'SKIP') package() {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 11:14:12 | 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 11:32:17 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 11:27:50 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 11:20:06 | 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 |