epyrus-bin
maintainer GianniPapetti
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary tarball from a non-standard host (the project's own domain but not a common forge), which presents a supply-chain risk if the source were swapped; however, it is verified with a fixed checksum.
Triggered rules
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:16
source_x86_64=("http://www.epyrus.org/epyrus-${pkgver}.linux-x86_64-gtk3.tar.xz")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt binary tarball from a non-standard host (the project's own domain but not a common forge), which presents a supply-chain risk if the source were swapped; however, it is verified with a fixed checksum.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: GianniPapetti <gianapapeta@gmail.com>
2
pkgname=epyrus-bin
3
_pkgname=epyrus
4
pkgver=2.2.1
5
pkgrel=1
6
pkgdesc="Open source email client based on Thundermail"
7
arch=('x86_64')
8
url="http://www.epyrus.org/"
9
license=('MPL' 'GPL' 'LGPL')
10
depends=('libxt'
11
'desktop-file-utils')
12
provides=(epyrus=$pkgver)
13
conflicts=(epyrus)
14
options=(!strip)
15
source=(epyrus.desktop)
16
source_x86_64=("http://www.epyrus.org/epyrus-${pkgver}.linux-x86_64-gtk3.tar.xz")
17
sha256sums=('5dccd55e7d032be0b9929a44b92bc7aa98ccaf6c68ee40c0580ed5010c4d00e9')
18
sha256sums_x86_64=('5beb4f511fb9babc6d99fc60ff3990db4d629936d5eba7671a359480483d1994')
19
20
package() {
21
install -d "$pkgdir"/usr/{bin,lib}
22
cp -r epyrus/ "$pkgdir/usr/lib/epyrus"
23
ln -s ../lib/epyrus/epyrus "$pkgdir/usr/bin/epyrus"
24
install -Dm644 epyrus.desktop "$pkgdir/usr/share/applications/epyrus.desktop"
25
26
# icons
27
install -Dm644 epyrus/chrome/icons/default/default16.png \
28
"$pkgdir/usr/share/icons/hicolor/16x16/apps/epyrus.png"
29
install -Dm644 epyrus/chrome/icons/default/default32.png \
30
"$pkgdir/usr/share/icons/hicolor/32x32/apps/epyrus.png"
31
install -Dm644 epyrus/chrome/icons/default/default48.png \
32
"$pkgdir/usr/share/icons/hicolor/48x48/apps/epyrus.png"
33
install -Dm644 epyrus/chrome/icons/default/default256.png \
34
"$pkgdir/usr/share/icons/hicolor/256x256/apps/epyrus.png"
35
}
36
Changes since previous scan
--- PKGBUILD @ 2026-07-25 00:13+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: GianniPapetti <gianapapeta@gmail.com> pkgname=epyrus-bin _pkgname=epyrus-pkgver=2.2.0+pkgver=2.2.1 pkgrel=1 pkgdesc="Open source email client based on Thundermail" arch=('x86_64')@@ -13,9 +13,9 @@ conflicts=(epyrus) options=(!strip) source=(epyrus.desktop)-source_x86_64=("https://www.addons.epyrus.org/download/epyrus-${pkgver}.linux-x86_64-gtk3.tar.xz")+source_x86_64=("http://www.epyrus.org/epyrus-${pkgver}.linux-x86_64-gtk3.tar.xz") sha256sums=('5dccd55e7d032be0b9929a44b92bc7aa98ccaf6c68ee40c0580ed5010c4d00e9')-sha256sums_x86_64=('fd0d08f9d2e49a1d2a71dfdac72958eab226fe1f5489cf722709399b535584d8')+sha256sums_x86_64=('5beb4f511fb9babc6d99fc60ff3990db4d629936d5eba7671a359480483d1994') package() { install -d "$pkgdir"/usr/{bin,lib}Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 13:29:48 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |