xfractint
maintainer andreas_baumann
· 22 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (fractint.org), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host isn't whitelisted.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (fractint.org), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host isn't whitelisted.
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:11
source=(fractint.sh "http://www.fractint.org/ftp/current/linux/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2
pkgname=xfractint
3
pkgver=20.04p16
4
pkgrel=3
5
pkgdesc="A fractal generator wellknown from good old DOS days"
6
url="http://www.fractint.org/"
7
arch=('i686' 'x86_64')
8
license=('GPL')
9
depends=('libxft')
10
makedepends=('yasm')
11
source=(fractint.sh "http://www.fractint.org/ftp/current/linux/$pkgname-$pkgver.tar.gz")
12
sha256sums=('dc889d2b3655d2d5698ac350de5fe0636d8e23c7d7224b378133012916e3535e'
13
'4e5401cfec0e6ffa1dab38e3c177e1445772096cbe554200c512edeea23c47ad')
14
15
package() {
16
cd $pkgname-$pkgver
17
make AS=yasm CC='cc -std=gnu17' DESTDIR="$pkgdir"/usr install
18
install -Dm755 "$srcdir"/fractint.sh "$pkgdir"/etc/profile.d/xfractint.sh
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-07-16 00:05+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=xfractint pkgver=20.04p16-pkgrel=2+pkgrel=3 pkgdesc="A fractal generator wellknown from good old DOS days" url="http://www.fractint.org/" arch=('i686' 'x86_64')@@ -14,7 +14,7 @@ package() { cd $pkgname-$pkgver- make AS=yasm DESTDIR="$pkgdir"/usr install- install -Dm755 "$srcdir"/fractint.sh "$pkgdir"/etc/profile.d/xfractint.sh + make AS=yasm CC='cc -std=gnu17' DESTDIR="$pkgdir"/usr install+ install -Dm755 "$srcdir"/fractint.sh "$pkgdir"/etc/profile.d/xfractint.sh } 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 13:51:33 | MEDIUM | 1 |
| 2026-07-16 00:05:41 | LOW | 2 |