qtalarm
maintainer CountMurphy
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the author's personal domain, which is plausible for a small project and not inherently malicious; the source is signed with a PGP key, and the build process is standard for a Qt application, posing no evident risk of remote code execution or supply-chain compromise.
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 package builds from source hosted on the author's personal domain, which is plausible for a small project and not inherently malicious; the source is signed with a PGP key, and the build process is standard for a Qt application, posing no evident risk of remote code execution or supply-chain compromise.
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:14
https://random-hackery.net/data/qtalarm/src/QTalarm-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: CountMurphy <spartan1086@gmail.com>
2
pkgname=qtalarm
3
pkgver=3.1.0
4
pkgrel=1
5
epoch=1
6
pkgdesc="Cross-platform Alarm Clock written with QT6"
7
arch=('i686' 'x86_64')
8
url="https://random-hackery.net/page/qtalarm/"
9
license=('GPL3')
10
depends=('qt6-base' 'qt6-multimedia' 'gst-plugins-base' 'gst-plugins-good')
11
optdepends=('noto-fonts: unicode support for alarm list widget')
12
makedepends=(make gcc)
13
source=(
14
https://random-hackery.net/data/qtalarm/src/QTalarm-$pkgver.tar.gz
15
https://random-hackery.net/data/qtalarm/src/QTalarm-$pkgver.tar.gz.asc
16
${pkgname}.desktop
17
)
18
validpgpkeys=('914897EC41BD3AED1CD9EC3DE41FF9C889B141CC')
19
sha512sums=(
20
15bd048c582ea744f798900d6d5821e13dc6573f5458e34ad543c26432b494ea7639d56d96deab9dcd01a7ce00f988e911a2a08ff65e16a77ce31790a84e327a
21
cef17796f0071acc1ce33ba8660abbfd5154261071e8563284ef5c352cc6ed91e012772579df1f01eb144c2d8b2e93f3a4ba890b780a4cece61c5b3839bba3ec
22
'SKIP'
23
)
24
25
build() {
26
cd "${srcdir}/"
27
28
qmake6
29
make
30
make clean
31
}
32
33
package() {
34
mkdir -p "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
35
mkdir -p "$pkgdir/usr/share/icons/hicolor/16x16/apps/"
36
mkdir -p "$pkgdir/usr/share/icons/hicolor/24x24/apps/"
37
38
mkdir "$pkgdir/usr/bin/"
39
mkdir "$pkgdir/usr/share/applications/"
40
install -Dm555 Icons/1349069370_Alarm_Clock.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
41
install -Dm555 Icons/1349069370_Alarm_Clock24.png "$pkgdir/usr/share/icons/hicolor/24x24/apps/1349069370_Alarm_Clock.png"
42
install -Dm555 Icons/1349069370_Alarm_Clock16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/1349069370_Alarm_Clock.png"
43
install -Dm555 qtalarm "$pkgdir/usr/bin/$pkgname"
44
install -Dm555 "${srcdir}/${pkgname}".desktop "$pkgdir/usr/share/applications/${pkgname}.desktop"
45
46
}
47
48
Changes since previous scan
--- PKGBUILD @ 2026-07-19 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Contributor: CountMurphy <spartan1086@gmail.com> pkgname=qtalarm-pkgver=3.0.2+pkgver=3.1.0 pkgrel=1 epoch=1 pkgdesc="Cross-platform Alarm Clock written with QT6"@@ -17,8 +17,8 @@ ) validpgpkeys=('914897EC41BD3AED1CD9EC3DE41FF9C889B141CC') sha512sums=(-a7292c1c4c0200d5ca18078dbe98aa489bd9ebd6293a85cb51ab7e0b266d996c7e9b5fda81c1ded7de5228848c4d53b530c5fa561e5ec7327828a5dccb9d030e-ebe9827d9328cff568c141e7e4977f54d3b510677e9de515af6c446618abd7b76bc93a3d42947de9d38aebe98f9651a1980f1ba045561ee0bce7a10e2cbd99fb+15bd048c582ea744f798900d6d5821e13dc6573f5458e34ad543c26432b494ea7639d56d96deab9dcd01a7ce00f988e911a2a08ff65e16a77ce31790a84e327a+cef17796f0071acc1ce33ba8660abbfd5154261071e8563284ef5c352cc6ed91e012772579df1f01eb144c2d8b2e93f3a4ba890b780a4cece61c5b3839bba3ec 'SKIP' ) 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 19:12:02 | MEDIUM | 1 |
| 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 |