resonate-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a non-whitelisted host, but it is the project's own source being built locally; the risk is low as no prebuilt binaries are executed and the code is compiled from source.
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 git repository from a non-whitelisted host, but it is the project's own source being built locally; the risk is low as no prebuilt binaries are executed and the code is compiled from source.
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:11
source=("git+https://git.usesarchbtw.lol/resonate/resonate.git" "resonate.desktop")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Spencer-0003 <gents_guru814 at simplelogin dot co>
2
3
pkgname=resonate-git
4
pkgdesc="Lightweight subsonic music player powered by Rust and React."
5
pkgver=3be5f5a
6
pkgrel=1
7
arch=("x86_64")
8
url="https://git.usesarchbtw.lol/resonate/resonate"
9
depends=(cairo gcc-libs gdk-pixbuf2 glib2 glibc gstreamer gst-plugins-good gtk3 libsoup3 openssl webkit2gtk-4.1)
10
makedepends=(cargo git nodejs pnpm)
11
source=("git+https://git.usesarchbtw.lol/resonate/resonate.git" "resonate.desktop")
12
sha256sums=("SKIP" "SKIP")
13
license=("AGPL-3.0-only")
14
15
prepare() {
16
cd resonate
17
pnpm i
18
}
19
20
pkgver() {
21
cd resonate
22
git rev-parse --short HEAD
23
}
24
25
build() {
26
cd resonate
27
pnpm tauri build
28
}
29
30
package() {
31
install -Dm0644 resonate.desktop "$pkgdir/usr/share/applications/resonate.desktop"
32
33
cd resonate
34
install -Dm0755 src-tauri/target/release/resonate "$pkgdir/usr/bin/resonate"
35
install -Dm0644 src-tauri/icons/desktop.png "$pkgdir/usr/share/pixmaps/resonate.png"
36
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
37
}
38
39
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 |