1password-cli-beta
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 80%): Downloads a prebuilt binary from AgileBits' official cache domain (cache.agilebits.com) with a SHA256 checksum and PGP signature verification; the setuid-group bit on /usr/bin/op is standard 1Password CLI practice for system integration, not malicious.
2 higher static findings 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:20
"https://cache.agilebits.com/dist/1P/op2/pkg/v${_upstream_ver}/op_linux_amd64_v${_upstream_ver}.zip"
privileged_install
The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.
-
.install:7
chmod g+s /usr/bin/op
PKGBUILD
1 offending line(s) highlighted# Maintainer: copypasteonly <denzeldadang@protonmail.com>
# Contributors: slurpee, Ben Woodward, Felix Seidel, Claudia Pellegrino, Liu Yuxuan
pkgname=1password-cli-beta
pkgver=2.38.0_beta.01
pkgrel=1
pkgdesc="1Password command line tool (beta)"
arch=('x86_64')
url="https://app-updates.agilebits.com/product_history/CLI2"
license=('LicenseRef-1Password')
provides=('1password-cli')
conflicts=('1password-cli')
options=('!strip' '!emptydirs')
install=1password-cli-beta.install
validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')
_upstream_ver="${pkgver//_/-}"
source_x86_64=(
"https://cache.agilebits.com/dist/1P/op2/pkg/v${_upstream_ver}/op_linux_amd64_v${_upstream_ver}.zip"
)
sha256sums_x86_64=(
'ab5617d23cf99f5df5fef983c0d1c1f9b3421c28d0c5764863350365d4315857'
)
check() {
if (( ! SKIPPGPCHECK )); then
gpg --verify "${srcdir}/op.sig" "${srcdir}/op"
fi
}
package() {
install -Dm755 "${srcdir}/op" "${pkgdir}/usr/bin/op"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 4 |
| 2026-08-02 00:16:08 | LOW | 4 |
| 2026-08-01 00:11:18 | LOW | 4 |
| 2026-07-31 00:14:10 | LOW | 4 |
| 2026-07-30 00:17:23 | LOW | 4 |
| 2026-07-29 00:25:53 | LOW | 4 |
| 2026-07-28 00:07:28 | LOW | 4 |
| 2026-07-27 00:24:32 | LOW | 4 |
| 2026-07-26 00:07:32 | LOW | 4 |
| 2026-07-25 00:13:44 | LOW | 4 |
| 2026-07-24 00:02:28 | LOW | 4 |
| 2026-07-23 00:14:47 | LOW | 4 |
| 2026-07-22 00:29:32 | LOW | 4 |
| 2026-07-21 00:24:15 | LOW | 4 |
| 2026-07-20 07:16:52 | LOW | 4 |
| 2026-07-20 07:13:42 | MEDIUM | 4 |