cosmic-applets-application-volume

maintainer heisenberg_1205 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a forked Git repository with a SKIP'd checksum, but it is part of the legitimate COSMIC desktop environment build process, and no malicious or obfuscated behavior is present.

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 a forked Git repository with a SKIP'd checksum, but it is part of the legitimate COSMIC desktop environment build process, and no malicious or obfuscated behavior is present.

PKGBUILD

1# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2# Maintainer: Peter Jung <ptr1337@archlinux.org>
3# Contributor: soloturn <soloturn@gmail.com>
4# Contributor: Mark Wagie <mark.wagie@proton.me>
5
6pkgname=cosmic-applets-application-volume
7pkgver=1.5.0
8pkgrel=3
9epoch=1
10pkgdesc='Applets for COSMIC Panel'
11arch=(x86_64)
12url=https://github.com/pop-os/cosmic-applets
13license=(GPL-3.0-only)
14groups=(cosmic)
15provides=(cosmic-applets)
16conflicts=(cosmic-applets)
17replaces=(cosmic-applets)
18depends=(
19 cosmic-icon-theme
20 dbus
21 libgcc
22 glibc
23 libinput
24 libpipewire
25 libpulse
26 libxkbcommon
27 systemd-libs
28 util-linux
29)
30makedepends=(
31 cargo
32 clang
33 git
34 just
35 mold
36)
37source=(git+https://github.com/AdityaHebballe/cosmic-applets.git#branch=feat/application-volume-control)
38b2sums=('SKIP')
39
40prepare() {
41 cd cosmic-applets
42 cargo fetch --locked
43 sed 's/lto = "fat"/lto = "thin"/' -i Cargo.toml
44}
45
46build() {
47 cd cosmic-applets
48 RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
49 just build-release --frozen
50}
51
52package() {
53 cd cosmic-applets
54 just rootdir="${pkgdir}" install
55}
56
57# vim: ts=2 sw=2 et:
58

Changes since previous scan

--- PKGBUILD @ 2026-08-01 00:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -5,7 +5,7 @@
pkgname=cosmic-applets-application-volume
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Applets for COSMIC Panel'
arch=(x86_64)

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 11:20:22 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 19:18:43 LOW 2
2026-07-31 09:17:30 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