waycord-bin
LOW
maintainer PoDiax
1 votes
scanned 2026-09-15 19:20:17.099839
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>
2
pkgname=waycord-bin
3
_pkgname=waycord
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="Lightweight Discord voice overlay for Linux (precompiled binary)"
7
arch=('x86_64')
8
url="https://github.com/podiax/waycord"
9
license=('MIT')
10
depends=('libx11' 'fontconfig' 'hicolor-icon-theme')
11
provides=('waycord')
12
conflicts=('waycord' 'waycord-git')
13
source=("https://github.com/podiax/waycord/releases/download/v${pkgver}/waycord-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
14
sha256sums=('95de13e3331a509f1e45e0f8df452074a1876149d495c522bff46436e91262d9')
15
16
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-15 19:20:17 | Low | 2 |
| 2026-09-15 17:20:16 | Low | 2 |