h264enc
maintainer jose1711
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned SourceForge page, which is a common hosting platform for open-source projects; the download host is non-whitelisted but plausible, and the package builds from source without executing untrusted binaries.
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 90%): The source is a tarball from a project-owned SourceForge page, which is a common hosting platform for open-source projects; the download host is non-whitelisted but plausible, and the package builds from source without executing untrusted binaries.
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:18
source=("http://sf.net/projects/h264enc/files/$pkgname/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose1711 gmail com>
2
# Contributor: AlexanderR <rvacheva at nxt dot ru>
3
# Contributor: Markus Heuser <markus.heuser@web.de>
4
# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
5
6
pkgname=h264enc
7
pkgver=10.4.7
8
pkgrel=2
9
pkgdesc="Advanced shell script for encoding DVDs or video files to H.264 format using encoding utility MEncoder"
10
arch=('any')
11
url='http://h264enc.sourceforge.net/'
12
license=('GPL')
13
depends=('x264' 'lsdvd' 'lame' 'bc' 'mencoder')
14
optdepends=('mkvtoolnix' 'gpac' 'ogmtools' 'mplayer' 'pv' 'neroaacenc' 'vo-aacenc' 'aacplusenc' 'tsmuxer' 'vorbis-tools' 'dcaenc' 'opus-tools')
15
options=(!strip)
16
conflicts=(openh264)
17
install="${pkgname}.install"
18
source=("http://sf.net/projects/h264enc/files/$pkgname/$pkgname-$pkgver.tar.gz")
19
20
build() {
21
cd "$srcdir/$pkgname-$pkgver"
22
23
sed -i -e "s|/usr/local|$pkgdir/usr|g" \
24
-e 's|usr/local/|usr/|g' \
25
-e 's|/man/man1|/share/man/man1|g' install
26
}
27
28
package() {
29
cd "$srcdir/$pkgname-$pkgver"
30
31
./install
32
rm ${pkgdir}/usr/share/doc/h264enc/{uninstall,LICENSE}
33
}
34
35
sha1sums=('f10d8957306ed968c5b09662e6e5fad2f3feca37')
36
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 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |