lastpass-pocket
maintainer elswerky
· 61 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from LastPass's official domain (download.cloud.lastpass.com), which is a legitimate host for the project; the non-whitelisted host flag is a false positive, and the binary is part of the official LastPass Pocket offering.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from LastPass's official domain (download.cloud.lastpass.com), which is a legitimate host for the project; the non-whitelisted host flag is a false positive, and the binary is part of the official LastPass Pocket offering.
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:23
"pocket_x64_${pkgver}.tar.bz2::https://download.cloud.lastpass.com/pocket/pocket_x64.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mahmoud Elswerky <mahmoud dot elswerky at gmail dot com>
2
# Contributor: Chris Down <chris@chrisdown.name>
3
# Contributor: Yung Wood <yung at yung.com.au>
4
# Contributor: Joshua Stiefer <facedelajunk at gmail.com>
5
# Contributor: Michael Seiwald <michael at mseiwald.at>
6
# Contributor: Techlive Zheng <techlivezheng at gmail.com>
7
# Contributor: ava1ar <mail(at)ava1ar(dot)me>
8
# Contributor: Albert Westra <odsseywestra(at)gmail(dot)com>
9
# Contributor: Darren Wu <$(base64 --decode <<<'ZGFycmVuMTk5NzA4MTBAZ21haWwuY29tCg==')>
10
# Contributor: Mark Wagie <yochanan dot marqos at gmail dot com>
11
12
pkgname=lastpass-pocket
13
pkgver=4.1.20
14
pkgrel=3
15
pkgdesc="Backup and offline access for LastPass"
16
arch=('x86_64')
17
url="https://lastpass.com"
18
license=('custom:LastPass')
19
options=('!strip')
20
depends=('ca-certificates' 'openssl-1.0' 'libldap' 'libidn' 'gtk2' 'libpng12' 'librtmp0')
21
source=('lastpass.desktop'
22
'lastpass.png'
23
"pocket_x64_${pkgver}.tar.bz2::https://download.cloud.lastpass.com/pocket/pocket_x64.tar.bz2")
24
sha1sums=('4e8258a93d2a72c86abc916fee1faab0d34fc8a7'
25
'043994fdbb2af48eadb17e2ffe48a9a1652c297b'
26
'893ec51711f1030ed575b895fef145982124496d')
27
28
package() {
29
install -Dm755 pocket_x64 "${pkgdir}/usr/bin/lastpass"
30
install -Dm644 lastpass.png "${pkgdir}/usr/share/icons/lastpass.png"
31
install -Dm644 lastpass.desktop "${pkgdir}/usr/share/applications/lastpass.desktop"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |