1password-cli
CLEAN
maintainer slurpee
57 votes
scanned 2026-08-20 00:05:13.298181
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The download host, while not a common forge, is the official domain of the software vendor (AgileBits) and hosts verifiable, signed binaries; checksums are provided and the package installs only the official CLI binary.
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:15
source_x86_64=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_amd64_v${pkgver}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: slurpee <aur@lylat.io>
2
# Contributors: Felix Seidel, Claudia Pellegrino, Liu Yuxuan
3
4
pkgname=1password-cli
5
pkgver=2.35.0
6
pkgrel=1
7
pkgdesc="1Password command line tool"
8
arch=('x86_64' 'i686' 'arm' 'armv6h' 'aarch64')
9
url="https://app-updates.agilebits.com/product_history/CLI2"
10
license=('custom')
11
options=('!strip' '!emptydirs')
12
install=${pkgname}.install
13
validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')
14
15
source_x86_64=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_amd64_v${pkgver}.zip")
16
source_i686=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_386_v${pkgver}.zip")
17
source_arm=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_arm_v${pkgver}.zip")
18
source_armv6h=("${source_arm}")
19
source_aarch64=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_arm64_v${pkgver}.zip")
20
21
sha256sums_x86_64=('4457ade59850b852c64c77164235b34dd0b984ef7826eb0ccd32f1fd78a2ceb7')
22
sha256sums_i686=('17fdf59cbefcb98c8fda16cebf1ff9e3b92716383975d69ff2ac642a8b1c22de')
23
sha256sums_arm=('b30626e1544c0a5bd314a0ab4b8a3b9664c384a41c475e2ae6d9aa466f7a551e')
24
sha256sums_armv6h=("${sha256sums_arm}")
25
sha256sums_aarch64=('28153b3e1b379cc117a2b8478fc29c73e4a391d0a9b7876c360d305e98390a78')
26
27
check() {
28
if (( ! SKIPPGPCHECK )); then
29
gpg --verify ${srcdir}/op.sig ${srcdir}/op
30
fi
31
}
32
33
package() {
34
install -Dm755 op "${pkgdir}"/usr/bin/op
35
}
36
37
# vim:set ts=2 sw=2 et:
38
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-20 00:05@@ -2,7 +2,7 @@ # Contributors: Felix Seidel, Claudia Pellegrino, Liu Yuxuan pkgname=1password-cli-pkgver=2.34.1+pkgver=2.35.0 pkgrel=1 pkgdesc="1Password command line tool" arch=('x86_64' 'i686' 'arm' 'armv6h' 'aarch64')@@ -18,11 +18,11 @@ source_armv6h=("${source_arm}") source_aarch64=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_arm64_v${pkgver}.zip") -sha256sums_x86_64=('b13ed106335419ea0fb0ebd7ebbb3b48cf26a2f214eb4b2fd8d950548e7980ed')-sha256sums_i686=('36216231da9b70c1acf3ef285b948a9dce6f25315f3fbd8863b1fe85f568c57a')-sha256sums_arm=('dc865c93e0d490464627ae6e14fad286f88f75f6fa0b50bf12d224ce78585557')+sha256sums_x86_64=('4457ade59850b852c64c77164235b34dd0b984ef7826eb0ccd32f1fd78a2ceb7')+sha256sums_i686=('17fdf59cbefcb98c8fda16cebf1ff9e3b92716383975d69ff2ac642a8b1c22de')+sha256sums_arm=('b30626e1544c0a5bd314a0ab4b8a3b9664c384a41c475e2ae6d9aa466f7a551e') sha256sums_armv6h=("${sha256sums_arm}")-sha256sums_aarch64=('fd730a28ffa68376ac62b563d30e20e30ef59d3e2f142d9c6a959cfac5b50f60')+sha256sums_aarch64=('28153b3e1b379cc117a2b8478fc29c73e4a391d0a9b7876c360d305e98390a78') check() { if (( ! SKIPPGPCHECK )); thenScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 00:05:13 | Clean | 2 |
| 2026-08-19 21:42:23 | Medium | 1 |
| 2026-07-27 00:24:32 | Clean | 2 |
| 2026-07-26 01:31:24 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 18:55:24 | Low | 2 |
| 2026-06-18 18:04:49 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |