1password-cli-beta
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.
Triggered rules
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-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |