emmental
maintainer anna
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's own project-hosting domain, which is plausibly official despite not being on a standard forge; it is built normally and installs only project files, posing no active threat.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the maintainer's own project-hosting domain, which is plausibly official despite not being on a standard forge; it is built normally and installs only project files, posing no active threat.
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.nowheycreamery.com/anna/emmental/archive/emmental-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
2
pkgname=emmental
3
pkgver=3.2.7
4
pkgrel=1
5
pkgdesc='The cheesy music player'
6
url='https://git.nowheycreamery.com/anna/emmental'
7
arch=('any')
8
license=('GPL3')
9
depends=(gstreamer gst-plugins-base gst-plugins-good gtk4 libadwaita python-dateutil python-gobject python-liblistenbrainz python-musicbrainzngs python-mutagen python-pyxdg xdg-user-dirs-gtk)
10
makedepends=(git desktop-file-utils)
11
optdepends=(gst-plugins-bad gst-plugins-ugly)
12
checkdepends=(flake8 python-flake8-docstrings python-pytest python-pytest-timeout python-pytest-subtests)
13
source=("https://git.nowheycreamery.com/anna/emmental/archive/emmental-$pkgver.tar.gz")
14
sha256sums=(9e6c7c6fce59d6fbca35778a70dc543aab32af24192a9f27209e1f7d45b2108a)
15
16
prepare() {
17
cd $pkgname
18
if [ ! -f "mpris-spec/Makefile" ]; then
19
git clone https://gitlab.freedesktop.org/mpris/mpris-spec.git
20
fi
21
}
22
23
build() {
24
cd $pkgname
25
make mpris2
26
make emmental.gresource
27
}
28
29
package() {
30
cd $pkgname
31
make PREFIX="$pkgdir/usr" install
32
sed -i "s|$pkgdir||" $pkgdir/usr/bin/emmental
33
sed -i "s|$pkgdir||" $pkgdir/usr/share/applications/com.nowheycreamery.emmental.desktop
34
rm -f "$pkgdir/usr/share/applications/mimeinfo.cache"
35
}
36
37
check() {
38
cd $pkgname
39
make tests
40
}
41
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker <anna@nowheycreamery.com> pkgname=emmental-pkgver=3.2.6+pkgver=3.2.7 pkgrel=1 pkgdesc='The cheesy music player' url='https://git.nowheycreamery.com/anna/emmental'@@ -11,7 +11,7 @@ optdepends=(gst-plugins-bad gst-plugins-ugly) checkdepends=(flake8 python-flake8-docstrings python-pytest python-pytest-timeout python-pytest-subtests) source=("https://git.nowheycreamery.com/anna/emmental/archive/emmental-$pkgver.tar.gz")-sha256sums=(7790ba9275fd8d791f8a514a26082af526b79310ca9bf580e549ed0bfb095ff9)+sha256sums=(9e6c7c6fce59d6fbca35778a70dc543aab32af24192a9f27209e1f7d45b2108a) prepare() { cd $pkgnameScan 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 15:20:42 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |