ecwolf

maintainer FredBezies · 3 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 (maniacsvault.net), which is plausibly project-owned despite not being on a standard forge; building from own-source is normal AUR practice and poses low risk.

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 source is a tarball from the project's official domain (maniacsvault.net), which is plausibly project-owned despite not being on a standard forge; building from own-source is normal AUR practice and poses low risk.

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:15 source=("https://maniacsvault.net/${pkgname}/files/${pkgname}/1.x/${pkgname}-${pkgver}-src.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
2# Contributor: Plaunarome <plaunarome@protonmail.com>
3# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
4
5pkgname=ecwolf
6pkgver=1.4.2
7pkgrel=1
8pkgdesc="Advanced source port for Wolfenstein 3D engine games"
9arch=("x86_64")
10url="https://maniacsvault.net/ecwolf/"
11license=("GPL-2.0-or-later")
12depends=("gtk3" "libjpeg-turbo" "sdl2" "sdl2_mixer" "sdl2_net")
13makedepends=("cmake")
14install=ecwolf.install
15source=("https://maniacsvault.net/${pkgname}/files/${pkgname}/1.x/${pkgname}-${pkgver}-src.tar.xz"
16 "net.maniacsvault.${pkgname}.desktop")
17sha256sums=('2121fb3fc63e532423681dcddf5d3848e19e8c6b4e2e1bfa802b16a2d42f84f5'
18 '97bbc02334b250b5ca9a7076d6761e9ae54c1259a37521449b2ecedcaebfdcc3')
19
20build() {
21 cmake \
22 -S "${pkgname}-${pkgver}-src" \
23 -DCMAKE_INSTALL_PREFIX="/usr/" \
24 -B build \
25 -DBUILD_PATCHUTIL=ON \
26 -DGPL=ON \
27 -Wno-dev
28
29 make --directory build
30}
31
32package() {
33 install -D --mode 644 -- "net.maniacsvault.${pkgname}.desktop" "${pkgdir}/usr/share/applications/net.maniacsvault.${pkgname}.desktop"
34
35 cd -- "${pkgname}-${pkgver}-src"
36 install -D --mode 644 -- android-libs/launcher/res/drawable-xhdpi/ic_launcher.png "${pkgdir}/usr/share/pixmaps/ecwolf.png"
37 install -D --mode 644 -- README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
39 cd ../build
40 install -D --mode 755 -- "$pkgname" "${pkgdir}/usr/bin/${pkgname}"
41 install -D --mode 644 -- "${pkgname}.pk3" "${pkgdir}/usr/share/${pkgname}/${pkgname}.pk3"
42}
43

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion