xwayclip-bin

LOW
maintainer mzwing 0 votes scanned 2026-08-22 17:18:20.171967
View on AUR
Why flagged

The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary being unverifiable but from a trusted project source.

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 prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary being unverifiable but from a trusted project source.

PKGBUILD

1# Maintainer: mzwing <mzwing@mzwing.eu.org>
2
3_pkgname=xwayclip
4pkgname=xwayclip-bin
5_pkgver=0.2.2
6pkgver=${_pkgver//-/_}
7pkgrel=1
8pkgdesc='Bidirectional clipboard synchronization between X11 and Wayland for poorly implemented apps like Linux QQ'
9arch=('x86_64' 'aarch64')
10url='https://github.com/so1ve/xwayclip'
11license=('MIT')
12provides=('xwayclip')
13conflicts=('xwayclip' 'xwayclip-git')
14source=("LICENSE::$url/raw/v$_pkgver/LICENSE")
15source_x86_64=("$_pkgname-x86_64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-x86_64-unknown-linux-gnu")
16source_aarch64=("$_pkgname-aarch64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-aarch64-unknown-linux-gnu")
17sha256sums=('4d36a113b0a6a584805f0537e0126a382ca425d544c5ae4302b260c56ad42c83')
18sha256sums_x86_64=('eb4519bf433cd0ea4785acfae6d45635e75736c71a461cdb308c2903ae13c81a')
19sha256sums_aarch64=('93974c7bd21c70a1c2849e7b66ad3d71912da431497e890c85151ebef36ebf9a')
20
21package() {
22 install -Dm755 "$_pkgname-$CARCH-unknown-linux-gnu" "$pkgdir/usr/bin/$_pkgname"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 17:18:20 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