sylpheed-beta-iconmod
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
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)
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# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
pkgver=3.8.0beta1
pkgrel=2
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
license=('GPL')
depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta')
provides=('sylpheed')
source=(http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-$pkgver.tar.bz2{,.asc}
ssl-sni-support.patch
Sylpheed3.0_icon-set.tar.gz)
build() {
#cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.1"
#cd "$srcdir/sylpheed-3.5.1"
cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
cd "$srcdir/sylpheed-$pkgver"
# fix enchant maintainers moving things around for fun
sed -i 's:enchant/enchant.h:enchant-2/enchant.h:g' src/compose.c
sed -i 's:PKG_CONFIG --libs enchant:PKG_CONFIG --libs enchant-2:g' configure.ac
patch -p1 < "$srcdir/ssl-sni-support.patch"
CFLAGS+=' -Wno-error=incompatible-pointer-types'
autoconf
./configure --prefix=/usr --enable-ldap --enable-gpgme
make
}
package() {
#cd "$srcdir/sylpheed-3.5.1"
cd "$srcdir/sylpheed-$pkgver"
make DESTDIR="$pkgdir" install
}
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
md5sums=('7496ab4614695831f9d041e4ed7ab23e'
'SKIP'
'b05b75bb2bd46d4022f920e09e0b1923'
'f0fa7317216cf4f159f1cd1edfa1af39')
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 |