fadein
maintainer notfire
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the source from the official project domain over HTTPS, which is normal for AUR packages; the untrusted host flag is a false positive as fadeinpro.com is the legitimate vendor site, and the download is verifiable via checksum.
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 from the official project domain over HTTPS, which is normal for AUR packages; the untrusted host flag is a false positive as fadeinpro.com is the legitimate vendor site, and the download is verifiable via checksum.
2 higher static findings superseded - not the current verdict (shown for transparency)
MEDIUM
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:17
_current_version="$(curl -s 'https://www.fadeinpro.com/page.pl?content=version_notes' | sed -n 's/.*The current version is <b>\([0-9]*\.[0-9]*\.[0-9]*\)<\/b>.*/\1/p')"
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:12
source=("$pkgname-$pkgver.tar.gz::https://www.fadeinpro.com/download/demo/fadein-linux-x64-demo.tar.gz")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: notfire <luke@notfire.cc>
2
_maintainer_email="luke@notfire.cc"
3
pkgname=fadein
4
pkgver=5.0.11
5
pkgrel=2
6
pkgdesc="Professional screenwriting software (DEMO)"
7
arch=('x86_64')
8
url="http://www.fadeinpro.com/"
9
# No license file is provided.
10
license=('custom')
11
depends=('gtk3' 'webkit2gtk-4.1' 'libtiff5')
12
source=("$pkgname-$pkgver.tar.gz::https://www.fadeinpro.com/download/demo/fadein-linux-x64-demo.tar.gz")
13
sha512sums=('253ab6cdcc6dfe303051703edd1c88a7829bcbd15f5f1d14fbdebd653affcaf6594859d849116cf5b702248d83d101f2fb235f18cc21ebd3665eb1227ccd0ec0')
14
15
_vendor_name="fadein-linux-x86_64"
16
17
_current_version="$(curl -s 'https://www.fadeinpro.com/page.pl?content=version_notes' | sed -n 's/.*The current version is <b>\([0-9]*\.[0-9]*\.[0-9]*\)<\/b>.*/\1/p')"
18
19
if [[ "$_current_version" != "$pkgver" ]] then
20
echo "ERROR: the fadein package is out of date and may not build properly.
21
The latest version is ${_current_version}.
22
Please flag the package as out of date at https://aur.archlinux.org/packages/$pkgname
23
or e-mail me at $_maintainer_email and I will fix this as soon as possible." 1>&2
24
fi
25
26
package() {
27
cd "$_vendor_name-$pkgver"
28
29
install -d ${pkgdir}/usr/share/
30
cp -R usr/share/fadein ${pkgdir}/usr/share/
31
32
install -Dm644 usr/share/applications/fadein.desktop ${pkgdir}/usr/share/applications/fadein.desktop
33
34
install -d ${pkgdir}/usr/bin/
35
ln -s /usr/share/fadein/fadein ${pkgdir}/usr/bin/fadein
36
}
37
# modeline:
38
# vim: ts=4 sts=4 sw=4 et
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |