paseo-desktop-bin-beta

LOW
maintainer xpufx 0 votes scanned 2026-08-30 11:42:29.053600
View on AUR
Why flagged

The package downloads a prebuilt .deb from the project's official GitHub release page, which is a normal distribution method; while the host is not whitelisted, the source is verifiable and matches the project's official channel, posing low risk.

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 llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from the project's official GitHub release page, which is a normal distribution method; while the host is not whitelisted, the source is verifiable and matches the project's official channel, posing low risk.

PKGBUILD

1# Maintainer: xpufx <github@xpufx.com>
2pkgname="paseo-desktop-bin-beta"
3pkgver="0.7.0_beta.2"
4pkgrel=1
5pkgdesc="One interface for all your Claude Code, Codex and OpenCode agents. (beta)"
6arch=("x86_64")
7url="https://paseo.sh"
8_github_url="https://github.com/getpaseo/paseo"
9makedepends=("binutils" "tar")
10depends=(libxkbcommon libxcb libgcc gtk3 libxext libx11 libcups nspr mesa dbus pango libxcomposite libxrandr nodejs glib2 nss libxdamage alsa-lib systemd-libs bash hicolor-icon-theme cairo at-spi2-core expat libstdc++ libxfixes)
11provides=("paseo=${pkgver}")
12conflicts=(paseo paseo-bin paseo-appimage paseo-desktop-bin)
13license=("Apache-2.0")
14source=("${_github_url}/releases/download/v0.7.0-beta.2/Paseo-0.7.0-beta.2-amd64.deb")
15sha256sums=('2e333c6b38c731c52d164f0a87ce536d62fcf1f9227b2d0008688f043b0d0c6e')
16
17prepare() {
18 ar p Paseo-0.7.0-beta.2-amd64.deb data.tar.xz | tar --zstd -x
19}
20
21package() {
22 cd $srcdir
23 cp -R usr ${pkgdir}
24 cp -R opt ${pkgdir}
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 11:42:29 Low 2

Report a package

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

0 / 4000
Your suggestion