xwayclip-bin
LOW
maintainer mzwing
0 votes
scanned 2026-08-22 17:18:20.171967
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
4
pkgname=xwayclip-bin
5
_pkgver=0.2.2
6
pkgver=${_pkgver//-/_}
7
pkgrel=1
8
pkgdesc='Bidirectional clipboard synchronization between X11 and Wayland for poorly implemented apps like Linux QQ'
9
arch=('x86_64' 'aarch64')
10
url='https://github.com/so1ve/xwayclip'
11
license=('MIT')
12
provides=('xwayclip')
13
conflicts=('xwayclip' 'xwayclip-git')
14
source=("LICENSE::$url/raw/v$_pkgver/LICENSE")
15
source_x86_64=("$_pkgname-x86_64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-x86_64-unknown-linux-gnu")
16
source_aarch64=("$_pkgname-aarch64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-aarch64-unknown-linux-gnu")
17
sha256sums=('4d36a113b0a6a584805f0537e0126a382ca425d544c5ae4302b260c56ad42c83')
18
sha256sums_x86_64=('eb4519bf433cd0ea4785acfae6d45635e75736c71a461cdb308c2903ae13c81a')
19
sha256sums_aarch64=('93974c7bd21c70a1c2849e7b66ad3d71912da431497e890c85151ebef36ebf9a')
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-22 17:18:20 | Low | 2 |