elyxer
LOW
maintainer dreieck
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a tarball from the project's own domain (pinchito.es), used to build the package from source; this is normal AUR packaging behavior 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 a tarball from the project's own domain (pinchito.es), used to build the package from source; this is normal AUR packaging behavior 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:17
"https://pinchito.es/elyxer/dist/elyxer-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
2
# Contributor: Ray Rashif <schiv@archlinux.org>
3
# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
4
5
_pkgname=elyxer
6
pkgname="${_pkgname}"
7
pkgver=1.2.5
8
pkgrel=10
9
pkgdesc="A LyX to HTML converter"
10
# url="http://alexfernandez.github.io/elyxer/"
11
url="https://pinchito.es/elyxer/"
12
arch=('any')
13
license=('GPL-3.0-or-later')
14
depends=('python2>=2.3.4')
15
makedepends=('python2-setuptools')
16
source=(
17
"https://pinchito.es/elyxer/dist/elyxer-${pkgver}.tar.gz"
18
#"http://alexfernandez.github.io/elyxer/dist/${pkgname}-${pkgver}.tar.gz"
19
)
20
sha512sums=(
21
'3dc8f5aac635f881c117b8bfb90627314a5c4733648f359d404c6690416538e64c575153db6a8748ca9799729249c126f4628c7fd3590085a974a2d0615ba377'
22
)
23
24
prepare() {
25
cd "${srcdir}/${pkgname}-${pkgver}"
26
27
# python2 fix (copyleftrightupdown Allan McRae 2010)
28
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
29
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
30
$(find . -name '*.py')
31
}
32
33
package() {
34
cd "${srcdir}/${pkgname}-${pkgver}"
35
36
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
37
38
ln -svr "${pkgdir}/usr/bin/elyxer.py" "${pkgdir}/usr/bin/elyxer"
39
40
install -Dvm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" README.md
41
install -Dvm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE gpl-3.0-standalone.html
42
}
43
44
# vim:set ts=2 sw=2 et:
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |