psono-bin
Prebuilt binary downloaded from package.psono.com, which is plausibly the project's own official package distribution host (psono.com is the project's domain), with a b2sum checksum provided; the main concern is that it is a prebuilt binary rather than source-built, but the download host appears to be the vendor's own infrastructure, making this low risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Prebuilt binary downloaded from package.psono.com, which is plausibly the project's own official package distribution host (psono.com is the project's domain), with a b2sum checksum provided; the main concern is that it is a prebuilt binary rather than source-built, but the download host appears to be the vendor's own infrastructure, making this low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:33
"psono-${pkgver}-amd64.deb::https://package.psono.com/linux/deb/pool/stable/main/p/psono/psono_${pkgver}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Amolith <amolith@secluded.site>
pkgname=psono-bin
pkgver=3.3.3
pkgrel=1
pkgdesc='Password manager for securely storing and sharing sensitive data'
arch=('x86_64')
url='https://psono.com/'
license=('Apache-2.0')
depends=(
'at-spi2-core'
'cairo'
'fontconfig'
'gdk-pixbuf2'
'glib2'
'glibc'
'gtk3'
'harfbuzz'
'libepoxy'
'libgcc'
'libsecret'
'libsoup3'
'libstdc++'
'pango'
'webkit2gtk-4.1'
'which'
'xdotool'
)
makedepends=('patchelf')
provides=("psono=$pkgver")
conflicts=('psono')
options=('!strip')
source_x86_64=(
"psono-${pkgver}-amd64.deb::https://package.psono.com/linux/deb/pool/stable/main/p/psono/psono_${pkgver}_amd64.deb"
)
noextract=("psono-${pkgver}-amd64.deb")
b2sums_x86_64=('f47a0fb7f28752a6939d040c28a5aa31389806c390668b0180b256934ffe984f5d407973cb63222d102c926072715a2fa097d55ed25468b72684ad4cf2e0b690')
package() {
set -o pipefail
bsdtar -O -xf "psono-${pkgver}-amd64.deb" data.tar.gz |
bsdtar -C "$pkgdir" -xzf -
patchelf --set-rpath "\$ORIGIN" "$pkgdir"/opt/psono/lib/lib*_plugin.so
[[ -x "$pkgdir/opt/psono/psono" ]]
[[ $(readlink "$pkgdir/usr/bin/psono") == '/opt/psono/psono' ]]
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 19:23:19 | Low | 3 |
| 2026-09-09 19:20:04 | Medium | 3 |