gmail-tray-git
maintainer mmj
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host is Wikimedia Commons, a reputable source; the downloaded file is a static SVG icon, not executable code, posing minimal risk even if tampered with.
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 non-standard host is Wikimedia Commons, a reputable source; the downloaded file is a static SVG icon, not executable code, posing minimal risk even if tampered with.
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:26
'https://upload.wikimedia.org/wikipedia/commons/archive/7/7e/20201210105307%21Gmail_icon_%282020%29.svg'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Maykon Marcos Junior <maykon.marcos.junior.dev@gmail.com>
2
pkgname=gmail-tray-git
3
pkgbase=gmail-tray-git
4
pkgver=1 # the software’s upstream version (e.g. 1.0, 1.1)
5
pkgrel=1 # the package release number, change the packaging but not the upstream version
6
pkgdesc="Minimal Gmail tray notifier with unread counter"
7
# noarch because it is a Python script and desktop files are architecture independent
8
arch=('any')
9
url="https://github.com/maykonmarcosjuniordev-star/gmail-tray"
10
license=('MIT')
11
depends=('fetchmail'
12
'libnotify'
13
'gtk3'
14
'python'
15
'python-gobject'
16
'json-glib'
17
'libappindicator-gtk3'
18
'libayatana-appindicator'
19
'libayatana-appindicator-glib'
20
)
21
source=(
22
'gmail-tray.py'
23
'gmail-tray.desktop'
24
'gmail-tray.service'
25
'gmail-tray-configs.json'
26
'https://upload.wikimedia.org/wikipedia/commons/archive/7/7e/20201210105307%21Gmail_icon_%282020%29.svg' # gmail.svg
27
)
28
# conflicts with gmail-tray and gmail-tray-appimage
29
conflicts=('gmail-tray' 'gmail-tray-appimage')
30
sha256sums=('a709f594eaa8ac8220665e616d39c15f4b07c7e721b1b676185c82fa74011408' # gmail-tray.py
31
'0688bfaf05bf4f7bbe8a93f9f885e29a29d700b99e37ce942be9013535c720bc' # gmail-tray.desktop
32
'd14eb5fe03ac56e9afb4e469bc44bb14d61433664bb46d0846bffc5e876d3995' # gmail-tray.service
33
'feeebab234d6a54683d41ecbdbede28117d9bf53d9b7b931040a54933feae08b' # gmail-tray-configs.json
34
'7b6c2b6e3b67271a2a27e11986265745de3ffe8e84f692be79f6f554ac405275' # gmail.svg
35
)
36
install=
37
package() {
38
install -Dm755 "$srcdir/gmail-tray.py" "$pkgdir/usr/bin/gmail-tray"
39
install -Dm644 "$srcdir/gmail-tray-configs.json" "$pkgdir/usr/share/gmail-tray/gmail-tray-configs.json"
40
install -Dm644 "$srcdir/gmail-tray.desktop" "$pkgdir/usr/share/applications/gmail-tray.desktop"
41
install -Dm644 "$srcdir/gmail-tray.service" "$pkgdir/usr/lib/systemd/user/gmail-tray.service"
42
install -Dm644 "$srcdir/20201210105307%21Gmail_icon_%282020%29.svg" "$pkgdir/usr/share/icons/hicolor/48x48/apps/gmail-tray.png"
43
install -Dm644 "$srcdir/20201210105307%21Gmail_icon_%282020%29.svg" "$pkgdir/usr/share/pixmaps/gmail-tray.svg"
44
}
45
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 |