psmp

maintainer Chartic · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public git repository with a SKIP'd checksum, but the source is from a project-owned host and the build process is transparent; no remote code execution or malicious 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 public git repository with a SKIP'd checksum, but the source is from a project-owned host and the build process is transparent; no remote code execution or malicious behavior is present.

PKGBUILD

1# Maintainer: Chart-ic <contact@ch45.c01.kr>
2pkgname=psmp
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Music Player built with Qt6 and miniaudio"
6arch=('x86_64')
7url="https://github.com/Chart-ic/music-player"
8license=('MIT')
9
10depends=('qt6-base' 'qt6-declarative')
11makedepends=('cmake' 'git' 'ninja')
12
13source=("git+https://github.com/Chart-ic/music-player.git#tag=v${pkgver}")
14sha256sums=('SKIP')
15
16build() {
17 cmake -B build -S music-player \
18 -DCMAKE_BUILD_TYPE=Release \
19 -DCMAKE_INSTALL_PREFIX=/usr \
20 -GNinja
21
22 cmake --build build
23}
24
25package() {
26 install -Dm755 build/music_player "$pkgdir/usr/bin/psmp"
27 #install -Dm644 music-player/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

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 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 15:15:12 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