mcg
maintainer coderkun
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host under the developer's domain, used to build the package normally; the non-whitelisted host is plausibly project-owned, and no untrusted executables are run.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's own Git host under the developer's domain, used to build the package normally; the non-whitelisted host is plausibly project-owned, and no untrusted executables are run.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=("https://git.suruatoel.xyz/coderkun/${pkgname}/archive/v${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=mcg
2
pkgver=4.0.2
3
pkgrel=1
4
pkgdesc="A covergrid for the Music Player Daemon."
5
url="https://www.suruatoel.xyz/codes/mcg"
6
arch=(any)
7
license=('GPL-3.0-or-later')
8
depends=('python-gobject' 'python-dateutil' 'gtk4>=4.12' 'libadwaita>=1.2' 'gsettings-desktop-schemas' 'desktop-file-utils')
9
optdepends=('python-keyring' 'avahi' 'mpd>=0.21')
10
makedepends=('meson' 'git')
11
provides=("$pkgname")
12
conflicts=("$pkgname")
13
source=("https://git.suruatoel.xyz/coderkun/${pkgname}/archive/v${pkgver}.tar.gz")
14
sha256sums=('dbbd8b9a1c8cbd2dc122ff517a9e6e82976efeb15f85b0627184ada39ef8d0e8')
15
16
17
prepare() {
18
cd $pkgname
19
}
20
21
build() {
22
arch-meson $pkgname build
23
meson compile -C build
24
}
25
26
check() {
27
meson test -C build --print-errorlogs
28
}
29
30
package() {
31
meson install -C build --destdir "$pkgdir"
32
33
python -m compileall -d /usr/lib "$pkgdir/usr/lib"
34
python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
35
}
36
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 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |