psono-bin

LOW
maintainer Amolith 0 votes scanned 2026-09-10 00:22:44.768965
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: Amolith <amolith@secluded.site>
2pkgname=psono-bin
3pkgver=3.3.3
4pkgrel=1
5pkgdesc='Password manager for securely storing and sharing sensitive data'
6arch=('x86_64')
7url='https://psono.com/'
8license=('Apache-2.0')
9depends=(
10 'at-spi2-core'
11 'cairo'
12 'fontconfig'
13 'gdk-pixbuf2'
14 'glib2'
15 'glibc'
16 'gtk3'
17 'harfbuzz'
18 'libepoxy'
19 'libgcc'
20 'libsecret'
21 'libsoup3'
22 'libstdc++'
23 'pango'
24 'webkit2gtk-4.1'
25 'which'
26 'xdotool'
27)
28makedepends=('patchelf')
29provides=("psono=$pkgver")
30conflicts=('psono')
31options=('!strip')
32source_x86_64=(
33 "psono-${pkgver}-amd64.deb::https://package.psono.com/linux/deb/pool/stable/main/p/psono/psono_${pkgver}_amd64.deb"
34)
35noextract=("psono-${pkgver}-amd64.deb")
36b2sums_x86_64=('f47a0fb7f28752a6939d040c28a5aa31389806c390668b0180b256934ffe984f5d407973cb63222d102c926072715a2fa097d55ed25468b72684ad4cf2e0b690')
37
38package() {
39 set -o pipefail
40
41 bsdtar -O -xf "psono-${pkgver}-amd64.deb" data.tar.gz |
42 bsdtar -C "$pkgdir" -xzf -
43
44 patchelf --set-rpath "\$ORIGIN" "$pkgdir"/opt/psono/lib/lib*_plugin.so
45
46 [[ -x "$pkgdir/opt/psono/psono" ]]
47 [[ $(readlink "$pkgdir/usr/bin/psono") == '/opt/psono/psono' ]]
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 00:22:44 Low 3
2026-09-09 19:23:19 Low 3
2026-09-09 19:20:04 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion