1password-cli-beta

maintainer copypasteonly · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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 Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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-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

Report a package

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

0 / 4000
Your suggestion