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
3pkgname=sylpheed-beta-iconmod
4pkgver=3.8.0beta1
5pkgrel=2
6pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
7arch=('i686' 'x86_64')
8url="http://sylpheed.sraoss.jp/en/"
9license=('GPL')
10depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
11options=('libtool')
12conflicts=('sylpheed' 'sylpheed-beta')
13provides=('sylpheed')
14source=(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
18build() {
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
38package() {
39 #cd "$srcdir/sylpheed-3.5.1"
40 cd "$srcdir/sylpheed-$pkgver"
41 make DESTDIR="$pkgdir" install
42}
43
44validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
45
46md5sums=('7496ab4614695831f9d041e4ed7ab23e'
47 'SKIP'
48 'b05b75bb2bd46d4022f920e09e0b1923'
49 'f0fa7317216cf4f159f1cd1edfa1af39')
50

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion