notify-sharp
maintainer FabioLolix
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website, building from source is normal for AUR packages, and the host, while not whitelisted, is plausibly the project's own.
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 tarball from the project's official website, building from source is normal for AUR packages, and the host, while not whitelisted, is plausibly the project's own.
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://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
2
# Contributor: Allan McRae <allan@archlinux.org>
3
# Contributor: Jorge Mokross <mokross@gmail.com>
4
5
pkgname=notify-sharp
6
pkgver=0.4.1
7
pkgrel=3
8
pkgdesc="C Sharp D-Bus client library for desktop notifications"
9
arch=('any')
10
url="https://www.meebey.net/projects/notify-sharp/"
11
license=('MIT')
12
depends=('gtk-sharp-2' 'dbus-sharp-glib')
13
source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
14
use_dbussharp_2.pc)
15
sha512sums=('d72b4f5eb23b1e6bd3ab2ebd89eed963dab2212b895a080f0803f59f5746b08194720799e9ce979fa10ad8e01847ee2b379576e6856ffbcf1e0945682c89f407'
16
'4164e0e6e2d7c7ac8b28d0d450fec01a8875bde98962c9164527e783286f1ab9167346aa8801503d8d3c4021dbb779240b860432fb04e757a31476584683e210')
17
18
prepare() {
19
cd $pkgname-$pkgver
20
patch -Np1 -i ../use_dbussharp_2.pc
21
sed -i 's/gmcs/mcs/' configure{,.ac}
22
autoreconf -fi
23
}
24
25
build() {
26
cd $pkgname-$pkgver
27
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
28
make
29
}
30
31
package() {
32
cd $pkgname-$pkgver
33
make DESTDIR="$pkgdir" install
34
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
35
}
36
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 |