gmail-tray-git
LOW
maintainer mmj
0 votes
scanned 2026-09-17 00:27:14.276658
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-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 |