enpass-bin
The package downloads a prebuilt .deb from a non-whitelisted host (apt.enpass.io), which is the official vendor's domain but not a common public forge; this creates a supply-chain risk if the domain were compromised.
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://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (apt.enpass.io), which is the official vendor's domain but not a common public forge; this creates a supply-chain risk if the domain were compromised.
PKGBUILD
1 offending line(s) highlightedpkgname='enpass-bin'
_pkgname='enpass'
pkgver=6.11.13.1957
pkgrel=1
pkgdesc='A multiplatform password manager'
arch=('x86_64')
url='http://enpass.io/'
license=('custom')
depends=('libxss' 'lsof' 'curl' 'libxkbcommon-x11' 'libxcb' 'xcb-util-wm'
'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil')
optdepends=('libxdg-basedir: Open links in the default browser.'
'libqtxdg: Open links in the default browser (Qt implementation)')
provides=("${_pkgname}")
install='enpass-bin.install'
source=("https://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
sha256sums=('2d8c90643851591aff41057b380a7e87bb839bf5c5aa0ca1456144e9996c902a')
# Disable strip as otherwise the browser extension will not work
options=('!strip')
package() {
# Extract data
tar xfz "${srcdir}/data.tar.gz" -C "${pkgdir}"
# Remove unnecessary files which are included in the .deb
# find "${pkgdir}" -name '*~' -delete
# Update permissions to match the default system ones
chmod -R go-w "${pkgdir}/opt/"
chmod 755 "${pkgdir}/opt/"
find "${pkgdir}/usr/" -type d -exec chmod 755 {} \;
# Symlink "runenpass.sh" to "/usr/bin" so it is accessible via cli
mkdir -p "${pkgdir}/usr/bin"
ln -s '/opt/enpass/Enpass' "${pkgdir}/usr/bin/enpass"
}
# vim: set syntax=sh:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 17:25:53 | Medium | 2 |
| 2026-06-20 16:03:41 | Clean | 2 |
| 2026-06-20 00:50:07 | Medium | 2 |
| 2026-06-20 00:18:46 | Medium | 1 |
| 2026-06-19 23:51:18 | Medium | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |