waycord-bin

LOW
maintainer PoDiax 1 votes scanned 2026-09-15 19:20:17.099839
View on AUR
Why flagged

The package installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to limited AUR visibility and recent upload, not malicious content.

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 installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to limited AUR visibility and recent upload, not malicious content.

PKGBUILD

1# Maintainer: PoDiax <pd@pdx.ovh>
2pkgname=waycord-bin
3_pkgname=waycord
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Lightweight Discord voice overlay for Linux (precompiled binary)"
7arch=('x86_64')
8url="https://github.com/podiax/waycord"
9license=('MIT')
10depends=('libx11' 'fontconfig' 'hicolor-icon-theme')
11provides=('waycord')
12conflicts=('waycord' 'waycord-git')
13source=("https://github.com/podiax/waycord/releases/download/v${pkgver}/waycord-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
14sha256sums=('95de13e3331a509f1e45e0f8df452074a1876149d495c522bff46436e91262d9')
15
16package() {
17 cd "$srcdir/waycord-v${pkgver}-x86_64-unknown-linux-gnu"
18 install -Dm755 "waycord" "$pkgdir/usr/bin/waycord"
19 install -Dm644 "assets/waycord.desktop" "$pkgdir/usr/share/applications/waycord.desktop"
20 install -Dm644 "assets/waycord.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/waycord.svg"
21 install -Dm644 "assets/waycord.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/waycord.png"
22 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 19:20:17 Low 2
2026-09-15 17:20:16 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