sylpheed-beta-iconmod
maintainer spicey
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the source tarball from the official project host (sylpheed.sraoss.jp) and a local icon theme file; the non-standard host flag is a false positive as the domain belongs to the project, and the icon files are static data, not executable code.
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 package downloads the source tarball from the official project host (sylpheed.sraoss.jp) and a local icon theme file; the non-standard host flag is a false positive as the domain belongs to the project, and the icon files are static data, not executable code.
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
source=(http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-$pkgver.tar.bz2{,.asc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
2
3
pkgname=sylpheed-beta-iconmod
4
pkgver=3.8.0beta1
5
pkgrel=2
6
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
7
arch=('i686' 'x86_64')
8
url="http://sylpheed.sraoss.jp/en/"
9
license=('GPL')
10
depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
11
options=('libtool')
12
conflicts=('sylpheed' 'sylpheed-beta')
13
provides=('sylpheed')
14
source=(http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-$pkgver.tar.bz2{,.asc}
15
ssl-sni-support.patch
16
Sylpheed3.0_icon-set.tar.gz)
17
18
build() {
19
20
#cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.1"
21
#cd "$srcdir/sylpheed-3.5.1"
22
23
cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
24
cd "$srcdir/sylpheed-$pkgver"
25
26
# fix enchant maintainers moving things around for fun
27
sed -i 's:enchant/enchant.h:enchant-2/enchant.h:g' src/compose.c
28
sed -i 's:PKG_CONFIG --libs enchant:PKG_CONFIG --libs enchant-2:g' configure.ac
29
30
patch -p1 < "$srcdir/ssl-sni-support.patch"
31
32
CFLAGS+=' -Wno-error=incompatible-pointer-types'
33
autoconf
34
./configure --prefix=/usr --enable-ldap --enable-gpgme
35
make
36
}
37
38
package() {
39
#cd "$srcdir/sylpheed-3.5.1"
40
cd "$srcdir/sylpheed-$pkgver"
41
make DESTDIR="$pkgdir" install
42
}
43
44
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
45
46
md5sums=('7496ab4614695831f9d041e4ed7ab23e'
47
'SKIP'
48
'b05b75bb2bd46d4022f920e09e0b1923'
49
'f0fa7317216cf4f159f1cd1edfa1af39')
50
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 |