qtalarm

LOW
maintainer CountMurphy 14 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=qtalarm
3pkgver=3.1.0
4pkgrel=1
5epoch=1
6pkgdesc="Cross-platform Alarm Clock written with QT6"
7arch=('i686' 'x86_64')
8url="https://random-hackery.net/page/qtalarm/"
9license=('GPL3')
10depends=('qt6-base' 'qt6-multimedia' 'gst-plugins-base' 'gst-plugins-good')
11optdepends=('noto-fonts: unicode support for alarm list widget')
12makedepends=(make gcc)
13source=(
14https://random-hackery.net/data/qtalarm/src/QTalarm-$pkgver.tar.gz
15https://random-hackery.net/data/qtalarm/src/QTalarm-$pkgver.tar.gz.asc
16${pkgname}.desktop
17)
18validpgpkeys=('914897EC41BD3AED1CD9EC3DE41FF9C889B141CC')
19sha512sums=(
2015bd048c582ea744f798900d6d5821e13dc6573f5458e34ad543c26432b494ea7639d56d96deab9dcd01a7ce00f988e911a2a08ff65e16a77ce31790a84e327a
21cef17796f0071acc1ce33ba8660abbfd5154261071e8563284ef5c352cc6ed91e012772579df1f01eb144c2d8b2e93f3a4ba890b780a4cece61c5b3839bba3ec
22'SKIP'
23)
24
25build() {
26 cd "${srcdir}/"
27
28 qmake6
29 make
30 make clean
31}
32
33package() {
34mkdir -p "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
35mkdir -p "$pkgdir/usr/share/icons/hicolor/16x16/apps/"
36mkdir -p "$pkgdir/usr/share/icons/hicolor/24x24/apps/"
37
38mkdir "$pkgdir/usr/bin/"
39mkdir "$pkgdir/usr/share/applications/"
40install -Dm555 Icons/1349069370_Alarm_Clock.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
41install -Dm555 Icons/1349069370_Alarm_Clock24.png "$pkgdir/usr/share/icons/hicolor/24x24/apps/1349069370_Alarm_Clock.png"
42install -Dm555 Icons/1349069370_Alarm_Clock16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/1349069370_Alarm_Clock.png"
43install -Dm555 qtalarm "$pkgdir/usr/bin/$pkgname"
44install -Dm555 "${srcdir}/${pkgname}".desktop "$pkgdir/usr/share/applications/${pkgname}.desktop"
45
46}
47
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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