1password-cli-beta

LOW
maintainer copypasteonly 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:20 "https://cache.agilebits.com/dist/1P/op2/pkg/v${_upstream_ver}/op_linux_amd64_v${_upstream_ver}.zip"
Medium Privileged / out-of-pacman install (sudoers, setuid, or self-update) 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
1# Maintainer: copypasteonly <denzeldadang@protonmail.com>
2# Contributors: slurpee, Ben Woodward, Felix Seidel, Claudia Pellegrino, Liu Yuxuan
3
4pkgname=1password-cli-beta
5pkgver=2.38.0_beta.01
6pkgrel=1
7pkgdesc="1Password command line tool (beta)"
8arch=('x86_64')
9url="https://app-updates.agilebits.com/product_history/CLI2"
10license=('LicenseRef-1Password')
11provides=('1password-cli')
12conflicts=('1password-cli')
13options=('!strip' '!emptydirs')
14install=1password-cli-beta.install
15validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')
16
17_upstream_ver="${pkgver//_/-}"
18
19source_x86_64=(
20 "https://cache.agilebits.com/dist/1P/op2/pkg/v${_upstream_ver}/op_linux_amd64_v${_upstream_ver}.zip"
21)
22
23sha256sums_x86_64=(
24 'ab5617d23cf99f5df5fef983c0d1c1f9b3421c28d0c5764863350365d4315857'
25)
26
27check() {
28 if (( ! SKIPPGPCHECK )); then
29 gpg --verify "${srcdir}/op.sig" "${srcdir}/op"
30 fi
31}
32
33package() {
34 install -Dm755 "${srcdir}/op" "${pkgdir}/usr/bin/op"
35}
36

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion