dynamic-drpc-wayland-git
maintainer mrkirill046
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; the low severity is due to few votes 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 builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: mrkirill046 <contact@qwy-games.ru>
2
pkgname=dynamic-drpc-wayland-git
3
pkgver=2.0.2
4
pkgrel=1
5
pkgdesc="Dynamic Discord Rich Presence based on active Hyprland / Niri windows"
6
arch=('x86_64')
7
url="https://github.com/mrkirill046/discord-dynamic-status-wayland"
8
license=('MIT')
9
depends=()
10
makedepends=('rust' 'cargo' 'git')
11
source=("git+${url}.git")
12
sha256sums=('SKIP')
13
14
pkgver() {
15
cd "$srcdir/discord-dynamic-status-wayland"
16
git describe --tags --abbrev=0 | sed 's/^v//'
17
}
18
19
build() {
20
cd "$srcdir/discord-dynamic-status-wayland"
21
cargo build --release
22
}
23
24
package() {
25
install -Dm755 "$srcdir/discord-dynamic-status-wayland/target/release/discord-dynamic-status-wayland" "$pkgdir/usr/bin/discord-dynamic-status-wayland"
26
}
27
28
Changes since previous scan
--- PKGBUILD @ 2026-07-21 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: mrkirill046 <contact@qwy-games.ru> pkgname=dynamic-drpc-wayland-git-pkgver=2.0.1+pkgver=2.0.2 pkgrel=1 pkgdesc="Dynamic Discord Rich Presence based on active Hyprland / Niri windows" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 23:13:22 | LOW | 2 |
| 2026-07-21 00:24:15 | CLEAN | 2 |
| 2026-07-20 13:14:10 | LOW | 1 |
| 2026-07-20 01:12:32 | LOW | 1 |