wp2latex
maintainer aksr
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a versioned tarball from a project-maintainer's personal domain, which is not whitelisted but plausibly legitimate; the package builds from source and installs only binaries and data produced during the build, with no evidence of obfuscated code or remote execution.
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 versioned tarball from a project-maintainer's personal domain, which is not whitelisted but plausibly legitimate; the package builds from source and installs only binaries and data produced during the build, with no evidence of obfuscated code or remote execution.
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:10
source=("http://www.penguin.cz/~fojtik/$pkgname/$pkgname-$pkgver.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2
3
pkgname=wp2latex
4
pkgver=3.113
5
pkgrel=1
6
pkgdesc="Converts WordPerfect document formats to LaTeX"
7
url="http://www.penguin.cz/~fojtik/wp2latex/wp2latex.htm"
8
arch=('i686' 'x86_64')
9
license=('GPL')
10
source=("http://www.penguin.cz/~fojtik/$pkgname/$pkgname-$pkgver.zip")
11
sha256sums=('220d8253c4347cf744435877acba5d2112194ef5834f31de84171b28454a2f24')
12
depends=('libjpeg' 'gcc-libs' 'libpng')
13
options=('!strip')
14
15
build() {
16
cd $pkgname-$pkgver
17
CPPFLAGS+="-fpermissive -std=c++11" ./configure --prefix=/usr
18
make x2latex
19
}
20
21
package() {
22
cd $pkgname-$pkgver
23
install -Dm755 "${srcdir}"/$pkgname-$pkgver/bin/linux/$pkgname \
24
"$pkgdir"/usr/bin/$pkgname
25
install -Dm644 "$srcdir"/$pkgname-$pkgver/doc/$pkgname.man \
26
"$pkgdir"/usr/share/man/man1/$pkgname.1
27
install -d "$pkgdir"/usr/share/$pkgname/doc
28
cp -R "$srcdir"/$pkgname-$pkgver/doc/program.man/* \
29
"$pkgdir"/usr/share/$pkgname/doc
30
install -d "$pkgdir"/usr/share/texmf/tex/latex/$pkgname
31
cp "$srcdir"/$pkgname-$pkgver/styles.tex/* \
32
"$pkgdir"/usr/share/texmf/tex/latex/$pkgname
33
}
34
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 |