mtsieve
The package builds from the project's own SVN repository on SourceForge, which is a standard hosting platform; the source is not a prebuilt executable, and the build process compiles the code locally with transparent modifications.
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 builds from the project's own SVN repository on SourceForge, which is a standard hosting platform; the source is not a prebuilt executable, and the build process compiles the code locally with transparent modifications.
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:11
source=("mtsieve-svn::svn+https://svn.code.sf.net/p/mtsieve/svn/")
PKGBUILD
1 offending line(s) highlighted#Maintainer: Dylan Delgado <dylan1496@live.com>
pkgname=mtsieve
pkgver=2.5.3.r331
pkgrel=1
pkgdesc='Library for sieving various types of numbers'
url='https://sourceforge.net/projects/mtsieve/'
license=('GPL')
arch=('x86_64')
depends=('gmp' 'ocl-icd' 'opencl-driver')
source=("mtsieve-svn::svn+https://svn.code.sf.net/p/mtsieve/svn/")
sha256sums=('SKIP')
pkgver() {
cd "$pkgname-svn"
local major="$(egrep -o "([0-9]{1,1}\.)+[0-9]{1,1}" -m 1 "CHANGES.txt")"
local ver="$(svnversion)"
printf "${major}.r%s" "${ver//[[:alpha:]]}"
}
prepare() {
cd "${srcdir}/${pkgname}-svn"
sed \
-e 's/^CPPFLAGS =/CPPFLAGS +=/' \
-e "/^SVN_VERSION :=/s/=.*/= r${_pkgrev}/" \
-i makefile
sed '30 c\LD_FLAGS=-z noexecstack' -i makefile
cd core
sed '11 c\#include <cstddef>' -i MpArithVector.h
}
build() {
cd "${srcdir}/${pkgname}-svn"
CPPFLAGS+=' -march=native'
LD_FLAGS+=' -z noexecstack'
make
}
package() {
cd "${srcdir}/${pkgname}-svn"
install -Dm755 afsieve "${pkgdir}"/usr/bin/afsieve
install -Dm755 afsievecl "${pkgdir}"/usr/bin/afsievecl
install -Dm755 ccsieve "${pkgdir}"/usr/bin/ccsieve
install -Dm755 cksieve "${pkgdir}"/usr/bin/cksieve
install -Dm755 cksievecl "${pkgdir}"/usr/bin/cksievecl
install -Dm755 dmdsieve "${pkgdir}"/usr/bin/dmdsieve
install -Dm755 gcwsieve "${pkgdir}"/usr/bin/gcwsieve
install -Dm755 gcwsievecl "${pkgdir}"/usr/bin/gcwsievecl
install -Dm755 gfndsieve "${pkgdir}"/usr/bin/gfndsieve
install -Dm755 gfndsievecl "${pkgdir}"/usr/bin/gfndsievecl
install -Dm755 fbncsieve "${pkgdir}"/usr/bin/fbncsieve
install -Dm755 fkbnsieve "${pkgdir}"/usr/bin/fkbnsieve
install -Dm755 k1b2sieve "${pkgdir}"/usr/bin/k1b2sieve
install -Dm755 kbbsieve "${pkgdir}"/usr/bin/kbbsieve
install -Dm755 mfsieve "${pkgdir}"/usr/bin/mfsieve
install -Dm755 mfsievecl "${pkgdir}"/usr/bin/mfsievecl
install -Dm755 pixsieve "${pkgdir}"/usr/bin/pixsieve
install -Dm755 pixsievecl "${pkgdir}"/usr/bin/pixsievecl
install -Dm755 psieve "${pkgdir}"/usr/bin/psieve
install -Dm755 psievecl "${pkgdir}"/usr/bin/psievecl
install -Dm755 sgsieve "${pkgdir}"/usr/bin/sgsieve
install -Dm755 smsieve "${pkgdir}"/usr/bin/smsieve
install -Dm755 smsievecl "${pkgdir}"/usr/bin/smsievecl
install -Dm755 srsieve2 "${pkgdir}"/usr/bin/srsieve2
install -Dm755 srsieve2cl "${pkgdir}"/usr/bin/srsieve2cl
install -Dm755 twinsieve "${pkgdir}"/usr/bin/twinsieve
install -Dm755 xyyxsieve "${pkgdir}"/usr/bin/xyyxsieve
install -Dm755 xyyxsievecl "${pkgdir}"/usr/bin/xyyxsievecl
}
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 |