cwebx
maintainer aksr
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from a university-hosted project page, which is plausibly the official project site; building from source is standard practice and the checksums are provided, making this a low-risk, typical AUR package despite the non-whitelisted host.
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 downloaded from a university-hosted project page, which is plausibly the official project site; building from source is standard practice and the checksums are provided, making this a low-risk, typical AUR package despite the non-whitelisted host.
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:13
source=("http://wwwmathlabo.univ-poitiers.fr/~maavl/CWEBx/$_pkgname-$_pkgver.tgz" LICENCE)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: aksr <aksr at t-com dot me>
2
pkgname=cwebx
3
_pkgname=cweb
4
pkgver=3.52
5
_pkgver=x3.52
6
pkgrel=2
7
pkgdesc="The CWEBx system for Structured Software Documentation (Literate Programming) in C."
8
arch=(any)
9
url="http://wwwmathlabo.univ-poitiers.fr/~maavl/CWEBx/"
10
license=(MIT)
11
depends=('texlive-core')
12
install=cweb.install
13
source=("http://wwwmathlabo.univ-poitiers.fr/~maavl/CWEBx/$_pkgname-$_pkgver.tgz" LICENCE)
14
md5sums=('30fadade903fd110eb4478962ab21016'
15
'722d196a53e0c3e6616aba9003aa181f')
16
sha1sums=('5d087aa6413bdce69f1cf16c797779ace5c3e086'
17
'f995c1aa3d0ed71cf7b2dc869de4921867d1db55')
18
sha256sums=('92e57b4414388743bd0b91d81c91bea4645a8b04c8f744754b0855e90934186b'
19
'4aa9a73b3aa7e566651e7110c4a301e4294b78dfa7cac07347db18c77652e96b')
20
21
build() {
22
cd "$srcdir/$_pkgname-$_pkgver"
23
./configure --prefix=/usr
24
make
25
}
26
27
check() {
28
cd "$_pkgname-$_pkgver"
29
make -k check
30
}
31
32
package() {
33
cd "$srcdir/$_pkgname-$_pkgver"
34
mkdir -p $pkgdir/usr/{share/doc/$pkgname,share/man/man1,share/texmf/tex/cwebx}
35
install -D -m755 cweavex $pkgdir/usr/bin/cweavex
36
install -D -m755 ctanglex $pkgdir/usr/bin/ctanglex
37
install -D -m755 ctanglex $pkgdir/usr/bin/ctanglex
38
install -D -m644 README $pkgdir/usr/share/doc/$pkgname/README
39
install -D -m644 cweave.dvi $pkgdir/usr/share/doc/$pkgname/cweave.dvi
40
install -D -m644 ctangle.dvi $pkgdir/usr/share/doc/$pkgname/ctangle.dvi
41
install -D -m644 common.dvi $pkgdir/usr/share/doc/$pkgname/common.dvi
42
install -D -m644 manual.dvi $pkgdir/usr/share/doc/$pkgname/manual.dvi
43
install -D -m644 man1/cweb.1 $pkgdir/usr/share/man/man1/cwebx.1
44
install -D -m644 cwebcmac.tex $pkgdir/usr/share/texmf/tex/cwebx/cwebcmac.tex
45
install -D -m644 cwebhmac.tex $pkgdir/usr/share/texmf/tex/cwebx/cwebhmac.tex
46
install -D -m644 cwebxmac.tex $pkgdir/usr/share/texmf/tex/cwebx/cwebxmac.tex
47
cp -r --no-preserve=ownership,mode examples $pkgdir/usr/share/doc/$pkgname/examples
48
install -D -m644 cwebxmac.tex $pkgdir/usr/share/texmf/tex/cwebx/cwebxmac.tex
49
install -D -m644 $srcdir/LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENCE
50
}
51
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 |